aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-09qemu-iotests: Test automatic commit job cancel on hot unplugKevin Wolf2-4/+35
2017-06-09commit: Fix use after free in completionKevin Wolf1-0/+7
2017-06-09qemu-iotests: Block migration testKevin Wolf3-0/+187
2017-06-09migration/block: Clean up BBs in block_save_complete()Kevin Wolf1-5/+17
2017-06-09migration: Inactivate images after .save_live_complete_precopy()Kevin Wolf1-5/+7
2017-06-09block: Fix anonymous BBs in blk_root_inactivate()Kevin Wolf1-1/+1
2017-06-09Revert "spapr: fix memory hot-unplugging"Laurent Vivier2-18/+3
2017-06-09xics: drop ICPStateClass::cpu_setup() handlerGreg Kurz3-11/+6
2017-06-09xics: setup cpu at realize timeGreg Kurz4-69/+51
2017-06-09xics: pass appropriate types to realize() handlers.Greg Kurz4-17/+13
2017-06-09xics: introduce macros for ICP/ICS link propertiesGreg Kurz6-8/+16
2017-06-09hw/cpu: core.c can be compiled as common objectThomas Huth1-2/+1
2017-06-08hw/pcie: fix the generic pcie root port to support migrationMarcel Apfelbaum2-0/+29
2017-06-08nvdimm acpi: fix region format interface codeHaozhong Zhang1-3/+4
2017-06-08vhost-user-bridge: fix iov_restore_front() warningMarc-André Lureau1-2/+9
2017-06-08test-char: start a /char/serial testMarc-André Lureau1-0/+29
2017-06-08chardev: don't use alias names in parse_compat()Marc-André Lureau1-2/+2
2017-06-08char: fix alias devices regressionMarc-André Lureau3-13/+13
2017-06-08hw/ppc/spapr: Adjust firmware name for PCI bridgesThomas Huth1-0/+6
2017-06-08xics: add reset() handler to ICPStateClassGreg Kurz3-25/+8
2017-06-08pnv_core: drop reference on ICPState object during CPU realizationGreg Kurz1-1/+2
2017-06-08spapr: Rework DRC name handlingDavid Gibson2-53/+30
2017-06-08spapr: Fold spapr_phb_{add,remove}_pci_device() into their only callersDavid Gibson1-40/+23
2017-06-08spapr: Change DRC attach & detach methods to functionsDavid Gibson4-34/+19
2017-06-08spapr: Clean up handling of DR-indicatorDavid Gibson3-26/+17
2017-06-08spapr: Clean up RTAS set-indicatorDavid Gibson2-42/+44
2017-06-08spapr: Don't misuse DR-indicator in spapr_recover_pending_dimm_state()David Gibson1-5/+6
2017-06-08spapr: Clean up DR entity sense handlingDavid Gibson4-43/+40
2017-06-08pseries: Correct panic behaviour for pseries machine typeDavid Gibson1-5/+2
2017-06-08spapr: fix memory leak in spapr_memory_pre_plug()Greg Kurz1-1/+4
2017-06-08target/ppc: fix memory leak in kvmppc_is_mem_backend_page_size_ok()Greg Kurz1-0/+1
2017-06-08target/ppc: pass const string to kvmppc_is_mem_backend_page_size_ok()Greg Kurz2-4/+4
2017-06-07Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell63-386/+732
2017-06-07docs: create config/, devel/ and spin/ subdirectoriesPaolo Bonzini26-0/+0
2017-06-07cpus: reset throttle_thread_scheduled after sleepFelipe Franciosi1-1/+1
2017-06-07kvm: don't register smram_listener when smm is offGonglei2-3/+5
2017-06-07nbd: make it thread-safe, fix qcow2 over nbdPaolo Bonzini1-21/+9
2017-06-07target/i386: Add GDB XML description for SSE registersAbdallah Bouassida6-6/+146
2017-06-07i386/kvm: do not zero out segment flags if segment is unusable or not presentRoman Pen1-12/+8
2017-06-07edu: fix memory leak on msi_broken platformsPaolo Bonzini1-6/+6
2017-06-07linuxboot_dma: compile for i486Paolo Bonzini2-0/+1
2017-06-07kvmclock: update system_time_msr address forciblyDenis Plotnikov1-0/+3
2017-06-07nbd: Fully initialize client in case of failed negotiationEric Blake2-6/+4
2017-06-07sockets: improve error reporting if UNIX socket path is too longDaniel P. Berrange1-22/+46
2017-06-07i386: fix read/write cr with icount optionMihail Abakumov1-0/+12
2017-06-07target/i386: use multiple CPU AddressSpacesPaolo Bonzini5-55/+47
2017-06-07target/i386: enable A20 automatically in system management modePaolo Bonzini3-27/+42
2017-06-07arm_gicv3: Fix ICC_BPR1 reset value when EL3 not implementedPeter Maydell1-5/+1
2017-06-07configure: split c and cxx extra flagsBruno Dominguez3-37/+44
2017-06-07Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170607' i...Peter Maydell4-194/+114