aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-29qemu-iotests: add multiwrite test casesStefan Hajnoczi3-0/+224
2014-08-29block: fix overlapping multiwrite requestsStefan Hajnoczi1-0/+6
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-29nbd: Follow the BDS' AIO contextMax Reitz1-0/+31
2014-08-29block: Add AIO context notifiersMax Reitz2-0/+97
2014-08-29nbd: Drop nbd_can_read()Max Reitz1-19/+53
2014-08-29sheepdog: fix a core dump while do auto-reconnectingLiu Yuan1-1/+1
2014-08-29aio-win32: add support for socketsPaolo Bonzini3-9/+145
2014-08-29qemu-coroutine-io: fix for Win32Paolo Bonzini2-2/+4
2014-08-29AioContext: introduce aio_preparePaolo Bonzini4-1/+23
2014-08-29aio-win32: add aio_set_dispatching optimizationPaolo Bonzini1-1/+16
2014-08-29test-aio: test timers on Windows tooPaolo Bonzini1-37/+11
2014-08-29AioContext: export and use aio_dispatchPaolo Bonzini4-70/+24
2014-08-29AioContext: run bottom halves after pollingPaolo Bonzini2-1/+11
2014-08-29aio-win32: Factor out duplicate code into aio_dispatch_handlersPaolo Bonzini1-50/+39
2014-08-29aio-win32: Evaluate timers after handlesPaolo Bonzini1-3/+3