Age | Commit message (Expand) | Author | Files | Lines |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 3 | -3/+3 |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 2 | -1/+1 |
2019-06-18 | monitor: Replace monitor_init() with monitor_init_{hmp, qmp}() | Kevin Wolf | 1 | -1/+5 |
2019-06-17 | monitor: Fix return type of monitor_fdset_dup_fd_find | Yury Kotov | 1 | -1/+1 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 22 | -22/+0 |
2019-05-28 | semihosting: enable chardev backed output for console | Alex Bennée | 1 | -0/+4 |
2019-05-28 | semihosting: introduce CONFIG_SEMIHOSTING | Alex Bennée | 2 | -0/+67 |
2019-05-24 | hw/display/ramfb: initialize fw-config space with xres/ yres | Hou Qiming | 1 | -1/+1 |
2019-05-23 | hw/nvram/fw_cfg: Add fw_cfg_arch_key_name() | Philippe Mathieu-Daudé | 2 | -0/+22 |
2019-04-18 | qemu-print: New qemu_printf(), qemu_vprintf() etc. | Markus Armbruster | 1 | -0/+5 |
2019-04-18 | monitor error: Make printf()-like functions return a value | Markus Armbruster | 1 | -5/+8 |
2019-03-06 | exec: Change RAMBlockIterFunc definition | Yury Kotov | 1 | -0/+15 |
2019-02-18 | qapi: make query-cpu-definitions depend on specific targets | Marc-André Lureau | 2 | -12/+0 |
2019-02-18 | qapi: make query-cpu-model-expansion depend on s390 or x86 | Marc-André Lureau | 2 | -14/+0 |
2019-02-18 | qapi: make s390 commands depend on TARGET_S390X | Marc-André Lureau | 3 | -28/+0 |
2019-02-18 | qapi: Generate QAPIEvent stuff into separate files | Markus Armbruster | 1 | -1/+1 |
2019-02-07 | slirp: replace global polling with per-instance & notifier | Marc-André Lureau | 2 | -14/+0 |
2019-02-07 | slirp: replace qemu_set_nonblock() | Marc-André Lureau | 1 | -1/+1 |
2019-01-24 | qapi: Eliminate indirection through qmp_event_get_func_emit() | Markus Armbruster | 1 | -0/+5 |
2019-01-18 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -0/+5 |
2019-01-17 | acpi: build TPM Physical Presence interface | Stefan Berger | 1 | -0/+5 |
2019-01-14 | net: do not depend on slirp internals | Marc-André Lureau | 1 | -1/+1 |
2018-10-23 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into... | Peter Maydell | 1 | -2/+1 |
2018-10-19 | tpm: Clean up error reporting in tpm_init_tpmdev() | Markus Armbruster | 1 | -2/+1 |
2018-10-19 | replay: pass raw icount value to replay_save_clock | Paolo Bonzini | 2 | -1/+6 |
2018-10-15 | stubs: add ramfb | Gerd Hoffmann | 2 | -0/+14 |
2018-08-23 | qsp: track BQL callers explicitly | Emilio G. Cota | 1 | -1/+1 |
2018-07-24 | tests: don't silence error reporting for all tests | Daniel P. Berrangé | 1 | -1/+2 |
2018-07-23 | monitor: Fix unsafe sharing of @cur_mon among threads | Peter Xu | 1 | -1/+1 |
2018-06-27 | linux-aio: properly bubble up errors from initialization | Nishanth Aravamudan | 1 | -1/+1 |
2018-06-18 | monitor: add lock to protect mon_fdsets | Peter Xu | 1 | -1/+1 |
2018-05-07 | pc-dimm: factor out MemoryDevice interface | David Hildenbrand | 2 | -3/+3 |
2018-03-20 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -2/+2 |
2018-03-20 | pc-dimm: make qmp_pc_dimm_device_list() sort devices by address | Haozhong Zhang | 1 | -2/+2 |
2018-03-12 | replay: make locking visible outside replay code | Alex Bennée | 1 | -0/+8 |
2018-03-12 | vl: export machine_init_done | Peter Xu | 1 | -0/+2 |
2018-03-02 | qapi: Empty out qapi-schema.json | Markus Armbruster | 3 | -3/+3 |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster | 1 | -1/+2 |
2018-02-09 | Include qmp-commands.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster | 5 | -0/+5 |
2018-02-08 | stubs: Add stubs for ram block API | Fam Zheng | 2 | -0/+17 |
2017-10-25 | tpm: add stubs | Philippe Mathieu-Daudé | 2 | -0/+34 |
2017-09-14 | qmp: introduce query-memory-size-summary command | Vadim Galitsyn | 2 | -1/+6 |
2017-09-08 | hw/acpi: Move acpi_set_pci_info to pcihp | Anthony PERARD | 2 | -0/+7 |
2017-08-15 | stubs: Add vm state change handler stubs | Fam Zheng | 2 | -0/+15 |
2017-05-17 | migration: Move check_migratable() into qdev.c | Juan Quintela | 1 | -3/+2 |
2017-05-17 | migration: Create migration/blocker.h | Juan Quintela | 1 | -1/+1 |
2017-04-25 | move xen-hvm.c to hw/i386/xen/ | Anthony Xu | 2 | -0/+64 |
2017-04-25 | move xen-common.c to hw/xen/ | Anthony Xu | 2 | -0/+15 |
2017-03-14 | cpus: define QEMUTimerListNotifyCB for QEMU system emulation | Paolo Bonzini | 1 | -0/+6 |