Show patches with: State = Action Required       |   426684 patches
« 1 2 ... 498 499 5004266 4267 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[RFC,V6,17/33] qcow2-cache: Allow to choose table size at creation. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V6,18/33] qcow2: Extract qcow2_add_feature and qcow2_remove_feature. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V6,19/33] block: Add qcow2_dedup format and image creation code. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V6,20/33] qcow2: Add a deduplication boolean to update_refcount. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V6,21/33] qcow2: Drop hash for a given cluster when dedup makes refcount > 2^16/2. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V6,22/33] qcow2: Remove hash when cluster is deleted. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V6,23/33] qcow2: Add qcow2_dedup_is_running to probe if dedup is running. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V6,24/33] qcow2: Integrate deduplication in qcow2_co_writev loop. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V6,25/33] qcow2: Serialize write requests when deduplication is activated. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V6,26/33] qcow2: Add verification of dedup table. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V6,27/33] qcow2: Adapt checking of QCOW_OFLAG_COPIED for dedup. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V6,28/33] qcow2: Add check_dedup_l2 in order to check l2 of dedup table. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V6,29/33] qcow2: Do not overwrite existing entries with QCOW_OFLAG_COPIED. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V6,30/33] qcow2: Integrate SKEIN hash algorithm in deduplication. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V2,01/16] qcow2: Add qcow2_co_dedup_resume to restart deduplication. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V6,31/33] qcow: Set large dedup hash block size. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V6,32/33] qemu-iotests: Filter dedup=on/off so existing tests don't break. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V2,02/16] qcow2: Enable the deduplication feature. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V6,33/33] qcow2: Add qcow2_dedup_init and qcow2_dedup_close. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V2,03/16] qcow2: Add deduplication metrics structures. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V2,04/16] qcow2: Initialize deduplication metrics. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V2,05/16] qcow2: Collect unaligned writes missing data reads metric. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V2,06/16] qcow2: Collect deduplicated cluster metric. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V2,07/16] qcow2: Collect undeduplicated cluster metric. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V2,08/16] qcow2: Count QCowHashNode creation metrics. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V2,09/16] qcow2: Count QCowHashNode removal from tree for metrics. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V2,10/16] qcow2: Count cluster deleted metric - - - - --- 2013-02-06 Benoît Canet New
[RFC,V2,11/16] qcow2: Count deduplication refcount overflow metric. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V2,12/16] qapi: Add support for deduplication infos in qapi-schema.json. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V2,13/16] block: Add deduplication metrics to BlockDriverInfo. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V2,14/16] qcow2: Add qcow2_dedup_update_metrics to compute dedup RAM usage. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V2,15/16] qcow2: returns deduplication metrics and status via bdrv_get_info() - - - - --- 2013-02-06 Benoît Canet New
[RFC,V2,16/16] qapi: Return virtual block device deduplication metrics in QMP - - - - --- 2013-02-06 Benoît Canet New
[RFC,V2,1/7] block: Add BlockDriver function prototype to pause and resume deduplication. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V2,2/7] qcow2: Add code to deduplicate cluster flagged with QCOW_OFLAG_TO_DEDUP. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V2,3/7] block: Add bdrv_has_dedup. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V2,4/7] block: Add bdrv_dedup_control to start and stop deduplication. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V2,5/7] qcow2: Add qcow2_dedup_control. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V2,6/7] qcow2: Make dedup status persists. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V2,7/7] qmp: Add block-dedup-control. - - - - --- 2013-02-06 Benoît Canet New
[V2] get_tmp_filename: add explicit error message - - - - --- 2013-02-06 Fabien Chouteau New
implement moderation registers for e1000 - - - - --- 2013-02-06 Luigi Rizzo New
[PULL,for-1.4,0/2] Trivial patches for 31 Jan to 6 February 2013 - - - - --- 2013-02-06 Stefan Hajnoczi New
[1/2] target-m68k: Fix comment - - - - --- 2013-02-06 Stefan Hajnoczi New
[2/2] vnc: recognize Hungarian doubleacutes - - 1 - --- 2013-02-06 Stefan Hajnoczi New
[PULL,for-1.4,0/4] Tracing patches - - - - --- 2013-02-06 Stefan Hajnoczi New
[1/4] trace: Fix simple trace dropped event record for big endian - - 1 - --- 2013-02-06 Stefan Hajnoczi New
[2/4] trace: Direct access of atomics is verboten, use the API - - 2 - --- 2013-02-06 Stefan Hajnoczi New
[3/4] trace: Clean up the "try to update atomic until it worked" loops - - 2 - --- 2013-02-06 Stefan Hajnoczi New
[4/4] trace: Fix location of simpletrace.py in docs - - 2 - --- 2013-02-06 Stefan Hajnoczi New
[for-1.4] hmp: Disable chardev-add and chardev-remove 1 - - - --- 2013-02-06 Markus Armbruster New
target-mips: fix for incorrect multiplication with MULQ_S.PH - - - - --- 2013-02-06 Petar Jovanovic New
[for-1.4,v2,1/5] qtest: Use strtoull() for uint64_t - - 1 - --- 2013-02-06 Andreas Färber New
[for-1.4,v2,2/5] libi2c-omap: Fix endianness dependency - - - - --- 2013-02-06 Andreas Färber New
[for-1.4?,v2,3/5] tmp105-test: Combine assertions of 16-bit responses - - - - --- 2013-02-06 Andreas Färber New
[v2,4/5] tmp105: Add debug output - - - - --- 2013-02-06 Andreas Färber New
[RFC,v2,5/5] qtest: Add MMIO support - - 1 - --- 2013-02-06 Andreas Färber New
[RFC,for-1.4] Revert "block: fix block tray status" - - - - --- 2013-02-06 Luiz Capitulino New
[for-1.4,v2,01/13] qmp: Fix design bug and read beyond buffer in memchar-write - - - - --- 2013-02-06 Markus Armbruster New
[for-1.4,v2,02/13] qmp: Clean up design of memchar-read - - - - --- 2013-02-06 Markus Armbruster New
[for-1.4,v2,03/13] qmp: Use generic errors in memchar-read, memchar-write - - - - --- 2013-02-06 Markus Armbruster New
[for-1.4,v2,04/13] qmp: Clean up type usage in qmp_memchar_write(), qmp_memchar_read() - - - - --- 2013-02-06 Markus Armbruster New
[for-1.4,v2,05/13] qmp: Plug memory leaks in memchar-write, memchar-read - - - - --- 2013-02-06 Markus Armbruster New
[for-1.4,v2,06/13] qmp: Drop superfluous special case "empty" in qmp_memchar_read() - - - - --- 2013-02-06 Markus Armbruster New
[for-1.4,v2,07/13] qmp: Drop wasteful zero-initialization in qmp_memchar_read() - - - - --- 2013-02-06 Markus Armbruster New
[for-1.4,v2,08/13] qemu-char: Fix chardev "memory" not to drop IAC characters - - - - --- 2013-02-06 Markus Armbruster New
[for-1.4,v2,09/13] qemu-char: Drop undocumented chardev "memory" compatibility syntax - - - - --- 2013-02-06 Markus Armbruster New
[for-1.4,v2,10/13] qemu-char: General chardev "memory" code cleanup - - - - --- 2013-02-06 Markus Armbruster New
[for-1.4,v2,11/13] qemu-char: Saner naming of memchar stuff & doc fixes - - - - --- 2013-02-06 Markus Armbruster New
[for-1.4,v2,12/13] qemu-char: Support suffixed ringbuf size arguments like "size=64K" - - - - --- 2013-02-06 Markus Armbruster New
[for-1.4,v2,13/13] hmp: make memchar-read escape ASCII control chars except \n and \t - - - - --- 2013-02-06 Markus Armbruster New
[for-1.4] net: fix infinite loop on exit 3 - - - --- 2013-02-07 Michael Roth New
m25p80.c: Use QOM classes for part differentiation - - 1 - --- 2013-02-07 Peter Crosthwaite New
[v1,1/2] dtc: add submodule - - - - --- 2013-02-07 Peter Crosthwaite New
[v1,2/2] configure/Make: Build libfdt from submodule DTC - - - - --- 2013-02-07 Peter Crosthwaite New
[RFC,v1] iov: Factor out hexdumper - - - - --- 2013-02-07 Peter Crosthwaite New
[v9,1/3] hw: introduce standard SD host controller - - 1 - --- 2013-02-07 Peter Crosthwaite New
[v9,2/3] vl.c: allow for repeated -sd arguments 1 - 1 - --- 2013-02-07 Peter Crosthwaite New
[v9,3/3] xilinx_zynq: Added SD controllers - - 1 - --- 2013-02-07 Peter Crosthwaite New
[for-1.4] xilinx_zynq: Fix wrong IRQ number of the second EHCI controller - - - 1 --- 2013-02-07 Peter Crosthwaite New
[PATCHv2,1/2] virtio-net: remove mq feature - - - - --- 2013-02-07 Michael S. Tsirkin New
[PATCHv2,2/2] virtio-net: work around for windows driver bug - - - - --- 2013-02-07 Michael S. Tsirkin New
pseries: Implements h_read hcall - - - - --- 2013-02-07 Erlon Cruz New
[1/2] s390: Keep I/O interrupts enabled for all iscs. - - - - --- 2013-02-07 Cornelia Huck New
[2/2] s390: Fix handling of iscs. - - - - --- 2013-02-07 Cornelia Huck New
[v3,1/5] qcow2: introduce check_refcounts_l1/l2() flags - - - - --- 2013-02-07 Stefan Hajnoczi New
[v3,2/5] qcow2: record fragmentation statistics during check - - - - --- 2013-02-07 Stefan Hajnoczi New
[v3,3/5] qemu-img: fix missing space in qemu-img check output - - - - --- 2013-02-07 Stefan Hajnoczi New
[v3,4/5] qemu-img: add compressed clusters to BlockFragInfo - - - - --- 2013-02-07 Stefan Hajnoczi New
[v3,5/5] qcow2: support compressed clusters in BlockFragInfo - - - - --- 2013-02-07 Stefan Hajnoczi New
[PULL] tests/test-string-input-visitor: Handle errors provoked by fuzz test - - 1 - --- 2013-02-07 Luiz Capitulino New
[qom-cpu-next,v2,1/1] target-cris: Introduce CRISCPU subclasses - - - - --- 2013-02-07 Andreas Färber New
[v3,02/20] arm: add Faraday a369 SoC platform support - - - - --- 2013-02-07 Igor Mitsyanko New
[v3,04/20] arm: add Faraday FTDDRII030 support - - - - --- 2013-02-07 Igor Mitsyanko New
target-mips: fix for sign-issue in MULQ_W helper - - 1 - --- 2013-02-07 Petar Jovanovic New
[for,1.4] block/vpc: Fix size calculation - - 1 - --- 2013-02-07 Stefan Weil New
[1/2] hw/virtio-net: use existing macros to implement endof - - - - --- 2013-02-07 Jesse Larrew New
[2/2] hw/virtio-net: fix config_size data type - - - - --- 2013-02-07 Jesse Larrew New
[v9,1/3] iov: Factor out hexdumper - - - - --- 2013-02-08 Peter Crosthwaite New
[v9,2/3] pl330: Initial version - - - 1 --- 2013-02-08 Peter Crosthwaite New
« 1 2 ... 498 499 5004266 4267 »