Show patches with: Archived = No       |   431020 patches
« 1 2 ... 3090 3091 30924310 4311 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v7,11/14] block/backup: support block job transactions - - 3 - --- 2015-09-22 Fam Zheng New
[v7,10/14] blockdev: make BlockJobTxn available to qmp 'transaction' - - 3 - --- 2015-09-22 Fam Zheng New
[v7,09/14] block: Add block job transactions - - 1 - --- 2015-09-22 Fam Zheng New
[v7,08/14] blockjob: Simplify block_job_finish_sync - - 2 - --- 2015-09-22 Fam Zheng New
[v7,07/14] blockjob: Add "completed" and "ret" in BlockJob - - 2 - --- 2015-09-22 Fam Zheng New
[v7,06/14] blockjob: Add .commit and .abort block job actions - - 2 - --- 2015-09-22 Fam Zheng New
[v7,05/14] blockjob: Introduce reference count - - 2 - --- 2015-09-22 Fam Zheng New
[v7,04/14] backup: Extract dirty bitmap handling as a separate function - - 2 - --- 2015-09-22 Fam Zheng New
[v7,03/14] block: rename BlkTransactionState and BdrvActionOps - - 3 - --- 2015-09-22 Fam Zheng New
[v7,02/14] iotests: add transactional incremental backup test - - 3 - --- 2015-09-22 Fam Zheng New
[v7,01/14] qapi: Add transaction support to block-dirty-bitmap operations - - 3 - --- 2015-09-22 Fam Zheng New
[v2] target-tilegx: Implement v1multu instruction - - 1 - --- 2015-09-21 Chen Gang New
[v2] target-tilegx: Implement v*add and v*sub instructions - - - - --- 2015-09-21 Chen Gang New
[v5,46/46] qapi: Allow anonymous base for flat union - - - - --- 2015-09-21 Eric Blake New
[v5,45/46] net: Complete qapi-fication of netdev_add - - - - --- 2015-09-21 Eric Blake New
[v5,44/46] net: Use correct type for bool flag - - - - --- 2015-09-21 Eric Blake New
[v5,43/46] qapi: Change Netdev into a flat union - - - - --- 2015-09-21 Eric Blake New
[v5,42/46] qapi: support implicit structs in OptsVisitor - - - - --- 2015-09-21 Eric Blake New
[v5,41/46] qapi: Support boxed unions - - - - --- 2015-09-21 Eric Blake New
[v5,40/46] qapi: Implement boxed structs for commands/events - - - - --- 2015-09-21 Eric Blake New
[v5,39/46] qapi: Plumb in 'box' to qapi generator lower levels - - - - --- 2015-09-21 Eric Blake New
[v5,38/46] qapi: Drop useless 'data' member of unions - - - - --- 2015-09-21 Eric Blake New
[v5,37/46] qapi: Forbid empty unions and useless alternates - - - - --- 2015-09-21 Eric Blake New
[v5,36/46] qapi: Avoid use of 'data' member of qapi unions - - - - --- 2015-09-21 Eric Blake New
[v5,35/46] qapi-visit: Remove redundant functions for flat union base - - - - --- 2015-09-21 Eric Blake New
[v5,34/46] qapi: Unbox base members - - - - --- 2015-09-21 Eric Blake New
[v5,33/46] vnc: hoist allocation of VncBasicInfo to callers - - - - --- 2015-09-21 Eric Blake New
[v5,32/46] qapi: Hide tag_name data member of variants - - - - --- 2015-09-21 Eric Blake New
[v5,31/46] qapi: use 'type' in generated C code to match QMP union wire form - - - - --- 2015-09-21 Eric Blake New
[v5,30/46] net: use Netdev instead of NetClientOptions in client init - - 1 - --- 2015-09-21 Eric Blake New
[v5,29/46] qapi: Change visit_type_FOO() to no longer return partial objects - - - - --- 2015-09-21 Eric Blake New
[v5,28/46] qapi: Rework deallocation of partial struct - - - - --- 2015-09-21 Eric Blake New
[v5,27/46] qapi: Simplify visits of optional fields - - - - --- 2015-09-21 Eric Blake New
[v5,26/46] qapi: Test failure in middle of array parse - - - - --- 2015-09-21 Eric Blake New
[v5,25/46] qapi: Plug leaks in test-qmp-input-visitor - - - - --- 2015-09-21 Eric Blake New
[v5,24/46] qapi: Document visitor interfaces - - - - --- 2015-09-21 Eric Blake New
[v5,23/46] qapi: Remove dead visitor code - - - - --- 2015-09-21 Eric Blake New
[v5,22/46] qapi: Don't abuse stack to track qmp-output root - - - - --- 2015-09-21 Eric Blake New
[v5,21/46] qmp: Fix reference-counting of qnull on empty output visit - - - - --- 2015-09-21 Eric Blake New
[v5,20/46] qapi: Fix alternates that accept 'number' but not 'int' - - - - --- 2015-09-21 Eric Blake New
[v5,19/46] qapi: Simplify visiting of alternate types - - - - --- 2015-09-21 Eric Blake New
[v5,18/46] qapi-introspect: Guarantee particular sorting - - - - --- 2015-09-21 Eric Blake New
[v5,17/46] qapi: Provide nicer array names in introspection - - - - --- 2015-09-21 Eric Blake New
[v5,16/46] qapi: Detect base class loops - - - - --- 2015-09-21 Eric Blake New
[v5,15/46] qapi: Defer duplicate member checks to schema check() - - - - --- 2015-09-21 Eric Blake New
[v5,14/46] qapi: Detect collisions in C member names - - - - --- 2015-09-21 Eric Blake New
[v5,13/46] qapi: Track owner of each object member - - - - --- 2015-09-21 Eric Blake New
[v5,12/46] qapi: Track location that created an implicit type - - - - --- 2015-09-21 Eric Blake New
[v5,11/46] qapi: Don't use info as witness of implicit object type - - - - --- 2015-09-21 Eric Blake New
[v5,10/46] qapi: Merge generation of per-member visits - - - - --- 2015-09-21 Eric Blake New
[v5,09/46] qapi: Use consistent generated code patterns - - - - --- 2015-09-21 Eric Blake New
[v5,08/46] qapi: Reuse code for flat union base validation - - - - --- 2015-09-21 Eric Blake New
[v5,07/46] qapi: Don't pass pre-existing error to later call - - - - --- 2015-09-21 Eric Blake New
[v5,06/46] qapi: Improve 'include' error message - - - - --- 2015-09-21 Eric Blake New
[v5,05/46] qapi: Test use of 'number' within alternates - - - - --- 2015-09-21 Eric Blake New
[v5,04/46] qapi: Add tests for empty unions - - - - --- 2015-09-21 Eric Blake New
[v5,03/46] qapi: Test for C member name collisions - - - - --- 2015-09-21 Eric Blake New
[v5,02/46] qapi: Clean up qapi.py per pep8 - - - - --- 2015-09-21 Eric Blake New
[v5,01/46] qapi: Sort qapi-schema tests - - - - --- 2015-09-21 Eric Blake New
[v2] target-tilegx: Implement v*shl, v*shru, and v*shrs instructions - - - - --- 2015-09-21 Chen Gang New
qtest/ahci: fix redundant assertion - - - - --- 2015-09-21 John Snow New
MAINTAINERS: update Allwinner A10 maintainer - - 1 - --- 2015-09-21 Beniamino Galvani New
target-xtensa: use CPU_LOG_MMU for MMU event logging - - - - --- 2015-09-21 Max Filippov New
[v2] spapr: generate DT node names - - - - --- 2015-09-21 Laurent Vivier New
configure: avoid polluting global CFLAGS with tasn1 flags - - - - --- 2015-09-21 Daniel P. Berrangé New
vmxnet3: Support reading IMR registers on bar0 - - - 1 --- 2015-09-21 Shmulik Ladkani New
[5/5] block/nfs: cache allocated filesize for read-only files - - 2 - --- 2015-09-21 Peter Lieven New
[4/5] ide/atapi: enable cancelable requests - - - - --- 2015-09-21 Peter Lieven New
[3/5] ide: add support for cancelable read requests - - - - --- 2015-09-21 Peter Lieven New
[2/5] ide/atapi: blk_aio_readv may return NULL - - - - --- 2015-09-21 Peter Lieven New
[1/5] ide/atapi: make PIO read requests async - - - - --- 2015-09-21 Peter Lieven New
[0/8] target-i386: Implement debug extensions - - - - --- 2015-09-21 Paolo Bonzini New
pc: memhotplug: rise minimum DIMM addr/size alignment to 128Mb - - - - --- 2015-09-21 Igor Mammedov New
[v3,1/1] block/gluster: add support for multiple gluster backup volfile servers - - - - --- 2015-09-21 Prasanna Kumar Kalever New
[9/9] hmp: implemented io apic dump state for TCG - - - - --- 2015-09-21 Denis V. Lunev New
[8/9] hmp: added io apic dump state - - - - --- 2015-09-21 Denis V. Lunev New
[7/9] ioapic_internal.h: added more constants - - - - --- 2015-09-21 Denis V. Lunev New
[6/9] hmp: added local apic dump state - - - - --- 2015-09-21 Denis V. Lunev New
[5/9] monitor: make monitor_fprintf and mon_get_cpu externally visible - - - - --- 2015-09-21 Denis V. Lunev New
[4/9] apic_internal.h: fix formatting and drop unused consts - - - - --- 2015-09-21 Denis V. Lunev New
[3/9] apic_internal.h: added more constants - - - - --- 2015-09-21 Denis V. Lunev New
[2/9] apic_internal.h: rename ESR_ILLEGAL_ADDRESS to APIC_ESR_ILLEGAL_ADDRESS - - - - --- 2015-09-21 Denis V. Lunev New
[1/9] apic_internal.h: make some apic_get_* functions externally visible - - - - --- 2015-09-21 Denis V. Lunev New
[PULL,1/1] spice: surface switch fast path requires same format too. - - - - --- 2015-09-21 Gerd Hoffmann New
[PULL,0/1] spice: surface switch fast path requires same format too. - - - - --- 2015-09-21 Gerd Hoffmann New
[PULL,26/26] qapi-introspect: Hide type names - - 1 - --- 2015-09-21 Markus Armbruster New
[PULL,25/26] qapi: New QMP command query-qmp-schema for QMP introspection - - 1 - --- 2015-09-21 Markus Armbruster New
[PULL,24/26] qapi: Pseudo-type '**' is now unused, drop it - - 2 - --- 2015-09-21 Markus Armbruster New
[PULL,23/26] qapi-schema: Fix up misleading specification of netdev_add - - 2 - --- 2015-09-21 Markus Armbruster New
[PULL,22/26] qom: Don't use 'gen': false for qom-get, qom-set, object-add - - 2 - --- 2015-09-21 Markus Armbruster New
[PULL,21/26] qapi: Introduce a first class 'any' type - - 2 - --- 2015-09-21 Markus Armbruster New
[PULL,20/26] qapi: Make output visitor return qnull() instead of NULL - - 2 - --- 2015-09-21 Markus Armbruster New
[PULL,19/26] qapi: Improve built-in type documentation - - 2 - --- 2015-09-21 Markus Armbruster New
[PULL,18/26] qapi-commands: De-duplicate output marshaling functions - - 2 - --- 2015-09-21 Markus Armbruster New
[PULL,17/26] qapi: De-duplicate parameter list generation - - 2 - --- 2015-09-21 Markus Armbruster New
[PULL,16/26] qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO() - - 2 - --- 2015-09-21 Markus Armbruster New
[PULL,15/26] qapi-commands: Rearrange code - - 2 - --- 2015-09-21 Markus Armbruster New
[PULL,14/26] qapi-visit: Rearrange code a bit - - 2 - --- 2015-09-21 Markus Armbruster New
[PULL,13/26] qapi: Clean up after recent conversions to QAPISchemaVisitor - - 2 - --- 2015-09-21 Markus Armbruster New
[PULL,12/26] qapi: Replace dirty is_c_ptr() by method c_null() - - 2 - --- 2015-09-21 Markus Armbruster New
« 1 2 ... 3090 3091 30924310 4311 »