Re: [Qemu-devel] [PATCH v2 for-1.5 0/4] qcow2: Catch some L1 table index overflows

2013-05-16 Thread Stefan Hajnoczi
On Wed, May 15, 2013 at 10:28:04AM +0200, Stefan Hajnoczi wrote: > On Tue, May 14, 2013 at 04:14:32PM +0200, Kevin Wolf wrote: > > Kevin Wolf (4): > > qcow2: Catch some L1 table index overflows > > block: Add hint to -EFBIG error message > > qcow2.py: Subcommand for changing header fields > >

Re: [Qemu-devel] [PATCH v2 for-1.5 0/4] qcow2: Catch some L1 table index overflows

2013-05-15 Thread Stefan Hajnoczi
On Tue, May 14, 2013 at 04:14:32PM +0200, Kevin Wolf wrote: > Kevin Wolf (4): > qcow2: Catch some L1 table index overflows > block: Add hint to -EFBIG error message > qcow2.py: Subcommand for changing header fields > qemu-iotests: Try creating huge qcow2 image > > block.c

Re: [Qemu-devel] [PATCH v2 for-1.5 0/4] qcow2: Catch some L1 table index overflows

2013-05-14 Thread Richard W.M. Jones
On Tue, May 14, 2013 at 04:14:32PM +0200, Kevin Wolf wrote: > Kevin Wolf (4): > qcow2: Catch some L1 table index overflows > block: Add hint to -EFBIG error message > qcow2.py: Subcommand for changing header fields > qemu-iotests: Try creating huge qcow2 image > > block.c

[Qemu-devel] [PATCH v2 for-1.5 0/4] qcow2: Catch some L1 table index overflows

2013-05-14 Thread Kevin Wolf
Kevin Wolf (4): qcow2: Catch some L1 table index overflows block: Add hint to -EFBIG error message qcow2.py: Subcommand for changing header fields qemu-iotests: Try creating huge qcow2 image block.c | 8 -- block/qcow2-cluster.c| 23 -- bl