aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-28ioapic: some proper indents when dump infoPeter Xu1-4/+4
2018-06-28ioapic: support "info pic"Peter Xu1-0/+16
2018-06-28doc: another fix to "info pic"Peter Xu1-1/+1
2018-06-28target-i386: Mark cpu_vmexit noreturnJan Kiszka2-2/+3
2018-06-28target-i386: Allow interrupt injection after STGIJan Kiszka1-1/+2
2018-06-28target-i386: Add NMI interception to SVMJan Kiszka1-0/+1
2018-06-28memory/hmp: Print owners/parents in "info mtree"Alexey Kardashevskiy4-15/+70
2018-06-28WHPX: register for unrecognized MSR exitsJustin Terry (VM)1-3/+38
2018-06-28WHPX workaround bug in OSVW handlingJustin Terry (VM)1-1/+12
2018-06-28esp: remove legacy esp_init() functionMark Cave-Ayland2-35/+0
2018-06-28hw/mips/jazz: create ESP device directly via qdevMark Cave-Ayland1-3/+16
2018-06-28pr-manager-helper: report event on connection/disconnectionPaolo Bonzini2-0/+38
2018-06-28pr-manager: add query-pr-managers QMP commandPaolo Bonzini5-0/+94
2018-06-28pr-manager: put stubs in .c filePaolo Bonzini3-9/+25
2018-06-28pr-manager-helper: avoid SIGSEGV when writing to the socket failPaolo Bonzini1-0/+1
2018-06-28pr-helper: fix assertion failure on failed multipath PERSISTENT RESERVE INPaolo Bonzini1-1/+5
2018-06-28pr-helper: fix --socket-path default in helpPaolo Bonzini1-7/+8
2018-06-28Deprecate the -enable-hax optionThomas Huth3-1/+7
2018-06-28osdep: work around Coverity parsing errorsPaolo Bonzini1-0/+15
2018-06-28numa: report all DIMM/NVDIMMs as plugged memoryDavid Hildenbrand1-4/+2
2018-06-28pc-dimm: get_memory_region() will not fail after realizeDavid Hildenbrand4-24/+8
2018-06-28nvdimm: make get_memory_region() perform checks and initializationDavid Hildenbrand1-9/+35
2018-06-28nvdimm: convert nvdimm_mr into a pointerDavid Hildenbrand2-5/+14
2018-06-28nvdimm: convert "unarmed" into a static propertyDavid Hildenbrand1-25/+7
2018-06-28pc-dimm: merge get_(vmstate_)memory_region()David Hildenbrand2-9/+7
2018-06-28hostmem: drop error variable from host_memory_backend_get_memory()David Hildenbrand6-12/+8
2018-06-28nvdimm: no need to overwrite get_vmstate_memory_region()David Hildenbrand1-6/+0
2018-06-28pc: factor out pc specific dimm checks into pc_memory_pre_plug()David Hildenbrand1-18/+26
2018-06-28pc-dimm: remove pc_dimm_get_free_slot() from headerDavid Hildenbrand2-3/+3
2018-06-28pc-dimm: rename pc_dimm_memory_* to pc_dimm_*David Hildenbrand4-11/+11
2018-06-28pc: rename pc_dimm_(plug|unplug|...)* into pc_memory_(plug|unplug|...)*David Hildenbrand1-9/+9
2018-06-28pc-dimm: remove leftover "struct pc_dimms_capacity"David Hildenbrand1-5/+0
2018-06-28qemu-options: Add missing newline to -accel help textEduardo Habkost1-1/+1
2018-06-28Replace '-enable-kvm' with '-accel kvm' in docs and help textsThomas Huth7-16/+16
2018-06-28configure: enable debug-mutex if debug enabledPeter Xu1-0/+1
2018-06-28QemuMutex: support --enable-debug-mutexPaolo Bonzini4-0/+30
2018-06-28qemu-thread: introduce qemu-thread-common.hPeter Xu3-20/+59
2018-06-28tests/atomic_add-bench: add -m option to use mutexesEmilio G. Cota1-2/+17
2018-06-28kvm: Delete the slot if and only if the KVM_MEM_READONLY flag is changedShannon Zhao2-9/+9
2018-06-28exec: check that alignment is a power of twoDavid Hildenbrand1-0/+4
2018-06-28memory-device: turn alignment assert into checkDavid Hildenbrand1-1/+7
2018-06-28whpx: commit missing filePaolo Bonzini1-0/+56
2018-06-28target/i386: Fix BLSR and BLSIRichard Henderson1-17/+9
2018-06-28hw/char/serial: Only retry if qemu_chr_fe_write returns 0Sergio Lopez1-1/+1
2018-06-28main-loop: document IOCanReadHandlerStefan Hajnoczi1-0/+14
2018-06-28chardev: don't splatter terminal settings on exit if not previously setDaniel P. Berrangé1-2/+4
2018-06-28move public invalidate APIs out of translate-all.{c,h}, clean upPaolo Bonzini8-41/+38
2018-06-28exec: Fix MAP_RAM for cached accessEric Auger2-31/+22
2018-06-28Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180627' i...Peter Maydell9-30/+515
2018-06-28Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-2018-06-27' i...Peter Maydell7-22/+28