aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-29device_tree: Replace error_setg(&error_fatal) by error_report() + exit()Philippe Mathieu-Daudé
2018-06-29hw/arm/sysbus-fdt: Replace error_setg(&error_fatal) by error_report() + exit()Philippe Mathieu-Daudé
2018-06-29hw/block/fdc: Replace error_setg(&error_abort) by assert()Philippe Mathieu-Daudé
2018-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-06-29tests/boot-serial: Do not delete the output file in case of errorsThomas Huth
2018-06-29hw/scsi: add VPD Block Limits emulationDaniel Henrique Barboza
2018-06-29hw/scsi: centralize SG_IO calls into single functionDaniel Henrique Barboza
2018-06-29hw/scsi: cleanups before VPD BL emulationDaniel Henrique Barboza
2018-06-29dump: add Windows live system dumpViktor Prutyanov
2018-06-29dump: add fallback KDBG using in Windows dumpViktor Prutyanov
2018-06-29dump: use system context in Windows dumpViktor Prutyanov
2018-06-29dump: add Windows dump format to dump-guest-memoryViktor Prutyanov
2018-06-29i386/cpu: make -cpu host support monitor/mwaitMichael S. Tsirkin
2018-06-28kvm: support -overcommit cpu-pm=on|offMichael S. Tsirkin
2018-06-28hmp: obsolete "info ioapic"Peter Xu
2018-06-28ioapic: support "info irq"Peter Xu
2018-06-28ioapic: some proper indents when dump infoPeter Xu
2018-06-28ioapic: support "info pic"Peter Xu
2018-06-28doc: another fix to "info pic"Peter Xu
2018-06-28target-i386: Mark cpu_vmexit noreturnJan Kiszka
2018-06-28target-i386: Allow interrupt injection after STGIJan Kiszka
2018-06-28target-i386: Add NMI interception to SVMJan Kiszka
2018-06-28memory/hmp: Print owners/parents in "info mtree"Alexey Kardashevskiy
2018-06-28WHPX: register for unrecognized MSR exitsJustin Terry (VM)
2018-06-28WHPX workaround bug in OSVW handlingJustin Terry (VM)
2018-06-28esp: remove legacy esp_init() functionMark Cave-Ayland
2018-06-28hw/mips/jazz: create ESP device directly via qdevMark Cave-Ayland
2018-06-28pr-manager-helper: report event on connection/disconnectionPaolo Bonzini
2018-06-28pr-manager: add query-pr-managers QMP commandPaolo Bonzini
2018-06-28pr-manager: put stubs in .c filePaolo Bonzini
2018-06-28pr-manager-helper: avoid SIGSEGV when writing to the socket failPaolo Bonzini
2018-06-28pr-helper: fix assertion failure on failed multipath PERSISTENT RESERVE INPaolo Bonzini
2018-06-28pr-helper: fix --socket-path default in helpPaolo Bonzini
2018-06-28Deprecate the -enable-hax optionThomas Huth
2018-06-28osdep: work around Coverity parsing errorsPaolo Bonzini
2018-06-28numa: report all DIMM/NVDIMMs as plugged memoryDavid Hildenbrand
2018-06-28pc-dimm: get_memory_region() will not fail after realizeDavid Hildenbrand
2018-06-28nvdimm: make get_memory_region() perform checks and initializationDavid Hildenbrand
2018-06-28nvdimm: convert nvdimm_mr into a pointerDavid Hildenbrand
2018-06-28nvdimm: convert "unarmed" into a static propertyDavid Hildenbrand
2018-06-28pc-dimm: merge get_(vmstate_)memory_region()David Hildenbrand
2018-06-28hostmem: drop error variable from host_memory_backend_get_memory()David Hildenbrand
2018-06-28nvdimm: no need to overwrite get_vmstate_memory_region()David Hildenbrand
2018-06-28pc: factor out pc specific dimm checks into pc_memory_pre_plug()David Hildenbrand
2018-06-28pc-dimm: remove pc_dimm_get_free_slot() from headerDavid Hildenbrand
2018-06-28pc-dimm: rename pc_dimm_memory_* to pc_dimm_*David Hildenbrand
2018-06-28pc: rename pc_dimm_(plug|unplug|...)* into pc_memory_(plug|unplug|...)*David Hildenbrand
2018-06-28pc-dimm: remove leftover "struct pc_dimms_capacity"David Hildenbrand
2018-06-28qemu-options: Add missing newline to -accel help textEduardo Habkost
2018-06-28Replace '-enable-kvm' with '-accel kvm' in docs and help textsThomas Huth