summaryrefslogtreecommitdiffstats
path: root/stubs
Commit message (Expand)AuthorAgeFilesLines
...
| * replay: do not build if TCG is not availableClaudio Fontana2020-10-224-88/+86Star
* | block: move block exports to libblockdevStefan Hajnoczi2020-10-232-0/+8
|/
* monitor: Make current monitor a per-coroutine propertyKevin Wolf2020-10-091-1/+1
* qmp: Call monitor_set_cur() only in qmp_dispatch()Kevin Wolf2020-10-091-0/+5
* monitor: Use getter/setter functions for cur_monKevin Wolf2020-10-091-1/+4
* gdbstub: add reverse continue support in replay modePavel Dovgalyuk2020-10-061-0/+5
* gdbstub: add reverse step support in replay modePavel Dovgalyuk2020-10-061-0/+5
* migration: introduce icount field for snapshotsPavel Dovgalyuk2020-10-061-0/+5
* cpus: prepare new CpusAccel cpu accelerator interfaceClaudio Fontana2020-10-053-0/+19
* icount: rename functions to be consistent with the module nameClaudio Fontana2020-10-051-8/+8
* cpu-timers, icount: new modulesClaudio Fontana2020-10-057-27/+55
* hw/xen: Split x86-specific declaration from generic hardware onesPhilippe Mathieu-Daudé2020-09-301-0/+1
* stubs: Split accelerator / hardware related stubsPhilippe Mathieu-Daudé2020-09-302-0/+50
* qapi: Restrict query-uuid command to machine codePhilippe Mathieu-Daudé2020-09-291-1/+1
* qapi: Restrict query-vm-generation-id command to machine codePhilippe Mathieu-Daudé2020-09-291-1/+1
* monitor: simplify functions for getting a dup'd fdset entryDaniel P. Berrangé2020-09-161-6/+2Star
* stubs: Move qemu_fd_register stub to util/main-loop.cThomas Huth2020-09-072-7/+0Star
* stubs: Move qemu_timer_notify_cb() and remove qemu_notify_event() stubThomas Huth2020-09-074-12/+9Star
* stubs/cmos: Use correct includePhilippe Mathieu-Daudé2020-09-011-1/+1
* libqemuutil, qapi, trace: convert to mesonPaolo Bonzini2020-08-212-56/+50Star
* Revert "tpm: Clean up error reporting in tpm_init_tpmdev()"Markus Armbruster2020-07-241-1/+2
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell2020-07-091-1/+1
|\
| * trivial: Respect alphabetical order of .o files in Makefile.objsChristophe de Dinechin2020-07-071-1/+1
* | stubs: add pci_create_simpleGerd Hoffmann2020-07-062-0/+8
* | stubs: add isa_create_simpleGerd Hoffmann2020-07-062-0/+8
|/
* acpi: move aml builder code for floppy deviceGerd Hoffmann2020-06-242-0/+8
* stubs: move Xen stubs to accel/Paolo Bonzini2020-06-123-68/+0Star
* accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé2020-06-101-9/+0Star
* qom/object: Move Object typedef to 'qemu/typedefs.h'Philippe Mathieu-Daudé2020-06-101-1/+0Star
* stubs: Restrict ui/win32-kbd-hook to system-modePhilippe Mathieu-Daudé2020-06-051-1/+1
* stubs/Makefile: Reduce the user-mode object listPhilippe Mathieu-Daudé2020-06-051-21/+29
* Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200520-pull-request' i...Peter Maydell2020-05-212-0/+19
|\
| * ui/win32-kbd-hook: handle AltGr in a hook procedureVolker Rümelin2020-05-192-0/+19
* | Revert "hw/display/ramfb: initialize fw-config space with xres/ yres"Gerd Hoffmann2020-05-181-1/+1
|/
* hmp: Fail gracefully if chardev is already in useKevin Wolf2020-03-061-1/+1
* qmp: Fail gracefully if chardev is already in useKevin Wolf2020-03-061-1/+1
* stubs: Update monitor stubs for qemu-storage-daemonKevin Wolf2020-03-063-13/+24
* stubs: Add arch_typeKevin Wolf2020-03-062-0/+5
* stubs: add stubs for io_uring interfaceAarushi Mehta2020-01-302-0/+33
* migration: Change SaveStateEntry.instance_id into uint32_tPeter Xu2020-01-201-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-01-101-0/+9
|\
| * replay: record and replay random number sourcesPavel Dovgalyuk2020-01-071-0/+9
* | semihosting: add qemu_semihosting_console_inc for SYS_READCKeith Packard2020-01-091-0/+4
|/
* vmstate: replace DeviceState with VMStateIfMarc-André Lureau2020-01-061-2/+2
* acpi: move PC stubs out of stubs/Paolo Bonzini2019-12-172-8/+0Star
* hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.hPhilippe Mathieu-Daudé2019-11-051-1/+2
* replay: add BH oneshot event for block layerPavel Dovgalyuk2019-10-142-0/+10
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-163-3/+3
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-162-1/+1
* monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()Kevin Wolf2019-06-181-1/+5