Show patches with: State = Action Required       |   427078 patches
« 1 2 ... 1022 1023 10244270 4271 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[PATCHv12,14/31] aio / timers: Add aio_timer_init & aio_timer_new wrappers - - - - --- 2013-08-16 Alex Bligh New
[PATCHv12,15/31] aio / timers: Convert aio_poll to use AioContext timers' deadline - - - - --- 2013-08-16 Alex Bligh New
[PATCHv12,16/31] aio / timers: Convert mainloop to use timeout - - - - --- 2013-08-16 Alex Bligh New
[PATCHv12,17/31] aio / timers: On timer modification, qemu_notify or aio_notify - - - - --- 2013-08-16 Alex Bligh New
[PATCHv12,18/31] aio / timers: Introduce new API timer_new and friends - - - - --- 2013-08-16 Alex Bligh New
[PATCHv12,19/31] aio / timers: Use all timerlists in icount warp calculations - - - - --- 2013-08-16 Alex Bligh New
[PATCHv12,20/31] aio / timers: Add documentation and new format calls - - - - --- 2013-08-16 Alex Bligh New
[PATCHv12,21/31] aio / timers: Remove alarm timers - - - - --- 2013-08-16 Alex Bligh New
[PATCHv12,22/31] aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadline - - - - --- 2013-08-16 Alex Bligh New
[PATCHv12,23/31] aio / timers: Add qemu_clock_get_ms and qemu_clock_get_ms - - - - --- 2013-08-16 Alex Bligh New
[PATCHv12,24/31] aio / timers: Rearrange timer.h & make legacy functions call non-legacy - - - - --- 2013-08-16 Alex Bligh New
[PATCHv12,25/31] aio / timers: Remove main_loop_timerlist - - - - --- 2013-08-16 Alex Bligh New
[PATCHv12,26/31] aio / timers: Convert rtc_clock to be a QEMUClockType - - - - --- 2013-08-16 Alex Bligh New
[PATCHv12,27/31] aio / timers: convert block_job_sleep_ns and co_sleep_ns to new API - - - - --- 2013-08-16 Alex Bligh New
[PATCHv12,28/31] aio / timers: Add test harness for AioContext timers - - - - --- 2013-08-16 Alex Bligh New
[PATCHv12,29/31] aio / timers: Add scripts/switch-timer-api - - - - --- 2013-08-16 Alex Bligh New
[PATCHv12,30/31] aio / timers: Switch entire codebase to the new timer API - - - - --- 2013-08-16 Alex Bligh New
[PATCHv12,31/31] aio / timers: Remove legacy interface - - - - --- 2013-08-16 Alex Bligh New
[PATCHv12/8] trace: Add 'vcpu' event property - - - - --- 2015-10-13 Lluís Vilanova New
[PATCHv13,01/31] aio / timers: Rename qemu_timer_* functions - - - - --- 2013-08-21 Alex Bligh New
[PATCHv13,02/31] aio / timers: Rename qemu_new_clock and expose clock types - - - - --- 2013-08-21 Alex Bligh New
[PATCHv13,03/31] aio / timers: add qemu-timer.c utility functions - - - - --- 2013-08-21 Alex Bligh New
[PATCHv13,04/31] aio / timers: Consistent treatment of disabled clocks for deadlines - - - - --- 2013-08-21 Alex Bligh New
[PATCHv13,05/31] aio / timers: add ppoll support with qemu_poll_ns - - - - --- 2013-08-21 Alex Bligh New
[PATCHv13,06/31] aio / timers: Add prctl(PR_SET_TIMERSLACK, 1, ...) to reduce timer slack - - - - --- 2013-08-21 Alex Bligh New
[PATCHv13,07/31] aio / timers: Make qemu_run_timers and qemu_run_all_timers return progress - - - - --- 2013-08-21 Alex Bligh New
[PATCHv13,08/31] aio / timers: Split QEMUClock into QEMUClock and QEMUTimerList - - - - --- 2013-08-21 Alex Bligh New
[PATCHv13,09/31] aio / timers: Untangle include files - - - - --- 2013-08-21 Alex Bligh New
[PATCHv13,10/31] aio / timers: Add QEMUTimerListGroup and helper functions - - - - --- 2013-08-21 Alex Bligh New
[PATCHv13,11/31] aio / timers: Add QEMUTimerListGroup to AioContext - - - - --- 2013-08-21 Alex Bligh New
[PATCHv13,12/31] aio / timers: Add a notify callback to QEMUTimerList - - - - --- 2013-08-21 Alex Bligh New
[PATCHv13,13/31] aio / timers: aio_ctx_prepare sets timeout from AioContext timers - - - - --- 2013-08-21 Alex Bligh New
[PATCHv13,14/31] aio / timers: Add aio_timer_init & aio_timer_new wrappers - - - - --- 2013-08-21 Alex Bligh New
[PATCHv13,15/31] aio / timers: Convert aio_poll to use AioContext timers' deadline - - - - --- 2013-08-21 Alex Bligh New
[PATCHv13,16/31] aio / timers: Convert mainloop to use timeout - - - - --- 2013-08-21 Alex Bligh New
[PATCHv13,17/31] aio / timers: On timer modification, qemu_notify or aio_notify - - - - --- 2013-08-21 Alex Bligh New
[PATCHv13,18/31] aio / timers: Introduce new API timer_new and friends - - - - --- 2013-08-21 Alex Bligh New
[PATCHv13,19/31] aio / timers: Use all timerlists in icount warp calculations - - - - --- 2013-08-21 Alex Bligh New
[PATCHv13,20/31] aio / timers: Add documentation and new format calls - - - - --- 2013-08-21 Alex Bligh New
[PATCHv13,21/31] aio / timers: Remove alarm timers - - - - --- 2013-08-21 Alex Bligh New
[PATCHv13,22/31] aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadline - - - - --- 2013-08-21 Alex Bligh New
[PATCHv13,23/31] aio / timers: Add qemu_clock_get_ms and qemu_clock_get_ms - - - - --- 2013-08-21 Alex Bligh New
[PATCHv13,24/31] aio / timers: Rearrange timer.h & make legacy functions call non-legacy - - - - --- 2013-08-21 Alex Bligh New
[PATCHv13,25/31] aio / timers: Remove main_loop_timerlist - - - - --- 2013-08-21 Alex Bligh New
[PATCHv13,26/31] aio / timers: Convert rtc_clock to be a QEMUClockType - - - - --- 2013-08-21 Alex Bligh New
[PATCHv13,27/31] aio / timers: convert block_job_sleep_ns and co_sleep_ns to new API - - - - --- 2013-08-21 Alex Bligh New
[PATCHv13,28/31] aio / timers: Add test harness for AioContext timers - - - - --- 2013-08-21 Alex Bligh New
[PATCHv13,29/31] aio / timers: Add scripts/switch-timer-api - - - - --- 2013-08-21 Alex Bligh New
[PATCHv13,30/31] aio / timers: Switch entire codebase to the new timer API - - - - --- 2013-08-21 Alex Bligh New
[PATCHv13,31/31] aio / timers: Remove legacy interface - - - - --- 2013-08-21 Alex Bligh New
[PATCHv13/8] trace: [tcg] Identify events with the 'vcpu' property - - - - --- 2015-10-13 Lluís Vilanova New
[PATCHv14/8] exec: [tcg] Refactor flush of per-CPU virtual TB cache - - - - --- 2015-10-13 Lluís Vilanova New
[PATCHv15/8] exec: [ŧcg] Use multiple physical TB caches - - - - --- 2015-10-13 Lluís Vilanova New
[PATCHv16/8] exec: [tcg] Track which vCPU is performing translation and execution - - - - --- 2015-10-13 Lluís Vilanova New
[PATCHv17/8,trivial] Track when QEMU has finished initialization - - - - --- 2015-10-13 Lluís Vilanova New
[PATCHv18/8] trace: [tcg] Add per-vCPU tracing states for events with the 'vcpu' property - - - - --- 2015-10-13 Lluís Vilanova New
[PATCHv1] rtl8139: save/load RxMulOk counter (again) - - - - --- 2016-06-17 David Vrabel New
[PATCHv1] slirp: Use strcasecmp() to check tftp mode, tsize - - 1 - --- 2011-01-12 Sergei Gavrikov New
[PATCHv2,0/3] qemu: memory notifiers - - - - --- 2010-01-04 Michael S. Tsirkin New
[PATCHv2,01/04] colo-compare: Use IOThread context timer to Check old packet regularly - - - - --- 2017-06-05 Wang yong New
[PATCHv2,01/10] pseries: Remove redundant setting of mc->name for pseries-2.5 machine - - 2 - --- 2015-12-07 David Gibson New
[PATCHv2,01/10] target-ppc: Remove unused kvmppc_read_segment_page_sizes() stub - - 2 - --- 2016-01-27 David Gibson New
[PATCHv2,01/11] iscsi: add logical block provisioning information to iscsilun - - 1 - --- 2013-06-27 Peter Lieven New
[PATCHv2,01/11] libqos: Give qvirtio_config_read*() consistent semantics - - 2 - --- 2016-10-19 David Gibson New
[PATCHv2,01/11] macio: embed DBDMA device directly within macio macio: remove legacy macio_init() function - - - - --- 2018-02-20 Mark Cave-Ayland New
[PATCHv2,01/12] cuda: do not use old_mmio accesses cuda: various fixes, tidy-ups, and move 6522 to separate device - - - - --- 2018-02-09 Mark Cave-Ayland New
[PATCHv2,01/12] pseries: Split device tree construction from device tree load - - 1 - --- 2016-10-21 David Gibson New
[PATCHv2,01/12] tap: add interface to get device fd - - - - --- 2010-02-25 Michael S. Tsirkin New
[PATCHv2,01/13] unicore32-softmmu: Add unicore32-softmmu build support - - - - --- 2012-06-15 Guan Xuetao New
[PATCHv2,01/14] coroutine: remove qemu_co_queue_wait_insert_head - - - - --- 2013-12-01 Marc-André Lureau New
[PATCHv2,01/14] virtio-net: track host/guest header length - - - - --- 2012-09-25 Michael S. Tsirkin New
[PATCHv2,01/15] apb: move QOM macros and typedefs from apb.c to apb.h sun4u: tidy-up CPU, APB and ebus - - 2 - --- 2017-11-26 Mark Cave-Ayland New
[PATCHv2,01/18] qemu-iotests: change _supported_proto to file for various tests - - - - --- 2014-01-05 Peter Lieven New
[PATCHv2,01/19] unicore32-softmmu: Add unicore32-softmmu build support - - - - --- 2012-08-10 Guan Xuetao New
[PATCHv2,01/20] block: make BdrvRequestFlags public - - 1 - --- 2013-09-17 Peter Lieven New
[PATCHv2,01/22] scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULL - - - - --- 2012-05-30 Jim Meyering New
[PATCHv2,01/31] ppc: Provide basic raise_exception_* functions - - - - --- 2016-07-27 Benjamin Herrenschmidt New
[PATCHv2,02/04] colo-compare: Process pactkets in the IOThread of the primary - - - - --- 2017-06-05 Wang yong New
[PATCHv2,02/10] pseries: Rearrange versioned machine type code - - 2 - --- 2015-12-07 David Gibson New
[PATCHv2,02/10] simba: rename PBMPCIBridge and QOM types to reflect simba naming Untitled series #24557 1 - 1 - --- 2018-01-21 Mark Cave-Ayland New
[PATCHv2,02/10] target-ppc: Convert mmu-hash{32, 64}.[ch] from CPUPPCState to PowerPCCPU - - 1 - --- 2016-01-27 David Gibson New
[PATCHv2,02/11] iscsi: read unmap info from block limits vpd page - - - - --- 2013-06-27 Peter Lieven New
[PATCHv2,02/11] libqos: Handle PCI IO de-multiplexing in common code - - 2 - --- 2016-10-19 David Gibson New
[PATCHv2,02/11] macio: move ESCC device within the macio device macio: remove legacy macio_init() function - - - - --- 2018-02-20 Mark Cave-Ayland New
[PATCHv2,02/12] cuda: don't allow writes to port output pins cuda: various fixes, tidy-ups, and move 6522 to separate device - - 2 - --- 2018-02-09 Mark Cave-Ayland New
[PATCHv2,02/12] kvm: add API to set ioeventfd - - - - --- 2010-02-25 Michael S. Tsirkin New
[PATCHv2,02/12] pseries: Remove rtas_addr and fdt_addr fields from machinestate - - 2 - --- 2016-10-21 David Gibson New
[PATCHv2,02/13] sparc32_dma: split esp and le into separate DMA devices Untitled series #8209 - - - - --- 2017-10-14 Mark Cave-Ayland New
[PATCHv2,02/13] unicore32-softmmu: Add coprocessor 0(sysctrl) and 1(ocd) instruction support - - - - --- 2012-06-15 Guan Xuetao New
[PATCHv2,02/14] iov: add const annotation - - - - --- 2012-09-25 Michael S. Tsirkin New
[PATCHv2,02/14] vscclient: do not add a socket watch if there is not data to send - - - - --- 2013-12-01 Marc-André Lureau New
[PATCHv2,02/15] sun4u: ebus QOMify tidy-up sun4u: tidy-up CPU, APB and ebus - - 1 - --- 2017-11-26 Mark Cave-Ayland New
[PATCHv2,02/18] qemu-iotests: enable support for NFS protocol - - - - --- 2014-01-05 Peter Lieven New
[PATCHv2,02/19] unicore32-softmmu: Add coprocessor 0(sysctrl) and 1(ocd) instruction support - - - - --- 2012-08-10 Guan Xuetao New
[PATCHv2,02/20] block: add flags to bdrv_*_write_zeroes - - 1 - --- 2013-09-17 Peter Lieven New
[PATCHv2,02/22] sparc: use g_strdup in place of unchecked strdup - - - - --- 2012-05-30 Jim Meyering New
[PATCHv2,02/31] ppc: Move classic fp ops out of translate.c - - - - --- 2016-07-27 Benjamin Herrenschmidt New
[PATCHv2,03/04] colo-compare: Update the COLO document to add the IOThread configuration - - - - --- 2017-06-05 Wang yong New
[PATCHv2,03/10] pseries: Remove redundant calls to spapr_machine_initfn() - - 2 - --- 2015-12-07 David Gibson New
[PATCHv2,03/10] target-ppc: Rework ppc_store_slb 1 - 1 - --- 2016-01-27 David Gibson New
« 1 2 ... 1022 1023 10244270 4271 »