aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-07migration: extend migration_bitmapLi Zhijian3-0/+36
2015-07-07migration: protect migration_bitmapLi Zhijian1-6/+17
2015-07-07check_section_footers: Check the correct section_idDr. David Alan Gilbert1-37/+37
2015-07-07migration: Add migration events on target sideJuan Quintela1-1/+4
2015-07-07migration: Make events a capabilityJuan Quintela3-3/+23
2015-07-07migration: create migration eventJuan Quintela3-0/+28
2015-07-07migration: No need to call trace_migrate_set_state()Juan Quintela1-2/+0
2015-07-07migration: Use always helper to set stateJuan Quintela1-3/+3
2015-07-07migration: ensure we start in NONE stateJuan Quintela1-1/+6
2015-07-07migration: Use cmpxchg correctlyJuan Quintela1-1/+1
2015-07-07migration: Add configuration sectionJuan Quintela4-0/+65
2015-07-07vmstate: Create optional sectionsJuan Quintela4-0/+22
2015-07-07global_state: Make section optionalJuan Quintela5-0/+33
2015-07-07migration: create new section to store global stateJuan Quintela4-7/+103
2015-07-07runstate: migration allows more transitions nowJuan Quintela1-1/+7
2015-07-07runstate: Add runstate storeJuan Quintela2-0/+13
2015-07-07Fix older machine type compatibility on power with section footersDr. David Alan Gilbert1-0/+2
2015-07-07Fail more cleanly in mismatched RAM casesDr. David Alan Gilbert1-0/+2
2015-07-07Sanity check RDMA remote dataDr. David Alan Gilbert1-0/+30
2015-07-07Sort destination RAMBlocks to be the same as the sourceDr. David Alan Gilbert2-28/+75
2015-07-07Rework ram block hashDr. David Alan Gilbert1-12/+20
2015-07-07Allow rdma_delete_block to work without the hashDr. David Alan Gilbert2-12/+17
2015-07-07Rework ram_control_load_hook to hook during block loadDr. David Alan Gilbert6-19/+47
2015-07-07Translate offsets to destination address spaceDr. David Alan Gilbert1-7/+24
2015-07-07Store block name in local blocks structureDr. David Alan Gilbert2-15/+22
2015-07-07rdma typosDr. David Alan Gilbert2-5/+5
2015-07-07Only try and read a VMDescription if it should be thereDr. David Alan Gilbert1-9/+28
2015-07-07rdma: fix memory leakGonglei1-1/+2
2015-07-07Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150706.0' i...Peter Maydell16-21/+224
2015-07-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-smm' into sta...Peter Maydell22-344/+517
2015-07-06vfio/pci : Add pba_offset PCI quirk for Chelsio T5 devicesGabriel Laupre2-0/+29
2015-07-06vfio: Unregister IOMMU notifiers when container is destroyedAlexey Kardashevskiy1-0/+8
2015-07-06hw/vfio/platform: add irqfd supportEric Auger3-0/+103
2015-07-06kvm: some fixes to kvm_resamplefds_allowedEric Auger2-0/+2
2015-07-06sysbus: add irq_routing_notifierEric Auger2-0/+7
2015-07-06intc: arm_gic_kvm: set the qemu_irq/gsi mappingEric Auger1-0/+6
2015-07-06kvm-all.c: add qemu_irq/gsi hash table and utility routinesEric Auger2-0/+39
2015-07-06kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffixEric Auger6-18/+21
2015-07-06vfio: cpu: Use "real" page size APIPeter Crosthwaite1-3/+4
2015-07-06cpu-all: complete "real" host page size APIPeter Crosthwaite2-0/+5
2015-07-06vfio: fix return type of preadPaolo Bonzini1-1/+1
2015-07-06pc: add SMM propertyPaolo Bonzini7-2/+76
2015-07-06ich9: add smm_enabled field and argumentsPaolo Bonzini5-7/+11
2015-07-06pc_piix: rename kvm_enabled to smm_enabledPaolo Bonzini3-7/+7
2015-07-06target-i386: register a separate KVM address space including SMRAM regionsPaolo Bonzini1-1/+40
2015-07-06kvm-all: kvm_irqchip_create is not expected to failPaolo Bonzini1-17/+18
2015-07-06kvm-all: add support for multiple address spacesPaolo Bonzini2-7/+10
2015-07-06kvm-all: make KVM's memory listener more genericPaolo Bonzini2-62/+94
2015-07-06kvm-all: move internal types to kvm_int.hPaolo Bonzini2-17/+31
2015-07-06kvm-all: remove useless typedefPaolo Bonzini1-3/+1