summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* aio / timers: Remove legacy interfaceAlex Bligh2013-08-222-244/+5
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-22121-678/+678
* aio / timers: Add scripts/switch-timer-apiAlex Bligh2013-08-221-0/+178
* aio / timers: Add test harness for AioContext timersAlex Bligh2013-08-221-0/+134
* aio / timers: convert block_job_sleep_ns and co_sleep_ns to new APIAlex Bligh2013-08-228-15/+15
* aio / timers: Convert rtc_clock to be a QEMUClockTypeAlex Bligh2013-08-2210-55/+61
* aio / timers: Remove main_loop_timerlistAlex Bligh2013-08-222-41/+28
* aio / timers: Rearrange timer.h & make legacy functions call non-legacyAlex Bligh2013-08-2211-377/+477
* aio / timers: Add qemu_clock_get_ms and qemu_clock_get_msAlex Bligh2013-08-221-0/+28
* aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadlineAlex Bligh2013-08-222-36/+0
* aio / timers: Remove alarm timersAlex Bligh2013-08-224-507/+4
* aio / timers: Add documentation and new format callsAlex Bligh2013-08-221-22/+184
* aio / timers: Use all timerlists in icount warp calculationsAlex Bligh2013-08-224-10/+67
* aio / timers: Introduce new API timer_new and friendsAlex Bligh2013-08-221-0/+69
* aio / timers: On timer modification, qemu_notify or aio_notifyAlex Bligh2013-08-222-3/+19
* aio / timers: Convert mainloop to use timeoutAlex Bligh2013-08-221-14/+37
* aio / timers: Convert aio_poll to use AioContext timers' deadlineAlex Bligh2013-08-222-8/+30
* aio / timers: Add aio_timer_init & aio_timer_new wrappersAlex Bligh2013-08-221-0/+43
* aio / timers: aio_ctx_prepare sets timeout from AioContext timersAlex Bligh2013-08-221-1/+12
* aio / timers: Add a notify callback to QEMUTimerListAlex Bligh2013-08-223-12/+53
* aio / timers: Add QEMUTimerListGroup to AioContextAlex Bligh2013-08-224-0/+12
* aio / timers: Add QEMUTimerListGroup and helper functionsAlex Bligh2013-08-223-0/+92
* aio / timers: Untangle include filesAlex Bligh2013-08-2236-4/+39
* aio / timers: Split QEMUClock into QEMUClock and QEMUTimerListAlex Bligh2013-08-222-79/+476
* aio / timers: Make qemu_run_timers and qemu_run_all_timers return progressAlex Bligh2013-08-222-8/+31
* aio / timers: Add prctl(PR_SET_TIMERSLACK, 1, ...) to reduce timer slackAlex Bligh2013-08-222-0/+25
* aio / timers: add ppoll support with qemu_poll_nsAlex Bligh2013-08-223-0/+55
* aio / timers: Consistent treatment of disabled clocks for deadlinesAlex Bligh2013-08-221-1/+1
* aio / timers: add qemu-timer.c utility functionsAlex Bligh2013-08-222-0/+92
* aio / timers: Rename qemu_new_clock and expose clock typesAlex Bligh2013-08-222-8/+8
* aio / timers: Rename qemu_timer_* functionsAlex Bligh2013-08-2210-27/+27
* vmdk: support vmfs filesPaolo Bonzini2013-08-221-2/+3
* vmdk: support vmfsSparse filesFam Zheng2013-08-221-8/+9
* vmdk: fix L1 and L2 table size in vmdk3 openFam Zheng2013-08-221-8/+8
* vmdk: Move l1_size check into vmdk_add_extent()Fam Zheng2013-08-221-8/+8
* block: better error message for read only format nameFam Zheng2013-08-221-1/+5
* block: Produce zeros when protocols reading beyond end of fileMORITA Kazutaka2013-08-221-1/+29
* block: Introduce bs->zero_beyond_eofAsias He2013-08-223-0/+8
* qcow2: Change default for new images to compat=1.1Kevin Wolf2013-08-211-1/+1
* Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20130820' into st...Anthony Liguori2013-08-2026-210/+514
|\
| * hw/timer/imx_epit: Simplify and fix imx_epit implementationPeter Chubb2013-08-201-58/+36
| * default-configs: Fix A9MP and A15MP config namesPeter Maydell2013-08-202-4/+4
| * hw/cpu/a15mpcore: Wire generic timer outputs to GIC inputsPeter Maydell2013-08-201-0/+18
| * target-arm: Implement the generic timerPeter Maydell2013-08-205-8/+290
| * target-arm: Support coprocessor registers which do I/OPeter Maydell2013-08-202-4/+18
| * target-arm: Allow raw_read() and raw_write() to handle 64 bit regsPeter Maydell2013-08-201-2/+10
| * hw/arm/pic_cpu: Remove the now-unneeded arm_pic_init_cpu()Peter Maydell2013-08-203-31/+1
| * hw/arm/xilinx_zynq: Don't use arm_pic_init_cpu()Peter Maydell2013-08-201-5/+2
| * hw/arm/vexpress: Don't use arm_pic_init_cpu()Peter Maydell2013-08-201-6/+2
| * hw/arm/versatilepb: Don't use arm_pic_init_cpu()Peter Maydell2013-08-201-4/+3
OpenPOWER on IntegriCloud