Show patches with: Submitter = Alex Bligh       |    State = Action Required       |    Archived = No       |   357 patches
« 1 2 3 4 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
RFC: raw device support for block device targets - - - - --- 2011-12-06 Alex Bligh New
RFC: raw device support for block device targets - - - - --- 2011-12-06 Alex Bligh New
qemu-img rebase: allow backing file to be specified as '-' - - - - --- 2012-10-15 Alex Bligh New
qemu-img rebase: allow backing file to be specified as '-' - - - - --- 2012-10-15 Alex Bligh New
qemu-img rebase: allow empty file name as new backing file to mean rebase with no backing file [att… - - 1 - --- 2012-10-15 Alex Bligh New
[PATCHv3] qemu-img rebase: use empty string to rebase without backing file - - 1 - --- 2012-10-15 Alex Bligh New
[PATCHv4] qemu-img rebase: use empty string to rebase without backing file - - - - --- 2012-10-16 Alex Bligh New
[PATCHv3] QEMU(upstream): Disable xen's use of O_DIRECT by default as it results in crashes. 1 - - - --- 2013-03-18 Alex Bligh New
[RFC] Xen PV backend: Move call to bdrv_new from blk_init to blk_connect - - - - --- 2013-04-01 Alex Bligh New
[PATCHv2,1/2] Xen PV backend: Move call to bdrv_new from blk_init to blk_connect - - - - --- 2013-04-05 Alex Bligh New
[PATCHv2,2/2] Xen PV backend: Disable use of O_DIRECT by default as it results in crashes. - - - - --- 2013-04-05 Alex Bligh New
[PATCHv2,1/2] Xen PV backend (for qemu-upstream-4.2-testing): Move call to bdrv_new from blk_init t… - - - - --- 2013-04-05 Alex Bligh New
[PATCHv2,2/2] Xen PV backend (for qemu-upstream-4.2-testing): Disable use of O_DIRECT by default as… - - - - --- 2013-04-05 Alex Bligh New
[PATCHv3,1/2] Xen PV backend: Move call to bdrv_new from blk_init to blk_connect - - - - --- 2013-04-05 Alex Bligh New
[PATCHv3,2/2] Xen PV backend: Disable use of O_DIRECT by default as it results in crashes. - - - - --- 2013-04-05 Alex Bligh New
Add delay option to blkdebug - - - - --- 2013-06-29 Alex Bligh New
[RFC] aio/async: Add timed bottom-halves - - - - --- 2013-07-06 Alex Bligh New
[PATCHv2,RFC] aio/async: Add timed bottom-halves - - - - --- 2013-07-06 Alex Bligh New
[PATCHv3,RFC] aio/async: Add timed bottom-halves - - - - --- 2013-07-16 Alex Bligh New
[RFC] aio/timers: Drop alarm timers; introduce QEMUClock to AioContext; run timers in aio_poll - - - - --- 2013-07-19 Alex Bligh New
[PATCHv2,RFC,1/7] aio / timers: Remove alarm timers - - - - --- 2013-07-20 Alex Bligh New
[PATCHv2,RFC,2/7] aio / timers: qemu-timer.c utility functions and add list of clocks - - - - --- 2013-07-20 Alex Bligh New
[PATCHv2,RFC,3/7] aio / timers: add ppoll support with qemu_g_poll_ns - - - - --- 2013-07-20 Alex Bligh New
[PATCHv2,RFC,4/7] aio / timers: Make qemu_run_timers and qemu_run_all_timers return progress - - - - --- 2013-07-20 Alex Bligh New
[PATCHv2,RFC,5/7] aio / timers: Add a clock to AioContext - - - - --- 2013-07-20 Alex Bligh New
[PATCHv2,RFC,6/7] aio / timers: Switch to ppoll, run AioContext timers in aio_poll/aio_dispatch - - - - --- 2013-07-20 Alex Bligh New
[PATCHv2,RFC,7/7] aio / timers: Add test harness for AioContext timers - - - - --- 2013-07-20 Alex Bligh New
[PATCHv2a,RFC,8/7,(really)] Add prctl(PR_SET_TIMERSLACK, 1, ...) to reduce timer slack - - - - --- 2013-07-24 Alex Bligh New
[RFC,PATCHv3,01/12] aio / timers: add qemu-timer.c utility functions - - - - --- 2013-07-25 Alex Bligh New
[RFC,PATCHv3,02/12] aio / timers: add ppoll support with qemu_poll_ns - - - - --- 2013-07-25 Alex Bligh New
[RFC,PATCHv3,03/12] aio / timers: Add prctl(PR_SET_TIMERSLACK, 1, ...) to reduce timer slack - - - - --- 2013-07-25 Alex Bligh New
[RFC,PATCHv3,04/12] aio / timers: Make qemu_run_timers and qemu_run_all_timers return progress - - - - --- 2013-07-25 Alex Bligh New
[RFC,PATCHv3,05/12] aio / timers: Add a clock to AioContext - - - - --- 2013-07-25 Alex Bligh New
[RFC,PATCHv3,06/12] aio / timers: Add an AioContext pointer to QEMUClock - - - - --- 2013-07-25 Alex Bligh New
[RFC,PATCHv3,07/12] aio / timers: aio_ctx_prepare sets timeout from AioContext timers - - - - --- 2013-07-25 Alex Bligh New
[RFC,PATCHv3,08/12] aio / timers: Convert aio_poll to use AioContext timers' deadline - - - - --- 2013-07-25 Alex Bligh New
[RFC,PATCHv3,09/12] aio / timers: convert mainloop to use timeout - - - - --- 2013-07-25 Alex Bligh New
[RFC,PATCHv3,10/12] aio / timers: on timer modification, qemu_notify or aio_notify - - - - --- 2013-07-25 Alex Bligh New
[RFC,PATCHv3,11/12] aio / timers: Remove alarm timers - - - - --- 2013-07-25 Alex Bligh New
[RFC,PATCHv3,12/12] aio / timers: Add test harness for AioContext timers - - - - --- 2013-07-25 Alex Bligh New
[RFC,PATCHv3,00/12] aio / timers: Add AioContext timers and use ppoll - - - - --- 2013-07-25 Alex Bligh New
[RFC,PATCHv4,01/13] aio / timers: add qemu-timer.c utility functions - - - - --- 2013-07-26 Alex Bligh New
[RFC,PATCHv4,02/13] aio / timers: add ppoll support with qemu_poll_ns - - - - --- 2013-07-26 Alex Bligh New
[RFC,PATCHv4,03/13] aio / timers: Add prctl(PR_SET_TIMERSLACK, 1, ...) to reduce timer slack - - - - --- 2013-07-26 Alex Bligh New
[RFC,PATCHv4,04/13] aio / timers: Make qemu_run_timers and qemu_run_all_timers return progress - - - - --- 2013-07-26 Alex Bligh New
[RFC,PATCHv4,05/13] aio / timers: Split QEMUClock into QEMUClock and QEMUTimerList - - - - --- 2013-07-26 Alex Bligh New
[RFC,PATCHv4,06/13] aio / timers: Add a QEMUTimerList to AioContext - - - - --- 2013-07-26 Alex Bligh New
[RFC,PATCHv4,07/13] aio / timers: Add an AioContext pointer to QEMUTimerList - - - - --- 2013-07-26 Alex Bligh New
[RFC,PATCHv4,08/13] aio / timers: aio_ctx_prepare sets timeout from AioContext timers - - - - --- 2013-07-26 Alex Bligh New
[RFC,PATCHv4,09/13] aio / timers: Convert aio_poll to use AioContext timers' deadline - - - - --- 2013-07-26 Alex Bligh New
[RFC,PATCHv4,10/13] aio / timers: Convert mainloop to use timeout - - - - --- 2013-07-26 Alex Bligh New
[RFC,PATCHv4,11/13] aio / timers: on timer modification, qemu_notify or aio_notify - - - - --- 2013-07-26 Alex Bligh New
[RFC,PATCHv4,12/13] aio / timers: Remove alarm timers - - - - --- 2013-07-26 Alex Bligh New
[RFC,PATCHv4,13/13] aio / timers: Add test harness for AioContext timers - - - - --- 2013-07-26 Alex Bligh New
[RFC,PATCHv5,01/16] aio / timers: add qemu-timer.c utility functions - - - - --- 2013-08-04 Alex Bligh New
[RFC,PATCHv5,02/16] aio / timers: add ppoll support with qemu_poll_ns - - - - --- 2013-08-04 Alex Bligh New
[RFC,PATCHv5,03/16] aio / timers: Add prctl(PR_SET_TIMERSLACK, 1, ...) to reduce timer slack - - - - --- 2013-08-04 Alex Bligh New
[RFC,PATCHv5,04/16] aio / timers: Make qemu_run_timers and qemu_run_all_timers return progress - - - - --- 2013-08-04 Alex Bligh New
[RFC,PATCHv5,05/16] aio / timers: Split QEMUClock into QEMUClock and QEMUTimerList - - - - --- 2013-08-04 Alex Bligh New
[RFC,PATCHv5,06/16] aio / timers: Untangle include files - - - - --- 2013-08-04 Alex Bligh New
[RFC,PATCHv5,07/16] aio / timers: Add QEMUTimerListGroup and helper functions - - - - --- 2013-08-04 Alex Bligh New
[RFC,PATCHv5,08/16] aio / timers: Add QEMUTimerListGroup to AioContext - - - - --- 2013-08-04 Alex Bligh New
[RFC,PATCHv5,09/16] aio / timers: Add a notify callback to QEMUTimerList - - - - --- 2013-08-04 Alex Bligh New
[RFC,PATCHv5,10/16] aio / timers: aio_ctx_prepare sets timeout from AioContext timers - - - - --- 2013-08-04 Alex Bligh New
[RFC,PATCHv5,11/16] aio / timers: Convert aio_poll to use AioContext timers' deadline - - - - --- 2013-08-04 Alex Bligh New
[RFC,PATCHv5,12/16] aio / timers: Convert mainloop to use timeout - - - - --- 2013-08-04 Alex Bligh New
[RFC,PATCHv5,13/16] aio / timers: On timer modification, qemu_notify or aio_notify - - - - --- 2013-08-04 Alex Bligh New
[RFC,PATCHv5,14/16] aio / timers: Use all timerlists in icount warp calculations - - - - --- 2013-08-04 Alex Bligh New
[RFC,PATCHv5,15/16] aio / timers: Remove alarm timers - - - - --- 2013-08-04 Alex Bligh New
[RFC,PATCHv5,16/16] aio / timers: Add test harness for AioContext timers - - - - --- 2013-08-04 Alex Bligh New
[RFC,PATCHv6,01/16] aio / timers: add qemu-timer.c utility functions - - - - --- 2013-08-06 Alex Bligh New
[RFC,PATCHv6,02/16] aio / timers: add ppoll support with qemu_poll_ns - - - - --- 2013-08-06 Alex Bligh New
[RFC,PATCHv6,03/16] aio / timers: Add prctl(PR_SET_TIMERSLACK, 1, ...) to reduce timer slack - - - - --- 2013-08-06 Alex Bligh New
[RFC,PATCHv6,04/16] aio / timers: Make qemu_run_timers and qemu_run_all_timers return progress - - - - --- 2013-08-06 Alex Bligh New
[RFC,PATCHv6,05/16] aio / timers: Split QEMUClock into QEMUClock and QEMUTimerList - - - - --- 2013-08-06 Alex Bligh New
[RFC,PATCHv6,06/16] aio / timers: Untangle include files - - - - --- 2013-08-06 Alex Bligh New
[RFC,PATCHv6,07/16] aio / timers: Add QEMUTimerListGroup and helper functions - - - - --- 2013-08-06 Alex Bligh New
[RFC,PATCHv6,08/16] aio / timers: Add QEMUTimerListGroup to AioContext - - - - --- 2013-08-06 Alex Bligh New
[RFC,PATCHv6,09/16] aio / timers: Add a notify callback to QEMUTimerList - - - - --- 2013-08-06 Alex Bligh New
[RFC,PATCHv6,10/16] aio / timers: aio_ctx_prepare sets timeout from AioContext timers - - - - --- 2013-08-06 Alex Bligh New
[RFC,PATCHv6,11/16] aio / timers: Convert aio_poll to use AioContext timers' deadline - - - - --- 2013-08-06 Alex Bligh New
[RFC,PATCHv6,12/16] aio / timers: Convert mainloop to use timeout - - - - --- 2013-08-06 Alex Bligh New
[RFC,PATCHv6,13/16] aio / timers: On timer modification, qemu_notify or aio_notify - - - - --- 2013-08-06 Alex Bligh New
[RFC,PATCHv6,14/16] aio / timers: Use all timerlists in icount warp calculations - - - - --- 2013-08-06 Alex Bligh New
[RFC,PATCHv6,15/16] aio / timers: Remove alarm timers - - - - --- 2013-08-06 Alex Bligh New
[RFC,PATCHv6,16/16] aio / timers: Add test harness for AioContext timers - - - - --- 2013-08-06 Alex Bligh New
audio/mixeng_template.h: fix inline declaration - - 1 - --- 2013-08-06 Alex Bligh New
[RFC,PATCHv7,01/22] aio / timers: Add qemu_clock_free and expose qemu_clock_new and clock types - - 1 - --- 2013-08-06 Alex Bligh New
[RFC,PATCHv7,02/22] aio / timers: add qemu-timer.c utility functions - - - - --- 2013-08-06 Alex Bligh New
[RFC,PATCHv7,03/22] aio / timers: Consistent treatment of disabled clocks for deadlines - - - - --- 2013-08-06 Alex Bligh New
[RFC,PATCHv7,04/22] aio / timers: add ppoll support with qemu_poll_ns - - - - --- 2013-08-06 Alex Bligh New
[RFC,PATCHv7,05/22] aio / timers: Add prctl(PR_SET_TIMERSLACK, 1, ...) to reduce timer slack - - - - --- 2013-08-06 Alex Bligh New
[RFC,PATCHv7,06/22] aio / timers: Make qemu_run_timers and qemu_run_all_timers return progress - - - - --- 2013-08-06 Alex Bligh New
[RFC,PATCHv7,07/22] aio / timers: Split QEMUClock into QEMUClock and QEMUTimerList - - - - --- 2013-08-06 Alex Bligh New
[RFC,PATCHv7,08/22] aio / timers: Untangle include files - - - - --- 2013-08-06 Alex Bligh New
[RFC,PATCHv7,09/22] aio / timers: Add QEMUTimerListGroup and helper functions - - - - --- 2013-08-06 Alex Bligh New
[RFC,PATCHv7,10/22] aio / timers: Add QEMUTimerListGroup to AioContext - - - - --- 2013-08-06 Alex Bligh New
[RFC,PATCHv7,11/22] aio / timers: Add a notify callback to QEMUTimerList - - - - --- 2013-08-06 Alex Bligh New
[RFC,PATCHv7,12/22] aio / timers: aio_ctx_prepare sets timeout from AioContext timers - - - - --- 2013-08-06 Alex Bligh New
[RFC,PATCHv7,13/22] aio / timers: Add aio_timer_new wrapper - - - - --- 2013-08-06 Alex Bligh New
« 1 2 3 4 »