summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-22aio / timers: Remove main_loop_timerlistAlex Bligh2-41/+28
2013-08-22aio / timers: Rearrange timer.h & make legacy functions call non-legacyAlex Bligh11-377/+477
2013-08-22aio / timers: Add qemu_clock_get_ms and qemu_clock_get_msAlex Bligh1-0/+28
2013-08-22aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadlineAlex Bligh2-36/+0
2013-08-22aio / timers: Remove alarm timersAlex Bligh4-507/+4
2013-08-22aio / timers: Add documentation and new format callsAlex Bligh1-22/+184
2013-08-22aio / timers: Use all timerlists in icount warp calculationsAlex Bligh4-10/+67
2013-08-22aio / timers: Introduce new API timer_new and friendsAlex Bligh1-0/+69
2013-08-22aio / timers: On timer modification, qemu_notify or aio_notifyAlex Bligh2-3/+19
2013-08-22aio / timers: Convert mainloop to use timeoutAlex Bligh1-14/+37
2013-08-22aio / timers: Convert aio_poll to use AioContext timers' deadlineAlex Bligh2-8/+30
2013-08-22aio / timers: Add aio_timer_init & aio_timer_new wrappersAlex Bligh1-0/+43
2013-08-22aio / timers: aio_ctx_prepare sets timeout from AioContext timersAlex Bligh1-1/+12
2013-08-22aio / timers: Add a notify callback to QEMUTimerListAlex Bligh3-12/+53
2013-08-22aio / timers: Add QEMUTimerListGroup to AioContextAlex Bligh4-0/+12
2013-08-22aio / timers: Add QEMUTimerListGroup and helper functionsAlex Bligh3-0/+92
2013-08-22aio / timers: Untangle include filesAlex Bligh36-4/+39
2013-08-22aio / timers: Split QEMUClock into QEMUClock and QEMUTimerListAlex Bligh2-79/+476
2013-08-22aio / timers: Make qemu_run_timers and qemu_run_all_timers return progressAlex Bligh2-8/+31
2013-08-22aio / timers: Add prctl(PR_SET_TIMERSLACK, 1, ...) to reduce timer slackAlex Bligh2-0/+25
2013-08-22aio / timers: add ppoll support with qemu_poll_nsAlex Bligh3-0/+55
2013-08-22aio / timers: Consistent treatment of disabled clocks for deadlinesAlex Bligh1-1/+1
2013-08-22aio / timers: add qemu-timer.c utility functionsAlex Bligh2-0/+92
2013-08-22aio / timers: Rename qemu_new_clock and expose clock typesAlex Bligh2-8/+8
2013-08-22aio / timers: Rename qemu_timer_* functionsAlex Bligh10-27/+27
2013-08-22vmdk: support vmfs filesPaolo Bonzini1-2/+3
2013-08-22vmdk: support vmfsSparse filesFam Zheng1-8/+9
2013-08-22vmdk: fix L1 and L2 table size in vmdk3 openFam Zheng1-8/+8
2013-08-22vmdk: Move l1_size check into vmdk_add_extent()Fam Zheng1-8/+8
2013-08-22block: better error message for read only format nameFam Zheng1-1/+5
2013-08-22block: Produce zeros when protocols reading beyond end of fileMORITA Kazutaka1-1/+29
2013-08-22block: Introduce bs->zero_beyond_eofAsias He3-0/+8
2013-08-21qcow2: Change default for new images to compat=1.1Kevin Wolf1-1/+1
2013-08-20Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20130820' into st...Anthony Liguori26-210/+514
2013-08-20Merge remote-tracking branch 'stefanha/block-next' into stagingAnthony Liguori19-289/+163
2013-08-20Merge remote-tracking branch 'rth/axp-next' into stagingAnthony Liguori4-39/+264
2013-08-20Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori17-136/+275
2013-08-20hw/timer/imx_epit: Simplify and fix imx_epit implementationPeter Chubb1-58/+36
2013-08-20default-configs: Fix A9MP and A15MP config namesPeter Maydell2-4/+4
2013-08-20hw/cpu/a15mpcore: Wire generic timer outputs to GIC inputsPeter Maydell1-0/+18
2013-08-20target-arm: Implement the generic timerPeter Maydell5-8/+290
2013-08-20target-arm: Support coprocessor registers which do I/OPeter Maydell2-4/+18
2013-08-20target-arm: Allow raw_read() and raw_write() to handle 64 bit regsPeter Maydell1-2/+10
2013-08-20hw/arm/pic_cpu: Remove the now-unneeded arm_pic_init_cpu()Peter Maydell3-31/+1
2013-08-20hw/arm/xilinx_zynq: Don't use arm_pic_init_cpu()Peter Maydell1-5/+2
2013-08-20hw/arm/vexpress: Don't use arm_pic_init_cpu()Peter Maydell1-6/+2
2013-08-20hw/arm/versatilepb: Don't use arm_pic_init_cpu()Peter Maydell1-4/+3
2013-08-20hw/arm/strongarm: Don't use arm_pic_init_cpu()Peter Maydell1-3/+3
2013-08-20hw/arm/realview: Don't use arm_pic_init_cpu()Peter Maydell1-3/+1
2013-08-20hw/arm/omap*: Don't use arm_pic_init_cpu()Peter Maydell2-8/+8