aboutsummaryrefslogtreecommitdiff
path: root/stubs
AgeCommit message (Expand)Author
2022-07-28stubs: update replay-tools to match replay.h typesClaudio Fontana
2022-06-29hw/i386/xen/xen-hvm: Inline xen_piix_pci_write_config_client() and remove itBernhard Beschow
2022-06-29hw/i386/xen/xen-hvm: Allow for stubbing xen_set_pci_link_route()Bernhard Beschow
2022-06-28semihosting: Cleanup chardev initRichard Henderson
2022-06-15vfio-user: handle device interruptsJagannathan Raman
2022-06-06replay: notify vCPU when BH is scheduledPavel Dovgalyuk
2022-04-21Move error_printf_unless_qmp() with monitor unitMarc-André Lureau
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06include: move qemu_get_vm_name() to sysemu.hMarc-André Lureau
2022-03-04main-loop.h: introduce qemu_in_main_thread()Emanuele Giuseppe Esposito
2022-01-18hw/pci: Restrict pci-bus stub to sysemuPhilippe Mathieu-Daudé
2022-01-18stubs: Restrict fw_cfg to system emulationPhilippe Mathieu-Daudé
2021-11-04chardev: don't exit() straight away on C-a xAlex Bennée
2021-11-02qapi: introduce x-query-usb QMP commandDaniel P. Berrangé
2021-10-14configure, meson: move libaio check to meson.buildPaolo Bonzini
2021-09-30qapi/qdev.json: add DEVICE_UNPLUG_GUEST_ERROR QAPI eventDaniel Henrique Barboza
2021-09-04hw/pci: remove all references to find_i440fx functionAni Sinha
2021-08-31hw/display: Restrict virtio-gpu-udmabuf stubs to !LinuxPhilippe Mathieu-Daudé
2021-08-26stubs: Remove unused arch_type.c stubPeter Maydell
2021-07-14meson: fix condition for io_uring stubsPaolo Bonzini
2021-07-09modules: use modinfo for qemu opts loadGerd Hoffmann
2021-06-18async: the main AioContext is only "current" if under the BQLPaolo Bonzini
2021-06-15tpm: Return QMP error when TPM is disabled in buildPhilippe Mathieu-Daudé
2021-06-15sysemu: Make TPM structures inaccessible if CONFIG_TPM is not definedStefan Berger
2021-06-15i386: Eliminate all TPM related code if CONFIG_TPM is not setStefan Berger
2021-05-30Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210527-pull-request' ...Peter Maydell
2021-05-28Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...Peter Maydell
2021-05-27virtio-gpu: Add helpers to create and destroy dmabuf objectsVivek Kasireddy
2021-05-27stubs: Add stubs for udmabuf helpersVivek Kasireddy
2021-05-26cpu: Move CPUClass::vmsd to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26qemu-config: load modules when instantiating option groupsPaolo Bonzini
2021-05-10Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210505-pull-request' ...Peter Maydell
2021-05-04hw/usb: Do not build USB subsystem if not requiredPhilippe Mathieu-Daudé
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-04-01yank: Always link full yank codeLukas Straub
2021-04-01yank: Remove dependency on qiochannelLukas Straub
2021-03-19qemuutil: remove qemu_set_fd_handler duplicate symbolPaolo Bonzini
2021-03-10semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé
2021-02-16replay: fix icount request when replaying clock accessPavel Dovgalyuk
2021-02-08qapi/meson: Restrict qdev code to system-mode emulationPhilippe Mathieu-Daudé
2021-01-18Fix build with new yank feature by adding stubsLukas Straub
2020-12-15chardev: do not use machine_init_donePaolo Bonzini
2020-12-15remove preconfig statePaolo Bonzini
2020-11-16util/vfio-helpers.c: Use ram_block_discard_disable() in qemu_vfio_open_pci()David Hildenbrand
2020-11-16stubs/xen-hw-stub: drop xenstore_store_pv_console_info stubAlex Bennée
2020-10-26Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2020-10-23block: move block exports to libblockdevStefan Hajnoczi
2020-10-22replay: do not build if TCG is not availableClaudio Fontana
2020-10-09monitor: Make current monitor a per-coroutine propertyKevin Wolf
2020-10-09qmp: Call monitor_set_cur() only in qmp_dispatch()Kevin Wolf