Patchwork QEMU Development

login
register
mail settings

Incoming patches

« Previous 1 2 ... 519 520 521 522 523 524 525 526 527 ... 614 615 Next »
Filters: Archived = No remove filter
Patch Date Submitter Delegate State
[07/18] linux-user: Fix the computation of the requested heap size 2011-06-20 Riku Voipio New
[02/18] linux-user: Fix the load of ELF files that have no "useful" symbol 2011-06-20 Riku Voipio New
[04/18] linux-user: Don't use MAP_FIXED in do_brk() 2011-06-20 Riku Voipio New
[08/18] linux-user: add pselect6 syscall support 2011-06-20 Riku Voipio New
[03/18] linux-user: Handle images where lowest vaddr is not page aligned 2011-06-20 Riku Voipio New
[15/18] linux-user: Bump do_syscall() up to 8 syscall arguments 2011-06-20 Riku Voipio New
[09/18] linux-user: Define AT_RANDOM to support target stack protection mechanism. 2011-06-20 Riku Voipio New
[1/6,v2] linux-user: bigger default stack 2011-04-18 Riku Voipio New
[Bug,584143] Re: qemu fails to set hdd serial number 2010-06-16 Rob New
Use snapshots from backing disks 2010-03-09 Rob Earhart New
ARM v4t/arm920t support 2010-07-01 Rob Landley New
Significant performance regression in qemu-system-mips. 2010-03-27 Rob Landley New
Significant performance regression in qemu-system-mips. 2010-03-26 Rob Landley New
Fixing sh4 serial abort 2012-07-27 Rob Landley New
qemu-ppc can't run static uClibc binaries. 2010-02-14 Rob Landley New
Arm big endian? 2010-05-30 Rob Landley New
qemu-system-ppc -m g3beige -hda is setting /dev/hdc on Linux. 2010-02-13 Rob Landley New
How do I build mips64-linux-user? 2010-03-26 Rob Landley New
[Bug,1075252] Re: qemu-img cannot read VMDK4 file 2012-12-04 Robert Hubbard New
Re: target-sparc/TODO 2009-08-22 Robert Reif Superseded
configure: allow disabling pixman if not needed 2012-12-04 Robert Schiele New
[1/2,v2] block: add dirty flag status to qemu-img 2012-01-12 Robert Wang New
[RFC,v2,1/7] qemu-option: qemu_opt_set_bool(): fix code duplication 2012-09-27 Robert Wang New
[V12,4/4] remove QEMUOptionParameter related code 2013-02-28 Robert Wang New
[V2] qemu-img: use QemuOpts instead of QEMUOptionParameter in resize function 2012-08-06 Robert Wang New
fix compile error 2013-04-09 Robert Wang New
[1/2,v2] fix typo: delete redundant semicolon 2011-11-29 Robert Wang New
[2/2] block: add-cow support snapshot_blkdev 2012-03-01 Robert Wang New
[V3,08/10] Create four opts list related functions 2012-10-14 Robert Wang New
[V3,02/10] qemu-option: qemu_opts_validate(): fix duplicated code 2012-10-14 Robert Wang New
rewrite QEMU_BUILD_BUG_ON 2011-12-20 Robert Wang New
[1/6,v11] docs: spec for add-cow file format 2012-07-31 Robert Wang New
[V12,6/6] add-cow: add qemu-iotests support 2012-08-10 Robert Wang New
[V12,2/4] Create four QemuOptsList related functions 2013-02-28 Robert Wang New
[v2] use g_free, instead of free 2011-11-01 Robert Wang New
[V13,5/6] add-cow file format core code. 2012-10-18 Robert Wang New
[V3,06/10] create new function: qemu_opt_set_number 2012-10-14 Robert Wang New
[1/2] block: add dirty flag status to qemu-img 2011-12-31 Robert Wang New
block:add coroutine_fn marker to coroutine functions 2011-11-10 Robert Wang New
qemu-img: correct help message 2012-07-12 Robert Wang New
[V12,5/6] add-cow file format 2012-08-10 Robert Wang New
[V12,1/4] add def_value_str and use it in qemu_opts_print 2013-02-28 Robert Wang New
[1/2] fix typo: delete redundant semicolon 2011-11-28 Robert Wang New
[1/2,v7] block: add-cow file format 2012-03-01 Robert Wang New
[V13,6/6] qemu-iotests: add add-cow iotests support. 2012-10-18 Robert Wang New
[V3,09/10] Use QemuOpts support in block layer 2012-10-14 Robert Wang New
block: fix qcow2_co_flush deadlock 2011-10-27 Robert Wang New
[2/6,v11,v11] block: make some functions public 2012-07-31 Robert Wang New
[V12,3/6] qed_read_string to bdrv_read_string 2012-08-10 Robert Wang New
[V13,1/6] add def_value_str in QemuOptDesc struct and rewrite qemu_opts_print 2013-04-10 Robert Wang New
[2/2,v2] fix spelling in hw sub directory 2011-11-29 Robert Wang New
[V13,4/6] rename qcow2-cache.c to block-cache.c 2012-10-18 Robert Wang New
[V3,03/10] qemu-option: qemu_opt_set_bool(): fix code duplication 2012-10-14 Robert Wang New
[V3,07/10] add def_value and use it in qemu_opts_print. 2012-10-14 Robert Wang New
[v4] block:add-cow file format 2011-10-27 Robert Wang New
[v2] qemu-img: correct help message 2012-07-12 Robert Wang New
[V12,4/6] rename qcow2-cache.c to block-cache.c 2012-08-10 Robert Wang New
[1/2] clean unnecessary code: don't check g_strdup arg for NULL 2013-05-09 Robert Wang New
[1/2] block:fix cloop.c coding style 2011-11-02 Robert Wang New
[V13,2/6] make path_has_protocol non static 2012-10-18 Robert Wang New
[V13,3/6] qed_read_string to bdrv_read_string 2012-10-18 Robert Wang New
[v6] block:add-cow file format 2011-12-29 Robert Wang New
[2/2] fix spelling in hw directory 2011-11-28 Robert Wang New
[6/6,v11] add-cow: support qemu-iotests 2012-07-31 Robert Wang New
[RFC,v2,5/7] use qemu_opts_create_nofail 2012-09-27 Robert Wang New
[V13,3/6] Create four QemuOptsList related functions 2013-04-10 Robert Wang New
[V10,2/4] Create four opts list related functions 2013-01-07 Robert Wang New
[1/2,v7] block: add-cow file format 2012-03-01 Robert Wang New
[V12,1/6] docs: document for add-cow file format 2012-08-10 Robert Wang New
[V3,10/10] remove QEMUOptionParameter related functions and struct 2012-10-14 Robert Wang New
[V10,1/4] add def_print_str and use it in qemu_opts_print. 2013-01-07 Robert Wang New
[V12,3/4] Use QemuOpts support in block layer 2013-02-28 Robert Wang New
[V7,07/10] add def_print_str and use it in qemu_opts_print. 2012-12-06 Robert Wang New
[V13,4/6] create some QemuOpts functons 2013-04-10 Robert Wang New
[V14,3/6] qed_read_string to bdrv_read_string 2012-10-25 Robert Wang New
[4/4,v2,RESEND] block: track dirty flag status in qed 2012-03-07 Robert Wang New
[V7,02/10] qemu-option: qemu_opts_validate(): fix duplicated code 2012-12-06 Robert Wang New
[V3,01/10] qemu-option: opt_set(): split it up into more functions 2012-10-14 Robert Wang New
[V4,07/10] add def_value and use it in qemu_opts_print. 2012-10-25 Robert Wang New
[4/6,v11] add-cow: support snapshot_blkde 2012-07-31 Robert Wang New
[V7,01/10] qemu-option: opt_set(): split it up into more functions 2012-12-06 Robert Wang New
[2/2] remove double semicolons 2013-05-09 Robert Wang New
[V15,3/6] qed_read_string to bdrv_read_string 2012-11-01 Robert Wang New
[1/4] block: add image fragmentation statistics to qemu-img 2012-03-07 Robert Wang New
[V7,06/10] create new function: qemu_opt_set_number 2012-12-06 Robert Wang New
[V16,6/7] query-command-line-options outputs def_value_str 2013-06-18 Robert Wang New
[V5,03/10] qemu-option: qemu_opt_set_bool(): fix code duplication 2012-11-01 Robert Wang New
[V16,6/6] qemu-iotests: add add-cow iotests support. 2012-11-23 Robert Wang New
[V7,03/10] qemu-option: qemu_opt_set_bool(): fix code duplication 2012-12-06 Robert Wang New
[V18,1/6] docs: document for add-cow file format 2013-04-10 Robert Wang New
[V15,2/6] make path_has_protocol non static 2012-11-01 Robert Wang New
[3/4,v2,RESEND] block: add dirty flag status to qemu-img 2012-03-07 Robert Wang New
[V7,04/10] introduce qemu_opts_create_nofail function 2012-12-06 Robert Wang New
[V19,8/8] qemu-iotests: add add-cow iotests support 2013-05-30 Robert Wang New
[V4,06/10] create new function: qemu_opt_set_number 2012-10-25 Robert Wang New
[3/6] add-cow file format 2012-07-31 Robert Wang New
[V7,08/10] Create four opts list related functions 2012-12-06 Robert Wang New
[V13,2/6] avoid duplication of default value in QemuOpts 2013-04-10 Robert Wang New
[V4,04/10] introduce qemu_opts_create_nofail function 2012-10-25 Robert Wang New
[2/4] block: image fragmentation statistics for qed 2012-03-07 Robert Wang New