summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * AioContext: export and use aio_dispatchPaolo Bonzini2014-08-294-70/+24Star
| * AioContext: run bottom halves after pollingPaolo Bonzini2014-08-292-1/+11
| * aio-win32: Factor out duplicate code into aio_dispatch_handlersPaolo Bonzini2014-08-291-50/+39Star
| * aio-win32: Evaluate timers after handlesPaolo Bonzini2014-08-291-3/+3
| * AioContext: take bottom halves into account when computing aio_poll timeoutPaolo Bonzini2014-08-294-17/+29
| * blockdev: fix drive-mirror 'granularity' error messageStefan Hajnoczi2014-08-291-2/+3
| * coroutine: Drop co_sleep_nsFam Zheng2014-08-293-21/+1Star
| * block/quorum: add simple read pattern supportLiu Yuan2014-08-291-48/+129
| * qapi: add read-pattern enum for quorumLiu Yuan2014-08-291-1/+19
| * sheepdog: improve error handling for a case of failed lockHitoshi Mitake2014-08-291-0/+2
| * sheepdog: adopting protocol update for VDI lockingHitoshi Mitake2014-08-291-1/+7
| * qemu-img: always goto out in img_snapshot() error pathsStefan Hajnoczi2014-08-291-9/+6Star
| * qemu-img: fix img_compare() flags error pathStefan Hajnoczi2014-08-291-3/+3
| * qemu-img: fix img_commit() error return valueStefan Hajnoczi2014-08-291-1/+1
| * block.curl: adding 'timeout' optionDaniel Henrique Barboza2014-08-292-3/+20
| * ide: Fix bootindex for bus_id > 9Markus Armbruster2014-08-291-1/+1
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140829'...Peter Maydell2014-08-2919-143/+697
|\ \
| * | target-arm: Implement pmccfiltr_write functionAlistair Francis2014-08-291-0/+9
| * | target-arm: Remove old code and replace with new functionsAlistair Francis2014-08-291-23/+4Star
| * | target-arm: Implement pmccntr_sync functionAlistair Francis2014-08-292-0/+34
| * | target-arm: Add arm_ccnt_enabled functionAlistair Francis2014-08-291-0/+12
| * | target-arm: Implement PMCCNTR_EL0 and related registersAlistair Francis2014-08-292-8/+42
| * | arm: Implement PMCCNTR 32b read-modify-writePeter Crosthwaite2014-08-291-1/+10
| * | target-arm: Make the ARM PMCCNTR register 64-bitAlistair Francis2014-08-292-11/+10Star
| * | hw/intc/arm_gic: honor target mask in gic_update()Sergey Fedorov2014-08-291-1/+2
| * | aarch64: raise max_cpus to 8Joel Schopp2014-08-291-1/+1
| * | arm_gic: Use GIC_NR_SGIS constantAdam Lackorzynski2014-08-291-1/+1
| * | arm_gic: Do not force PPIs to edge-triggered modeAdam Lackorzynski2014-08-291-1/+1
| * | arm_gic: GICD_ICFGR: Write model only for pre v1 GICsAdam Lackorzynski2014-08-291-4/+6
| * | arm_gic: Fix read of GICD_ICFGRAdam Lackorzynski2014-08-291-1/+1
| * | target-arm: Correct Cortex-A57 ISAR5 and AA64ISAR0 ID register valuesPeter Maydell2014-08-291-1/+2
| * | target-arm: Fix regression that disabled VFP for ARMv5 CPUsPeter Maydell2014-08-291-1/+8
| * | disas/libvixl: Update to upstream VIXL 1.5Peter Maydell2014-08-2913-93/+558
|/ /
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140829-1' into s...Peter Maydell2014-08-2914-14/+264
|\ \ | |/ |/|
| * tests: add xHCI qtestGonglei2014-08-292-0/+38
| * tests: add UHCI qtestGonglei2014-08-292-1/+38
| * tests: add OHCI qtestGonglei2014-08-293-1/+39
| * usb: add usb host adapters exit traceGonglei2014-08-294-0/+9
| * usb-xhci: add exit functionGonglei2014-08-291-0/+36
| * usb-ehci: add ehci-pci device exit functionGonglei2014-08-291-0/+14
| * usb-ehci: add ehci unrealize funcitonGonglei2014-08-292-0/+26
| * usb-ehci: add vmstate properity for EHCIStateGonglei2014-08-292-1/+2
| * usb-uhci: clean up uhci resource when pci-uhci exitGonglei2014-08-291-0/+22
| * usb-ohci: add exit functionGonglei2014-08-291-0/+19
| * usb-ohci: Fix memory leak for ohci timerGonglei2014-08-291-1/+3
| * usb: add usb_bus_release functionGonglei2014-08-292-0/+8
| * Revert "xhci: Fix number of streams allocated when using streams"Gerd Hoffmann2014-08-291-1/+1
| * xhci: use (1u << i)Gerd Hoffmann2014-08-291-2/+2
| * Fix OHCI ISO TD state never being written back.Jack Un2014-08-291-2/+2
| * xhci: fix debug print compiling errorGonglei2014-08-291-3/+3