summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | hw/timer: Add value matching support to aspeed_timerAndrew Jeffery2016-06-172-39/+104
| * | target-arm/monitor.c: Advertise emulated GICv3 in capabilitiesPeter Maydell2016-06-171-2/+1Star
| * | target-arm/machine.c: Allow user to request GICv3 emulationPeter Maydell2016-06-171-2/+1Star
| * | hw/intc/arm_gicv3: Add IRQ handling CPU interface registersPeter Maydell2016-06-173-0/+449
| * | hw/intc/arm_gicv3: Implement CPU i/f SGI generation registersPeter Maydell2016-06-174-0/+168
| * | hw/intc/arm_gicv3: Implement gicv3_cpuif_update()Peter Maydell2016-06-173-5/+142
| * | hw/intc/arm_gicv3: Implement GICv3 CPU interface registersPeter Maydell2016-06-175-0/+666
| * | hw/intc/arm_gicv3: Implement gicv3_set_irq()Peter Maydell2016-06-175-1/+65
| * | hw/intc/arm_gicv3: Wire up distributor and redistributor MMIO regionsPeter Maydell2016-06-171-1/+14
| * | hw/intc/arm_gicv3: Implement GICv3 redistributor registersShlomo Pongratz2016-06-174-0/+512
| * | hw/intc/arm_gicv3: Implement GICv3 distributor registersShlomo Pongratz2016-06-174-0/+869
| * | hw/intc/arm_gicv3: Implement functions to identify next pending irqPeter Maydell2016-06-174-0/+441
| * | hw/intc/arm_gicv3: ARM GICv3 device frameworkShlomo Pongratz2016-06-174-0/+131
| * | hw/intc/arm_gicv3: Add vmstate descriptorsPavel Fedin2016-06-172-1/+57
| * | hw/intc/arm_gicv3: Move irq lines into GICv3CPUState structurePeter Maydell2016-06-172-8/+4Star
| * | hw/intc/arm_gicv3: Add state informationPavel Fedin2016-06-173-5/+518
| * | target-arm: Add mp-affinity property for ARM CPU classPavel Fedin2016-06-171-0/+1
| * | target-arm: Provide hook to tell GICv3 about changes of security statePeter Maydell2016-06-175-0/+57
| * | target-arm: Define new arm_is_el3_or_mon() functionPeter Maydell2016-06-171-2/+11
| * | bitops.h: Implement half-shuffle and half-unshuffle opsPeter Maydell2016-06-172-0/+180
| * | migration: Define VMSTATE_UINT64_2DARRAYPeter Maydell2016-06-171-0/+6
* | | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-pull-request' int...Peter Maydell2016-06-173-8/+10
|\ \ \
| * | | vnc: Wrap vnc initialization code with CONFIG_VNCChao Peng2016-06-171-0/+2
| * | | qdev: Use GList for global propertiesEduardo Habkost2016-06-172-8/+8
* | | | nbd/client.c: Correct trace format stringPeter Maydell2016-06-171-1/+1
| |/ / |/| |
* | | Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.7-5...Peter Maydell2016-06-177-129/+191
|\ \ \ | |/ / |/| |
| * | vmstate-static-checker: fix size mismatch detection in unused fieldsAmit Shah2016-06-171-1/+1
| * | migration: code clean upLiang Li2016-06-171-21/+15Star
| * | migration: refine the decompression codeLiang Li2016-06-171-25/+25
| * | migration: refine the compression codeLiang Li2016-06-171-44/+40Star
| * | migration: protect the quit flag by lockLiang Li2016-06-171-16/+16
| * | migration: refine ram_save_compressed_pageLiang Li2016-06-171-14/+13Star
| * | qemu-file: Fix qemu_put_compression_data flawLiang Li2016-06-172-7/+34
| * | migration: remove useless codeLiang Li2016-06-171-1/+0Star
| * | migration: Fix a potential issueLiang Li2016-06-171-0/+19
| * | migration: Fix multi-thread compression bugLiang Li2016-06-171-11/+27
| * | migration: fix inability to save VM after snapshotDenis V. Lunev2016-06-171-1/+11
| * | migration: Trace improvementsDr. David Alan Gilbert2016-06-172-7/+9
| * | migration: Don't use *_to_cpup() and cpu_to_*w()Peter Maydell2016-06-172-8/+8
|/ /
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160617' into...Peter Maydell2016-06-1733-90/+1169
|\ \
| * | spapr: implement query-hotpluggable-cpus callbackIgor Mammedov2016-06-171-0/+34
| * | hmp: Add 'info hotpluggable-cpus' HMP commandBharata B Rao2016-06-173-0/+57
| * | QMP: Add query-hotpluggable-cpusIgor Mammedov2016-06-174-0/+96
| * | spapr: CPU hot unplug supportBharata B Rao2016-06-173-0/+69
| * | spapr: CPU hotplug supportBharata B Rao2016-06-176-13/+176
| * | spapr: convert boot CPUs into CPU core devicesBharata B Rao2016-06-174-10/+126
| * | spapr: Move spapr_cpu_init() to spapr_cpu_core.cBharata B Rao2016-06-173-48/+52
| * | spapr: Abstract CPU core device and type specific core devicesBharata B Rao2016-06-176-2/+220
| * | qom: API to get instance_size of a typeBharata B Rao2016-06-172-1/+15
| * | spapr_drc: Prevent detach racing against attach for CPU DRBharata B Rao2016-06-172-0/+13