aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-06-28configure: enable debug-mutex if debug enabledPeter Xu
2018-06-28QemuMutex: support --enable-debug-mutexPaolo Bonzini
2018-06-28qemu-thread: introduce qemu-thread-common.hPeter Xu
2018-06-28tests/atomic_add-bench: add -m option to use mutexesEmilio G. Cota
2018-06-28kvm: Delete the slot if and only if the KVM_MEM_READONLY flag is changedShannon Zhao
2018-06-28exec: check that alignment is a power of twoDavid Hildenbrand
2018-06-28memory-device: turn alignment assert into checkDavid Hildenbrand
2018-06-28whpx: commit missing filePaolo Bonzini
2018-06-28target/i386: Fix BLSR and BLSIRichard Henderson
2018-06-28hw/char/serial: Only retry if qemu_chr_fe_write returns 0Sergio Lopez
2018-06-28main-loop: document IOCanReadHandlerStefan Hajnoczi
2018-06-28chardev: don't splatter terminal settings on exit if not previously setDaniel P. Berrangé
2018-06-28move public invalidate APIs out of translate-all.{c,h}, clean upPaolo Bonzini
2018-06-28exec: Fix MAP_RAM for cached accessEric Auger
2018-06-28Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180627' i...Peter Maydell
2018-06-28Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-2018-06-27' i...Peter Maydell
2018-06-28Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2018-06-27target/mips: Fix gdbstub to read/write 64 bit FP registersYongbok Kim
2018-06-27target/mips: Fix data type for offsetYongbok Kim
2018-06-27target/mips: Update gen_flt_ldst()Yongbok Kim
2018-06-27target/mips: Fix microMIPS on resetYongbok Kim
2018-06-27target/mips: Raise a RI when given fs is n/a from CTC1Yongbok Kim
2018-06-27hw/pci-host/xilinx-pcie: don't make "io" region be RAMPeter Maydell
2018-06-27hw/mips/mips_malta: don't make bios region 'nomigrate'Peter Maydell
2018-06-27hw/mips/boston: don't make flash region 'nomigrate'Peter Maydell
2018-06-27MAINTAINERS: update target-mips maintainersAleksandar Markovic
2018-06-27migration: fix crash in when incoming client channel setup failsDaniel P. Berrangé
2018-06-27postcopy: drop ram_pages parameter from postcopy_ram_incoming_init()David Hildenbrand
2018-06-27migration: Stop sending whole pages through main channelJuan Quintela
2018-06-27migration: Remove not needed semaphore and quitJuan Quintela
2018-06-27migration: Wait for blocking IOJuan Quintela
2018-06-27migration: Start sending messagesJuan Quintela
2018-06-27migration: Create ram_save_multifd_pageJuan Quintela
2018-06-27migration: Create multifd_bytes ram_counterJuan Quintela
2018-06-27migration: Synchronize multifd threads with main threadJuan Quintela