aboutsummaryrefslogtreecommitdiff
path: root/stubs
AgeCommit message (Expand)Author
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
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf
2020-10-06gdbstub: add reverse continue support in replay modePavel Dovgalyuk
2020-10-06gdbstub: add reverse step support in replay modePavel Dovgalyuk
2020-10-06migration: introduce icount field for snapshotsPavel Dovgalyuk
2020-10-05cpus: prepare new CpusAccel cpu accelerator interfaceClaudio Fontana
2020-10-05icount: rename functions to be consistent with the module nameClaudio Fontana
2020-10-05cpu-timers, icount: new modulesClaudio Fontana
2020-09-30hw/xen: Split x86-specific declaration from generic hardware onesPhilippe Mathieu-Daudé
2020-09-30stubs: Split accelerator / hardware related stubsPhilippe Mathieu-Daudé
2020-09-29qapi: Restrict query-uuid command to machine codePhilippe Mathieu-Daudé
2020-09-29qapi: Restrict query-vm-generation-id command to machine codePhilippe Mathieu-Daudé
2020-09-16monitor: simplify functions for getting a dup'd fdset entryDaniel P. Berrangé
2020-09-07stubs: Move qemu_fd_register stub to util/main-loop.cThomas Huth
2020-09-07stubs: Move qemu_timer_notify_cb() and remove qemu_notify_event() stubThomas Huth
2020-09-01stubs/cmos: Use correct includePhilippe Mathieu-Daudé
2020-08-21libqemuutil, qapi, trace: convert to mesonPaolo Bonzini
2020-07-24Revert "tpm: Clean up error reporting in tpm_init_tpmdev()"Markus Armbruster
2020-07-09Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell
2020-07-07trivial: Respect alphabetical order of .o files in Makefile.objsChristophe de Dinechin
2020-07-06stubs: add pci_create_simpleGerd Hoffmann
2020-07-06stubs: add isa_create_simpleGerd Hoffmann
2020-06-24acpi: move aml builder code for floppy deviceGerd Hoffmann
2020-06-12stubs: move Xen stubs to accel/Paolo Bonzini
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé
2020-06-10qom/object: Move Object typedef to 'qemu/typedefs.h'Philippe Mathieu-Daudé
2020-06-05stubs: Restrict ui/win32-kbd-hook to system-modePhilippe Mathieu-Daudé
2020-06-05stubs/Makefile: Reduce the user-mode object listPhilippe Mathieu-Daudé
2020-05-21Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200520-pull-request' i...Peter Maydell
2020-05-19ui/win32-kbd-hook: handle AltGr in a hook procedureVolker Rümelin
2020-05-18Revert "hw/display/ramfb: initialize fw-config space with xres/ yres"Gerd Hoffmann
2020-03-06hmp: Fail gracefully if chardev is already in useKevin Wolf
2020-03-06qmp: Fail gracefully if chardev is already in useKevin Wolf
2020-03-06stubs: Update monitor stubs for qemu-storage-daemonKevin Wolf
2020-03-06stubs: Add arch_typeKevin Wolf
2020-01-30stubs: add stubs for io_uring interfaceAarushi Mehta
2020-01-20migration: Change SaveStateEntry.instance_id into uint32_tPeter Xu
2020-01-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-01-09semihosting: add qemu_semihosting_console_inc for SYS_READCKeith Packard
2020-01-07replay: record and replay random number sourcesPavel Dovgalyuk