summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-17hw/intc/arm_gicv3: Implement GICv3 CPU interface registersPeter Maydell5-0/+666
2016-06-17hw/intc/arm_gicv3: Implement gicv3_set_irq()Peter Maydell5-1/+65
2016-06-17hw/intc/arm_gicv3: Wire up distributor and redistributor MMIO regionsPeter Maydell1-1/+14
2016-06-17hw/intc/arm_gicv3: Implement GICv3 redistributor registersShlomo Pongratz4-0/+512
2016-06-17hw/intc/arm_gicv3: Implement GICv3 distributor registersShlomo Pongratz4-0/+869
2016-06-17hw/intc/arm_gicv3: Implement functions to identify next pending irqPeter Maydell4-0/+441
2016-06-17hw/intc/arm_gicv3: ARM GICv3 device frameworkShlomo Pongratz4-0/+131
2016-06-17hw/intc/arm_gicv3: Add vmstate descriptorsPavel Fedin2-1/+57
2016-06-17hw/intc/arm_gicv3: Move irq lines into GICv3CPUState structurePeter Maydell2-8/+4
2016-06-17hw/intc/arm_gicv3: Add state informationPavel Fedin3-5/+518
2016-06-17target-arm: Add mp-affinity property for ARM CPU classPavel Fedin1-0/+1
2016-06-17target-arm: Provide hook to tell GICv3 about changes of security statePeter Maydell5-0/+57
2016-06-17target-arm: Define new arm_is_el3_or_mon() functionPeter Maydell1-2/+11
2016-06-17bitops.h: Implement half-shuffle and half-unshuffle opsPeter Maydell2-0/+180
2016-06-17migration: Define VMSTATE_UINT64_2DARRAYPeter Maydell1-0/+6
2016-06-17Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.7-5...Peter Maydell7-129/+191
2016-06-17vmstate-static-checker: fix size mismatch detection in unused fieldsAmit Shah1-1/+1
2016-06-17migration: code clean upLiang Li1-21/+15
2016-06-17migration: refine the decompression codeLiang Li1-25/+25
2016-06-17migration: refine the compression codeLiang Li1-44/+40
2016-06-17migration: protect the quit flag by lockLiang Li1-16/+16
2016-06-17migration: refine ram_save_compressed_pageLiang Li1-14/+13
2016-06-17qemu-file: Fix qemu_put_compression_data flawLiang Li2-7/+34
2016-06-17migration: remove useless codeLiang Li1-1/+0
2016-06-17migration: Fix a potential issueLiang Li1-0/+19
2016-06-17migration: Fix multi-thread compression bugLiang Li1-11/+27
2016-06-17migration: fix inability to save VM after snapshotDenis V. Lunev1-1/+11
2016-06-17migration: Trace improvementsDr. David Alan Gilbert2-7/+9
2016-06-17migration: Don't use *_to_cpup() and cpu_to_*w()Peter Maydell2-8/+8
2016-06-17Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160617' into...Peter Maydell33-90/+1169
2016-06-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell20-46/+391
2016-06-17spapr: implement query-hotpluggable-cpus callbackIgor Mammedov1-0/+34
2016-06-17hmp: Add 'info hotpluggable-cpus' HMP commandBharata B Rao3-0/+57
2016-06-17QMP: Add query-hotpluggable-cpusIgor Mammedov4-0/+96
2016-06-17spapr: CPU hot unplug supportBharata B Rao3-0/+69
2016-06-17spapr: CPU hotplug supportBharata B Rao6-13/+176
2016-06-17spapr: convert boot CPUs into CPU core devicesBharata B Rao4-10/+126
2016-06-17spapr: Move spapr_cpu_init() to spapr_cpu_core.cBharata B Rao3-48/+52
2016-06-17spapr: Abstract CPU core device and type specific core devicesBharata B Rao6-2/+220
2016-06-17qom: API to get instance_size of a typeBharata B Rao2-1/+15
2016-06-17spapr_drc: Prevent detach racing against attach for CPU DRBharata B Rao2-0/+13
2016-06-17xics,xics_kvm: Handle CPU unplug correctlyBharata B Rao3-4/+19
2016-06-17cpu: Abstract CPU core typeBharata B Rao3-0/+120
2016-06-17qdev: hotplug: Introduce HotplugHandler.pre_plug() callbackIgor Mammedov3-2/+32
2016-06-17target-ppc: Fix rlwimi, rlwinm, rlwnmRichard Henderson1-21/+52
2016-06-17vfio: Fix broken EEHGavin Shan1-1/+1
2016-06-17target-ppc: Bug in BookE wait instructionJakub Horak1-1/+1
2016-06-17ppc / sparc: Add a tester for checking whether OpenBIOS runs successfullyThomas Huth2-0/+96
2016-06-17MAINTAINERS: add Marcel to PCIMichael S. Tsirkin1-0/+1
2016-06-17msi_init: change return value to 0 on successCao jin1-3/+3