Show patches with: Archived = No       |   432647 patches
« 1 2 ... 2627 2628 26294326 4327 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[PULL,1/2] tests: Use error_free_or_abort() where appropriate - - 1 - --- 2017-03-15 Markus Armbruster New
[PULL,0/2] Miscellaneous patches for 2017-03-15 - - - - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,47/47] qapi: Fix a misleading parser error message - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,46/47] qapi: Make pylint a bit happier - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,45/47] qapi: Drop unused .check_clash() parameter schema - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,44/47] qapi: union_types is a list used like a dict, make it one - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,43/47] qapi: struct_types is a list used like a dict, make it one - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,42/47] qapi: enum_types is a list used like a dict, make it one - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,41/47] qapi: Factor add_name() calls out of the meta conditional - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,40/47] qapi: Simplify what gets stored in enum_types - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,39/47] qapi: Drop unused variable events - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,38/47] qapi: Eliminate check_docs() and drop QAPIDoc.expr - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,37/47] qapi: Fix detection of bogus member documentation - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,36/47] tests/qapi-schema: Improve coverage of bogus member docs - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,35/47] tests/qapi-schema: Rename doc-bad-args to doc-bad-command-arg - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,34/47] qapi: Move empty doc section checking to doc parser - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,33/47] qapi: Improve error message on @NAME: in free-form doc - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,32/47] qapi: Move detection of doc / expression name mismatch - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,31/47] qapi: Fix detection of doc / expression mismatch - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,30/47] tests/qapi-schema: Improve doc / expression mismatch coverage - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,29/47] qapi2texi: Use category "Object" for all object types - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,28/47] qapi2texi: Generate descriptions for simple union tags - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,27/47] qapi2texi: Generate documentation for variant members - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,26/47] qapi2texi: Generate reference to base type members - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,25/47] qapi2texi: Include member type in generated documentation - - 2 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,24/47] qapi2texi: Implement boxed argument documentation - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,23/47] qapi2texi: Don't hide undocumented members and arguments - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,22/47] qapi2texi: Explain enum value undocumentedness more clearly - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,21/47] qapi2texi: Present the table of members more clearly - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,20/47] qapi2texi: Plainer enum value and member name formatting - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,19/47] qapi: Prefer single-quoted strings more consistently - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,18/47] qapi: Use raw strings for regular expressions consistently - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,17/47] qapi: The #optional tag is redundant, drop - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,16/47] qapi2texi: Convert to QAPISchemaVisitor - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,15/47] qapi: Conjure up QAPIDoc.ArgSection for undocumented members - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,14/47] qapi: Prepare for requiring more complete documentation - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,13/47] qapi: Fix QAPISchemaEnumType.is_implicit() for 'QType' - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,12/47] qapi/rocker: Fix up doc comment notes on optional members - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,11/47] qapi: Avoid unwanted blank lines in QAPIDoc - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,10/47] qapi2texi: Fix up output around #optional - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,09/47] qapi: Fix to reject empty union base gracefully - - 2 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,08/47] tests/qapi-schema: Cover empty union base - - 2 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,07/47] qapi: Clean up build of generated documentation - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,06/47] qapi: Have each QAPI schema declare its name rule violations - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,05/47] qapi: Have each QAPI schema declare its returns white-list - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,04/47] docs/qapi-code-gen.txt: Drop confusing reference to 'gen' - - 2 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,03/47] qapi: Back out doc comments added just to please qapi.py - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,02/47] qapi: Make doc comments optional where we don't need them - - 1 - --- 2017-03-15 Markus Armbruster New
[v2,for-2.9,01/47] qapi: Factor QAPISchemaParser._include() out of .__init__() - - 2 - --- 2017-03-15 Markus Armbruster New
[v3] memory: reduce heap Rss size around 3M - - - - --- 2017-03-15 Yang Zhong New
[v2] trace: ensure $(tracetool-y) is defined in top level makefile - - 1 1 --- 2017-03-15 Daniel P. Berrangé New
cirrus: fix cirrus_invalidate_region - - - - --- 2017-03-15 Gerd Hoffmann New
[V4,3/3] virtio: validate address space cache during init - - 1 - --- 2017-03-15 Jason Wang New
[V4,2/3] virtio: destroy region cache during reset - - 1 - --- 2017-03-15 Jason Wang New
[V4,1/3] virtio: guard against NULL pfn - - 1 - --- 2017-03-15 Jason Wang New
trace: ensure $(tracetool-y) is defined in top level makefile - - - - --- 2017-03-15 Daniel P. Berrangé New
cirrus: stop passing around dst pointers in the blitter - - - - --- 2017-03-15 Gerd Hoffmann New
[for-2.10,1/8] ppc/xics: add a xics_get_cpu_index_by_pir() helper - - - - --- 2017-03-15 Cédric Le Goater New
[RFC,v2,8/8] iotests: add test 178 for qemu-img measure - - - - --- 2017-03-15 Stefan Hajnoczi New
[RFC,v2,7/8] qemu-iotests: support per-format golden output files - - - - --- 2017-03-15 Stefan Hajnoczi New
[RFC,v2,6/8] qemu-img: add measure subcommand - - - - --- 2017-03-15 Stefan Hajnoczi New
[RFC,v2,5/8] qcow2: add bdrv_measure() support - - - - --- 2017-03-15 Stefan Hajnoczi New
[RFC,v2,4/8] qcow2: extract image creation option parsing - - - - --- 2017-03-15 Stefan Hajnoczi New
[RFC,v2,3/8] qcow2: extract preallocation calculation function - - - - --- 2017-03-15 Stefan Hajnoczi New
[RFC,v2,2/8] raw-format: add bdrv_measure() support - - - - --- 2017-03-15 Stefan Hajnoczi New
[RFC,v2,1/8] block: add bdrv_measure() API - - - - --- 2017-03-15 Stefan Hajnoczi New
[v3] memory: reduce heap Rss size around 3M - - - - --- 2017-03-15 Yang Zhong New
[v2] coverity-model: model address_space_read/write - - 2 - --- 2017-03-15 Paolo Bonzini New
[for-2.9,31/47] qapi: Fix detection of doc / expression mismatch - - 1 - --- 2017-03-15 Markus Armbruster New
[v3,2/2] hw/i386: Build-time assertion on pc/q35 reset register being identical. - - - - --- 2017-03-15 Phil Dennis-Jordan New
[v3,1/2] hw/i386: Use Rev3 FADT (ACPI 2.0) instead of Rev1 to improve guest OS support. - - - - --- 2017-03-15 Phil Dennis-Jordan New
[PULL,for-2.9,1/1] os: don't corrupt pre-existing memory-backend data with prealloc - - 1 - --- 2017-03-15 Stefan Hajnoczi New
[PULL,for-2.9,0/1] Block patches - - - - --- 2017-03-15 Stefan Hajnoczi New
[v2] migration/block: Avoid invoking blk_drain too frequently - - 2 - --- 2017-03-15 858585 jemmy New
[v1,2/2] reduce qemu's heap Rss size from 12252kB to 2752KB - - - - --- 2017-03-14 Xu, Anthony New
[for-2.9,31/47] qapi: Fix detection of doc / expression mismatch - - - - --- 2017-03-14 Eric Blake New
[v2,1/9] configure: change CONFIG_XEN_BACKEND to be a target property - - - - --- 2017-03-14 Stefano Stabellini New
[PULL,1/1] machine: Convert abstract typename on compat_props to subclass names - - 3 1 --- 2017-03-14 Eduardo Habkost New
[PULL,0/1] Fix global property and -cpu handling bug - - - - --- 2017-03-14 Eduardo Habkost New
[for,2.9?] hmp: gpa2hva and gpa2hpa hostaddr command - - - - --- 2017-03-14 Paolo Bonzini New
[v3,1/2] X86: Move rdmsr/wrmsr functionality to standalone functions - - - - --- 2017-03-14 Eduardo Habkost New
dma/rc4030: fix a mixed declarations and code warning - - 1 - --- 2017-03-14 Yongbok Kim New
blk: fix aio context loss on media change - - - - --- 2017-03-14 Vladimir Sementsov-Ogievskiy New
[v2] use _Static_assert in QEMU_BUILD_BUG_ON - - 2 - --- 2017-03-14 Andreas Grapentin New
[v4] xen: don't save/restore the physmap on VM save/restore - - - - --- 2017-03-14 Igor Druzhinin New
[PULL,18/18] nbd/client: fix drop_sync [CVE-2017-2630] - - 1 - --- 2017-03-14 Paolo Bonzini New
[PULL,17/18] memory: info mtree check mr range overflow - - - - --- 2017-03-14 Paolo Bonzini New
[PULL,16/18] icount: process QEMU_CLOCK_VIRTUAL timers in vCPU thread - - - - --- 2017-03-14 Paolo Bonzini New
[PULL,15/18] main-loop: remove now unnecessary optimization - - 2 - --- 2017-03-14 Paolo Bonzini New
[PULL,14/18] cpus: define QEMUTimerListNotifyCB for QEMU system emulation - - 1 - --- 2017-03-14 Paolo Bonzini New
[PULL,13/18] qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.h - - 2 - --- 2017-03-14 Paolo Bonzini New
[PULL,12/18] qemu-timer: fix off-by-one - - 2 - --- 2017-03-14 Paolo Bonzini New
[PULL,11/18] target/nios2: take BQL around interrupt check - - - - --- 2017-03-14 Paolo Bonzini New
[PULL,10/18] scsi: mptsas: fix the wrong reading size in fetch request - - - - --- 2017-03-14 Paolo Bonzini New
[PULL,09/18] util: Removed unneeded header from path.c - - 1 - --- 2017-03-14 Paolo Bonzini New
[PULL,08/18] configure: add the missing help output for optional features - - - - --- 2017-03-14 Paolo Bonzini New
[PULL,07/18] scripts/dump-guest-memory.py: fix int128_get64 on recent gcc - - - - --- 2017-03-14 Paolo Bonzini New
[PULL,06/18] kvmclock: Don't crash QEMU if KVM is disabled - - - - --- 2017-03-14 Paolo Bonzini New
[PULL,05/18] kvm: Print MSR information if KVM_{GET, SET}_MSRS failed - - - - --- 2017-03-14 Paolo Bonzini New
[PULL,04/18] exec: add cpu_synchronize_state to cpu_memory_rw_debug - - - - --- 2017-03-14 Paolo Bonzini New
« 1 2 ... 2627 2628 26294326 4327 »