aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-16hw/arm/virt: Enable TZ extensions on the GIC if we are using themfull-tz-enablePeter Maydell
2015-07-16hw/arm/virt: Default to not providing TrustZone supportPeter Maydell
2015-07-16hw/cpu/{a15mpcore,a9mpcore}: enable TrustZone in GIC if it is enabled in CPUsPeter Maydell
2015-07-16hw/intc/arm_gic_common: Configure IRQs as NS if doing direct NS kernel bootPeter Maydell
2015-07-16hw/arm: new interface for devices which need to behave differently for kernel...Peter Maydell
2015-07-16qom: Add recursive version of object_child_for_eachPeter Crosthwaite
2015-07-16hw/cpu/a15mpcore: Wire up hyp and secure physical timer interruptsPeter Maydell
2015-07-16hw/arm/virt: Wire up secure timer interruptPeter Maydell
2015-07-16target-arm: Add AArch32 banked register access to secure physical timerPeter Maydell
2015-07-16target-arm: Add the AArch64 view of the Secure physical timerPeter Maydell
2015-07-16hw/arm/virt: Connect the Hypervisor timerEdgar E. Iglesias
2015-07-16hw/arm/virt: Replace magic IRQ constants with macrosEdgar E. Iglesias
2015-07-16target-arm: Add the Hypervisor timerEdgar E. Iglesias
2015-07-16target-arm: Pass timeridx as argument to various timer functionsEdgar E. Iglesias
2015-07-16target-arm: Rename and move gt_cnt_resetEdgar E. Iglesias
2015-07-16target-arm: Add CNTHCTL_EL2Edgar E. Iglesias
2015-07-16target-arm: Add CNTVOFF_EL2Edgar E. Iglesias
2015-07-16Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150716' into stagingPeter Maydell
2015-07-15Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell
2015-07-15Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into s...Peter Maydell
2015-07-15target-i386: emulate CPUID level of real hardwareRadim Krčmář
2015-07-15target-i386: Don't strdup() alias property nameEduardo Habkost
2015-07-15numa: Fix memory leak in numa_set_mem_node_id()Bharata B Rao
2015-07-15Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150715'...Peter Maydell
2015-07-15hw/arm/boot: Increase fdt alignmentpull-target-arm-20150715Alexander Graf
2015-07-15target-arm: Fix broken SCTLR_EL3 resetPeter Maydell
2015-07-15Merge remote-tracking branch 'remotes/cody/tags/jtc-for-upstream-pull-request...Peter Maydell
2015-07-15target-mips: fix page fault address for LWL/LWR/LDL/LDRAurelien Jarno
2015-07-15linux-user: Fix MIPS N64 trap and break instruction bugAndrew Bennett
2015-07-15target-mips: fix resource leak reported by CoverityLeon Alrae
2015-07-15target-mips: fix logically dead code reported by CoverityLeon Alrae
2015-07-15target-mips: correct DERET instructionLeon Alrae
2015-07-15target-mips: fix ASID synchronisation for MIPS MTAurelien Jarno
2015-07-15disas/mips: fix disassembling R6 instructionsYongbok Kim
2015-07-15target-mips: fix to clear MSACSR.CauseYongbok Kim
2015-07-15target-mips: fix MIPS64R6-generic configurationYongbok Kim
2015-07-15Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20150715-1'...Peter Maydell
2015-07-15migration: We also want to store the global state for savevmJuan Quintela
2015-07-15migration: reduce the count of strlen callLiang Li
2015-07-15migration: Register global state section before loadvmJuan Quintela
2015-07-15migration: Write documetation for events capabilitesJuan Quintela
2015-07-15migration: Trace event and migration event are different thingsJuan Quintela
2015-07-15migration: Only change state after migration has finishedJuan Quintela
2015-07-14block/curl: Don't lose original error when a connection fails.Richard W.M. Jones
2015-07-14mirror: correct buf_sizeWen Congyang
2015-07-14block: keep bitmap if incremental backup job is cancelledStefan Hajnoczi
2015-07-14blockdev: no need to drain in qmp_block_commitPaolo Bonzini
2015-07-14block/mirror: Sleep periodically during bitmap scanningFam Zheng
2015-07-14Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150714' into stagingPeter Maydell
2015-07-14s390/virtio-ccw: Fix migrationChristian Borntraeger