aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-01pc-bios/s390-ccw: support all virtio block sizeEugene (jno) Dvurechenski1-6/+8
2014-09-01s390x/kvm: execute the first cpu reset on the vcpu threadDavid Hildenbrand1-0/+4
2014-09-01s390x/kvm: execute "system reset" cpu resets on the vcpu threadDavid Hildenbrand1-1/+1
2014-09-01s390x/kvm: execute sigp orders on the target vcpu threadDavid Hildenbrand1-7/+16
2014-09-01s390x/kvm: run guest triggered resets on the target vcpu threadDavid Hildenbrand2-22/+23
2014-08-29Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140829'...Peter Maydell19-143/+697
2014-08-29target-arm: Implement pmccfiltr_write functionAlistair Francis1-0/+9
2014-08-29target-arm: Remove old code and replace with new functionsAlistair Francis1-23/+4
2014-08-29target-arm: Implement pmccntr_sync functionAlistair Francis2-0/+34
2014-08-29target-arm: Add arm_ccnt_enabled functionAlistair Francis1-0/+12
2014-08-29target-arm: Implement PMCCNTR_EL0 and related registersAlistair Francis2-8/+42
2014-08-29arm: Implement PMCCNTR 32b read-modify-writePeter Crosthwaite1-1/+10
2014-08-29target-arm: Make the ARM PMCCNTR register 64-bitAlistair Francis2-11/+10
2014-08-29hw/intc/arm_gic: honor target mask in gic_update()Sergey Fedorov1-1/+2
2014-08-29aarch64: raise max_cpus to 8Joel Schopp1-1/+1
2014-08-29arm_gic: Use GIC_NR_SGIS constantAdam Lackorzynski1-1/+1
2014-08-29arm_gic: Do not force PPIs to edge-triggered modeAdam Lackorzynski1-1/+1
2014-08-29arm_gic: GICD_ICFGR: Write model only for pre v1 GICsAdam Lackorzynski1-4/+6
2014-08-29arm_gic: Fix read of GICD_ICFGRAdam Lackorzynski1-1/+1
2014-08-29target-arm: Correct Cortex-A57 ISAR5 and AA64ISAR0 ID register valuesPeter Maydell1-1/+2
2014-08-29target-arm: Fix regression that disabled VFP for ARMv5 CPUsPeter Maydell1-1/+8
2014-08-29disas/libvixl: Update to upstream VIXL 1.5Peter Maydell13-93/+558
2014-08-29Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140829-1' into s...Peter Maydell14-14/+264
2014-08-29tests: add xHCI qtestGonglei2-0/+38
2014-08-29tests: add UHCI qtestGonglei2-1/+38
2014-08-29tests: add OHCI qtestGonglei3-1/+39
2014-08-29usb: add usb host adapters exit traceGonglei4-0/+9
2014-08-29usb-xhci: add exit functionGonglei1-0/+36
2014-08-29usb-ehci: add ehci-pci device exit functionGonglei1-0/+14
2014-08-29usb-ehci: add ehci unrealize funcitonGonglei2-0/+26
2014-08-29usb-ehci: add vmstate properity for EHCIStateGonglei2-1/+2
2014-08-29usb-uhci: clean up uhci resource when pci-uhci exitGonglei1-0/+22
2014-08-29usb-ohci: add exit functionGonglei1-0/+19
2014-08-29usb-ohci: Fix memory leak for ohci timerGonglei1-1/+3
2014-08-29usb: add usb_bus_release functionGonglei2-0/+8
2014-08-29Revert "xhci: Fix number of streams allocated when using streams"Gerd Hoffmann1-1/+1
2014-08-29xhci: use (1u << i)Gerd Hoffmann1-2/+2
2014-08-29Fix OHCI ISO TD state never being written back.Jack Un1-2/+2
2014-08-29xhci: fix debug print compiling errorGonglei1-3/+3
2014-08-29usb: Fix bootindex for portnr > 9Markus Armbruster1-2/+2
2014-08-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell13-122/+141
2014-08-28Merge remote-tracking branch 'remotes/kvm/tags/for-upstream' into stagingPeter Maydell22-73/+394
2014-08-28memory: Lazy init name from QOM name as neededPeter Crosthwaite1-0/+4
2014-08-28xen: hvm: Abstract away memory region name refPeter Crosthwaite1-3/+6
2014-08-28xen-hvm: Constify stringPeter Crosthwaite1-2/+2
2014-08-28Merge remote-tracking branch 'remotes/stefanha/tags/fix-buildbot-12082014-pul...Peter Maydell6-31/+24
2014-08-28Revert "qemu-img: sort block formats in help message"Stefan Hajnoczi1-22/+3
2014-08-28block: sort formats alphabetically in bdrv_iterate_format()Stefan Hajnoczi1-1/+13
2014-08-28mirror: fix uninitialized variable delay_ns warningsStefan Hajnoczi1-3/+1
2014-08-28trace: avoid Python 2.5 all() in tracetoolStefan Hajnoczi1-1/+2