Show patches with: State = Action Required       |   426424 patches
« 1 2 ... 469 470 4714264 4265 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[PULL,26/42] aio / timers: Introduce new API timer_new and friends - - - - --- 2013-08-22 Stefan Hajnoczi New
[PULL,27/42] aio / timers: Use all timerlists in icount warp calculations - - - - --- 2013-08-22 Stefan Hajnoczi New
[PULL,28/42] aio / timers: Add documentation and new format calls - - - - --- 2013-08-22 Stefan Hajnoczi New
[PULL,29/42] aio / timers: Remove alarm timers - - - - --- 2013-08-22 Stefan Hajnoczi New
[PULL,30/42] aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadline - - - - --- 2013-08-22 Stefan Hajnoczi New
[PULL,31/42] aio / timers: Add qemu_clock_get_ms and qemu_clock_get_ms - - - - --- 2013-08-22 Stefan Hajnoczi New
[PULL,32/42] aio / timers: Rearrange timer.h & make legacy functions call non-legacy - - - - --- 2013-08-22 Stefan Hajnoczi New
[PULL,33/42] aio / timers: Remove main_loop_timerlist - - - - --- 2013-08-22 Stefan Hajnoczi New
[PULL,34/42] aio / timers: Convert rtc_clock to be a QEMUClockType - - - - --- 2013-08-22 Stefan Hajnoczi New
[PULL,35/42] aio / timers: convert block_job_sleep_ns and co_sleep_ns to new API - - - - --- 2013-08-22 Stefan Hajnoczi New
[PULL,36/42] aio / timers: Add test harness for AioContext timers - - - - --- 2013-08-22 Stefan Hajnoczi New
[PULL,37/42] aio / timers: Add scripts/switch-timer-api - - - - --- 2013-08-22 Stefan Hajnoczi New
[PULL,38/42] aio / timers: Switch entire codebase to the new timer API - - - - --- 2013-08-22 Stefan Hajnoczi New
[PULL,39/42] aio / timers: Remove legacy interface - - - - --- 2013-08-22 Stefan Hajnoczi New
[PULL,40/42] aio / timers: remove dummy_io_handler_flush from tests/test-aio.c - - - - --- 2013-08-22 Stefan Hajnoczi New
[PULL,41/42] aio-win32: replace incorrect AioHandler->opaque usage with ->e - - 1 - --- 2013-08-22 Stefan Hajnoczi New
[PULL,42/42] win32-aio: drop win32_aio_flush_cb() - - 1 - --- 2013-08-22 Stefan Hajnoczi New
curl: qemu_bh_new() can never return NULL - - 1 - --- 2013-08-26 Stefan Hajnoczi New
[v2,1/2] qemu-timer: drop outdated signal safety comments - - - - --- 2013-08-27 Stefan Hajnoczi New
[v2,2/2] qemu-timer: make qemu_timer_mod_ns() and qemu_timer_del() thread-safe - - - - --- 2013-08-27 Stefan Hajnoczi New
[RFC] aio: add aio_context_acquire() and aio_context_release() - - - - --- 2013-08-27 Stefan Hajnoczi New
[v3,1/3] qemu-timer: drop outdated signal safety comments - - - - --- 2013-08-29 Stefan Hajnoczi New
[v3,2/3] qemu-timer: make qemu_timer_mod_ns() and qemu_timer_del() thread-safe - - - - --- 2013-08-29 Stefan Hajnoczi New
[v3,3/3] qemu-timer: do not take the lock in timer_pending - - - - --- 2013-08-29 Stefan Hajnoczi New
[PULL,0/4] Net patches - - - - --- 2013-09-02 Stefan Hajnoczi New
[PULL,1/4] tap: Use numbered tap/tun devices on all *BSD OS's - - - - --- 2013-09-02 Stefan Hajnoczi New
[PULL,2/4] net: Rename send_queue to incoming_queue - - - - --- 2013-09-02 Stefan Hajnoczi New
[PULL,3/4] e1000: add interrupt mitigation support - - 1 - --- 2013-09-02 Stefan Hajnoczi New
[PULL,4/4] vmxnet3: Eliminate __packed redefined warning - - 1 - --- 2013-09-02 Stefan Hajnoczi New
[PULL,v2,22/26] qcow2-refcount: Move OFLAG_COPIED checks - - - - --- 2013-09-02 Stefan Hajnoczi New
[PULL,v2,0/5] Net patches - - - - --- 2013-09-06 Stefan Hajnoczi New
[PULL,v2,1/5] tap: Use numbered tap/tun devices on all *BSD OS's - - - - --- 2013-09-06 Stefan Hajnoczi New
[PULL,v2,2/5] net: Rename send_queue to incoming_queue - - - - --- 2013-09-06 Stefan Hajnoczi New
[PULL,v2,3/5] e1000: add interrupt mitigation support - - 1 - --- 2013-09-06 Stefan Hajnoczi New
[PULL,v2,4/5] vmxnet3: Eliminate __packed redefined warning - - 1 - --- 2013-09-06 Stefan Hajnoczi New
[PULL,v2,5/5] ne2000: mark I/O as LITTLE_ENDIAN - - - - --- 2013-09-06 Stefan Hajnoczi New
[PULL,00/42] Block patches - - - - --- 2013-09-06 Stefan Hajnoczi New
[PULL,01/42] throttle: Add a new throttling API implementing continuous leaky bucket. - - - - --- 2013-09-06 Stefan Hajnoczi New
[PULL,02/42] throttle: Add units tests - - - - --- 2013-09-06 Stefan Hajnoczi New
[PULL,03/42] block: Enable the new throttling code in the block layer. - - - - --- 2013-09-06 Stefan Hajnoczi New
[PULL,04/42] block: Add support for throttling burst max in QMP and the command line. - - - - --- 2013-09-06 Stefan Hajnoczi New
[PULL,05/42] block: Add iops_size to do the iops accounting for a given io size. - - - - --- 2013-09-06 Stefan Hajnoczi New
[PULL,06/42] qemu-iotests: Adjust test result 039 - - - - --- 2013-09-06 Stefan Hajnoczi New
[PULL,07/42] add qemu-img convert -n option (skip target volume creation) - - 1 - --- 2013-09-06 Stefan Hajnoczi New
[PULL,08/42] w32: Fix access to host devices (regression) - - 1 - --- 2013-09-06 Stefan Hajnoczi New
[PULL,09/42] aio / timers: fix build of test/test-aio.c on non-linux platforms - - - - --- 2013-09-06 Stefan Hajnoczi New
[PULL,10/42] vvfat: use bdrv_new() to allocate BlockDriverState - - - - --- 2013-09-06 Stefan Hajnoczi New
[PULL,11/42] iscsi: use bdrv_new() instead of stack structure - - - - --- 2013-09-06 Stefan Hajnoczi New
[PULL,12/42] block: implement reference count for BlockDriverState - - - - --- 2013-09-06 Stefan Hajnoczi New
[PULL,13/42] block: make bdrv_delete() static - - - - --- 2013-09-06 Stefan Hajnoczi New
[PULL,14/42] migration: omit drive ref as we have bdrv_ref now - - - - --- 2013-09-06 Stefan Hajnoczi New
[PULL,15/42] xen_disk: simplify blk_disconnect with refcnt - - - - --- 2013-09-06 Stefan Hajnoczi New
[PULL,16/42] nbd: use BlockDriverState refcnt - - - - --- 2013-09-06 Stefan Hajnoczi New
[PULL,17/42] block: use BDS ref for block jobs - - - - --- 2013-09-06 Stefan Hajnoczi New
[PULL,18/42] qmp: Documentation for BLOCK_IMAGE_CORRUPTED - - 2 - --- 2013-09-06 Stefan Hajnoczi New
[PULL,19/42] cow: make reads go at a decent speed - - 1 - --- 2013-09-06 Stefan Hajnoczi New
[PULL,20/42] cow: make writes go at a less indecent speed - - 1 - --- 2013-09-06 Stefan Hajnoczi New
[PULL,21/42] cow: do not call bdrv_co_is_allocated - - 1 - --- 2013-09-06 Stefan Hajnoczi New
[PULL,22/42] block: keep bs->total_sectors up to date even for growable block devices - - - - --- 2013-09-06 Stefan Hajnoczi New
[PULL,23/42] block: make bdrv_co_is_allocated static - - 1 - --- 2013-09-06 Stefan Hajnoczi New
[PULL,24/42] block: do not use ->total_sectors in bdrv_co_is_allocated - - - - --- 2013-09-06 Stefan Hajnoczi New
[PULL,25/42] block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinction - - 1 - --- 2013-09-06 Stefan Hajnoczi New
[PULL,26/42] block: expect errors from bdrv_co_is_allocated - - 1 - --- 2013-09-06 Stefan Hajnoczi New
[PULL,27/42] qemu-img: always probe the input image for allocated sectors - - 1 - --- 2013-09-06 Stefan Hajnoczi New
[PULL,28/42] block: make bdrv_has_zero_init return false for copy-on-write-images - - 1 - --- 2013-09-06 Stefan Hajnoczi New
[PULL,29/42] block: introduce bdrv_get_block_status API - - 1 - --- 2013-09-06 Stefan Hajnoczi New
[PULL,30/42] block: define get_block_status return value - - 1 - --- 2013-09-06 Stefan Hajnoczi New
[PULL,31/42] block: return get_block_status data and flags for formats - - 1 - --- 2013-09-06 Stefan Hajnoczi New
[PULL,32/42] block: use bdrv_has_zero_init to return BDRV_BLOCK_ZERO - - 1 - --- 2013-09-06 Stefan Hajnoczi New
[PULL,33/42] block: return BDRV_BLOCK_ZERO past end of backing file - - - - --- 2013-09-06 Stefan Hajnoczi New
[PULL,34/42] qemu-img: add a "map" subcommand - - - - --- 2013-09-06 Stefan Hajnoczi New
[PULL,35/42] docs, qapi: document qemu-img map - - - - --- 2013-09-06 Stefan Hajnoczi New
[PULL,36/42] raw-posix: return get_block_status data and flags - - 1 - --- 2013-09-06 Stefan Hajnoczi New
[PULL,37/42] raw-posix: report unwritten extents as zero - - 1 - --- 2013-09-06 Stefan Hajnoczi New
[PULL,38/42] block: add default get_block_status implementation for protocols - - 1 - --- 2013-09-06 Stefan Hajnoczi New
[PULL,39/42] block: look for zero blocks in bs->file - - 1 - --- 2013-09-06 Stefan Hajnoczi New
[PULL,40/42] dataplane: Fix startup race. - - - - --- 2013-09-06 Stefan Hajnoczi New
[PULL,41/42] qemu-iotests: Whitespace cleanup - - - - --- 2013-09-06 Stefan Hajnoczi New
[PULL,42/42] qemu-iotests: Fixed test case 026 - - - - --- 2013-09-06 Stefan Hajnoczi New
[1/6] blockdev: fix drive_init() opts and bs_opts leaks - - - - --- 2013-09-10 Stefan Hajnoczi New
[2/6] qdev: unref qdev when device_add fails - - 1 - --- 2013-09-10 Stefan Hajnoczi New
[3/6] libqtest: rename qmp() to qmp_discard_response() - - - - --- 2013-09-10 Stefan Hajnoczi New
[4/6] libqtest: add qmp(fmt, ...) -> QDict* function - - - - --- 2013-09-10 Stefan Hajnoczi New
[5/6] blockdev-test: add test case for drive_add duplicate IDs - - - - --- 2013-09-10 Stefan Hajnoczi New
[6/6] qdev-monitor-test: add device_add leak test cases - - - - --- 2013-09-10 Stefan Hajnoczi New
qdev: rename qdev_free() to qdev_unparent() 1 - - - --- 2013-09-11 Stefan Hajnoczi New
[v2] qdev: drop misleading qdev_free() function - - - - --- 2013-09-11 Stefan Hajnoczi New
coroutine: add ./configure --disable-coroutine-pool - - 1 - --- 2013-09-11 Stefan Hajnoczi New
[v4,1/3] qemu-timer: drop outdated signal safety comments - - - - --- 2013-09-12 Stefan Hajnoczi New
[v4,2/3] qemu-timer: make qemu_timer_mod_ns() and qemu_timer_del() thread-safe - - - - --- 2013-09-12 Stefan Hajnoczi New
[v4,3/3] qemu-timer: do not take the lock in timer_pending - - - - --- 2013-09-12 Stefan Hajnoczi New
R: qemu-nbd segmentation fault - - - - --- 2013-09-19 Stefan Hajnoczi New
[V4,0/3] qemu-iotests: add test for fd passing via SCM rights - - - - --- 2013-09-20 Stefan Hajnoczi New
[PULL,00/11] Block patches - - - - --- 2013-09-20 Stefan Hajnoczi New
[PULL,01/11] libcacard: link against qemu-error.o for error_report() - - - - --- 2013-09-20 Stefan Hajnoczi New
[PULL,02/11] osdep: warn if open(O_DIRECT) on fails with EINVAL - - 1 - --- 2013-09-20 Stefan Hajnoczi New
[PULL,03/11] qemu-timer: drop outdated signal safety comments - - - - --- 2013-09-20 Stefan Hajnoczi New
[PULL,04/11] qemu-timer: make qemu_timer_mod_ns() and qemu_timer_del() thread-safe - - - - --- 2013-09-20 Stefan Hajnoczi New
[PULL,05/11] qemu-timer: do not take the lock in timer_pending - - - - --- 2013-09-20 Stefan Hajnoczi New
[PULL,06/11] coroutine: add qemu_coroutine_yield benchmark - - - - --- 2013-09-20 Stefan Hajnoczi New
« 1 2 ... 469 470 4714264 4265 »