aboutsummaryrefslogtreecommitdiff
path: root/stubs
AgeCommit message (Expand)Author
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
2020-01-06vmstate: replace DeviceState with VMStateIfMarc-André Lureau
2019-12-17acpi: move PC stubs out of stubs/Paolo Bonzini
2019-11-05hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.hPhilippe Mathieu-Daudé
2019-10-14replay: add BH oneshot event for block layerPavel Dovgalyuk
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-06-18monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()Kevin Wolf
2019-06-17monitor: Fix return type of monitor_fdset_dup_fd_findYury Kotov
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-05-28semihosting: enable chardev backed output for consoleAlex Bennée
2019-05-28semihosting: introduce CONFIG_SEMIHOSTINGAlex Bennée
2019-05-24hw/display/ramfb: initialize fw-config space with xres/ yresHou Qiming
2019-05-23hw/nvram/fw_cfg: Add fw_cfg_arch_key_name()Philippe Mathieu-Daudé
2019-04-18qemu-print: New qemu_printf(), qemu_vprintf() etc.Markus Armbruster
2019-04-18monitor error: Make printf()-like functions return a valueMarkus Armbruster
2019-03-06exec: Change RAMBlockIterFunc definitionYury Kotov
2019-02-18qapi: make query-cpu-definitions depend on specific targetsMarc-André Lureau
2019-02-18qapi: make query-cpu-model-expansion depend on s390 or x86Marc-André Lureau
2019-02-18qapi: make s390 commands depend on TARGET_S390XMarc-André Lureau
2019-02-18qapi: Generate QAPIEvent stuff into separate filesMarkus Armbruster
2019-02-07slirp: replace global polling with per-instance & notifierMarc-André Lureau
2019-02-07slirp: replace qemu_set_nonblock()Marc-André Lureau
2019-01-24qapi: Eliminate indirection through qmp_event_get_func_emit()Markus Armbruster
2019-01-18Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-01-17acpi: build TPM Physical Presence interfaceStefan Berger
2019-01-14net: do not depend on slirp internalsMarc-André Lureau
2018-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell
2018-10-19tpm: Clean up error reporting in tpm_init_tpmdev()Markus Armbruster
2018-10-19replay: pass raw icount value to replay_save_clockPaolo Bonzini
2018-10-15stubs: add ramfbGerd Hoffmann
2018-08-23qsp: track BQL callers explicitlyEmilio G. Cota
2018-07-24tests: don't silence error reporting for all testsDaniel P. Berrangé
2018-07-23monitor: Fix unsafe sharing of @cur_mon among threadsPeter Xu
2018-06-27linux-aio: properly bubble up errors from initializationNishanth Aravamudan
2018-06-18monitor: add lock to protect mon_fdsetsPeter Xu
2018-05-07pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-03-20pc-dimm: make qmp_pc_dimm_device_list() sort devices by addressHaozhong Zhang
2018-03-12replay: make locking visible outside replay codeAlex Bennée
2018-03-12vl: export machine_init_donePeter Xu
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-09Include qmp-commands.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-08stubs: Add stubs for ram block APIFam Zheng