aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-20exec: [tcg] Track which vCPU is performing translation and executionLluĂ­s Vilanova
2016-06-20Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20160620' into ...Peter Maydell
2016-06-20hw/intc/arm_gicv3: Fix compilation with simple trace backendPeter Maydell
2016-06-20seccomp: Add support for ppc/ppc64Michael Strosaker
2016-06-17Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160617'...Peter Maydell
2016-06-17Merge remote-tracking branch 'remotes/ehabkost/tags/machine-pull-request' int...Peter Maydell
2016-06-17ACPI: ARM: Present GIC version in MADT tablepull-target-arm-20160617Shannon Zhao
2016-06-17hw/timer: Add value matching support to aspeed_timerAndrew Jeffery
2016-06-17target-arm/monitor.c: Advertise emulated GICv3 in capabilitiesPeter Maydell
2016-06-17target-arm/machine.c: Allow user to request GICv3 emulationPeter Maydell
2016-06-17hw/intc/arm_gicv3: Add IRQ handling CPU interface registersPeter Maydell
2016-06-17hw/intc/arm_gicv3: Implement CPU i/f SGI generation registersPeter Maydell
2016-06-17hw/intc/arm_gicv3: Implement gicv3_cpuif_update()Peter Maydell
2016-06-17hw/intc/arm_gicv3: Implement GICv3 CPU interface registersPeter Maydell
2016-06-17hw/intc/arm_gicv3: Implement gicv3_set_irq()Peter Maydell
2016-06-17hw/intc/arm_gicv3: Wire up distributor and redistributor MMIO regionsPeter Maydell
2016-06-17hw/intc/arm_gicv3: Implement GICv3 redistributor registersShlomo Pongratz
2016-06-17hw/intc/arm_gicv3: Implement GICv3 distributor registersShlomo Pongratz
2016-06-17hw/intc/arm_gicv3: Implement functions to identify next pending irqPeter Maydell
2016-06-17hw/intc/arm_gicv3: ARM GICv3 device frameworkShlomo Pongratz
2016-06-17hw/intc/arm_gicv3: Add vmstate descriptorsPavel Fedin
2016-06-17hw/intc/arm_gicv3: Move irq lines into GICv3CPUState structurePeter Maydell
2016-06-17hw/intc/arm_gicv3: Add state informationPavel Fedin
2016-06-17target-arm: Add mp-affinity property for ARM CPU classPavel Fedin
2016-06-17target-arm: Provide hook to tell GICv3 about changes of security statePeter Maydell
2016-06-17target-arm: Define new arm_is_el3_or_mon() functionPeter Maydell
2016-06-17bitops.h: Implement half-shuffle and half-unshuffle opsPeter Maydell
2016-06-17migration: Define VMSTATE_UINT64_2DARRAYPeter Maydell
2016-06-17nbd/client.c: Correct trace format stringPeter Maydell
2016-06-17vnc: Wrap vnc initialization code with CONFIG_VNCChao Peng
2016-06-17qdev: Use GList for global propertiesEduardo Habkost
2016-06-17Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.7-5...Peter Maydell
2016-06-17vmstate-static-checker: fix size mismatch detection in unused fieldsAmit Shah
2016-06-17migration: code clean upLiang Li
2016-06-17migration: refine the decompression codeLiang Li
2016-06-17migration: refine the compression codeLiang Li
2016-06-17migration: protect the quit flag by lockLiang Li
2016-06-17migration: refine ram_save_compressed_pageLiang Li
2016-06-17qemu-file: Fix qemu_put_compression_data flawLiang Li
2016-06-17migration: remove useless codeLiang Li
2016-06-17migration: Fix a potential issueLiang Li
2016-06-17migration: Fix multi-thread compression bugLiang Li
2016-06-17migration: fix inability to save VM after snapshotDenis V. Lunev
2016-06-17migration: Trace improvementsDr. David Alan Gilbert
2016-06-17migration: Don't use *_to_cpup() and cpu_to_*w()Peter Maydell
2016-06-17Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160617' into...Peter Maydell
2016-06-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-06-17spapr: implement query-hotpluggable-cpus callbackIgor Mammedov
2016-06-17hmp: Add 'info hotpluggable-cpus' HMP commandBharata B Rao
2016-06-17QMP: Add query-hotpluggable-cpusIgor Mammedov