Show patches with: State = Action Required       |   427129 patches
« 1 2 ... 498 499 5004271 4272 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v3,17/20] arm: add Faraday FTLCDC200 LCD controller support - - - - --- 2013-02-06 Kuo-Jung Su New
[v3,18/20] arm: add Faraday FTTSC010 touchscreen controller support - - - - --- 2013-02-06 Kuo-Jung Su New
[v3,19/20] arm: add Faraday FTSDC010 MMC/SD controller support - - - - --- 2013-02-06 Kuo-Jung Su New
[v3,20/20] arm: add Faraday FTSPI020 SPI flash controller support - - - - --- 2013-02-06 Kuo-Jung Su New
[v2,1/5] qcow2: introduce check_refcounts_l1/l2() flags - - - - --- 2013-02-06 Stefan Hajnoczi New
[v2,2/5] qcow2: record fragmentation statistics during check - - - - --- 2013-02-06 Stefan Hajnoczi New
[v2,3/5] qemu-img: avoid excessive BlockFragInfo line length - - - - --- 2013-02-06 Stefan Hajnoczi New
[v2,4/5] qemu-img: add compressed clusters to BlockFragInfo - - - - --- 2013-02-06 Stefan Hajnoczi New
[v2,5/5] qcow2: support compressed clusters in BlockFragInfo - - - - --- 2013-02-06 Stefan Hajnoczi New
[RFC,V6,01/33] qcow2: Add deduplication to the qcow2 specification. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V6,02/33] qmp: Add DedupStatus enum. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V6,03/33] qcow2: Add deduplication structures and fields. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V6,04/33] qcow2: Add qcow2_dedup_read_missing_and_concatenate - - - - --- 2013-02-06 Benoît Canet New
[RFC,V6,05/33] qcow2: Make update_refcount public. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V6,06/33] qcow2: Create a way to link to l2 tables when deduplicating. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V6,07/33] qcow2: Add qcow2_dedup and related functions - - - - --- 2013-02-06 Benoît Canet New
[RFC,V6,08/33] qcow2: Add qcow2_dedup_store_new_hashes. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V6,09/33] qcow2: Implement qcow2_compute_cluster_hash. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V6,10/33] qcow2: Extract qcow2_dedup_grow_table - - - - --- 2013-02-06 Benoît Canet New
[RFC,V6,11/33] qcow2: Add qcow2_dedup_grow_table and use it. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V6,12/33] qcow2: Makes qcow2_alloc_cluster_link_l2 mark to deduplicate clusters. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V6,13/33] qcow2: make the deduplication forget a cluster hash when a cluster is to dedupe - - - - --- 2013-02-06 Benoît Canet New
[RFC,V6,14/33] qcow2: Create qcow2_is_cluster_to_dedup. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V6,15/33] qcow2: Load and save deduplication table header extension. - - - - --- 2013-02-06 Benoît Canet New
[RFC,V6,16/33] qcow2: Extract qcow2_do_table_init. - - - - --- 2013-02-06 Benoît Canet New
[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,V2,02/16] qcow2: Enable the deduplication feature. - - - - --- 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,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
« 1 2 ... 498 499 5004271 4272 »