Re: [Qemu-devel] [PATCH 0/2] qcow2: Add two more unalignment checks

2015-01-22 Thread Kevin Wolf
Am 19.01.2015 um 21:49 hat Max Reitz geschrieben: > With the series adding unalignment checks and the series reworking the > zero cluster expansion code overlapping, the unalignment checks have not > been implemented in the latter code. > > This series fixes it. > > There are other places which w

Re: [Qemu-devel] [PATCH 0/2] qcow2: Add two more unalignment checks

2015-01-20 Thread Max Reitz
On 2015-01-20 at 09:00, Kevin Wolf wrote: Am 20.01.2015 um 14:49 hat Max Reitz geschrieben: On 2015-01-20 at 05:09, Kevin Wolf wrote: Am 19.01.2015 um 22:09 hat Max Reitz geschrieben: On 2015-01-19 at 16:04, Eric Blake wrote: On 01/19/2015 01:49 PM, Max Reitz wrote: With the series adding un

Re: [Qemu-devel] [PATCH 0/2] qcow2: Add two more unalignment checks

2015-01-20 Thread Kevin Wolf
Am 20.01.2015 um 14:49 hat Max Reitz geschrieben: > On 2015-01-20 at 05:09, Kevin Wolf wrote: > >Am 19.01.2015 um 22:09 hat Max Reitz geschrieben: > >>On 2015-01-19 at 16:04, Eric Blake wrote: > >>>On 01/19/2015 01:49 PM, Max Reitz wrote: > With the series adding unalignment checks and the seri

Re: [Qemu-devel] [PATCH 0/2] qcow2: Add two more unalignment checks

2015-01-20 Thread Max Reitz
On 2015-01-20 at 05:09, Kevin Wolf wrote: Am 19.01.2015 um 22:09 hat Max Reitz geschrieben: On 2015-01-19 at 16:04, Eric Blake wrote: On 01/19/2015 01:49 PM, Max Reitz wrote: With the series adding unalignment checks and the series reworking the zero cluster expansion code overlapping, the una

Re: [Qemu-devel] [PATCH 0/2] qcow2: Add two more unalignment checks

2015-01-20 Thread Kevin Wolf
Am 19.01.2015 um 22:09 hat Max Reitz geschrieben: > On 2015-01-19 at 16:04, Eric Blake wrote: > >On 01/19/2015 01:49 PM, Max Reitz wrote: > >>With the series adding unalignment checks and the series reworking the > >>zero cluster expansion code overlapping, the unalignment checks have not > >>been

Re: [Qemu-devel] [PATCH 0/2] qcow2: Add two more unalignment checks

2015-01-19 Thread Max Reitz
On 2015-01-19 at 16:04, Eric Blake wrote: On 01/19/2015 01:49 PM, Max Reitz wrote: With the series adding unalignment checks and the series reworking the zero cluster expansion code overlapping, the unalignment checks have not been implemented in the latter code. This series fixes it. There ar

Re: [Qemu-devel] [PATCH 0/2] qcow2: Add two more unalignment checks

2015-01-19 Thread Eric Blake
On 01/19/2015 01:49 PM, Max Reitz wrote: > With the series adding unalignment checks and the series reworking the > zero cluster expansion code overlapping, the unalignment checks have not > been implemented in the latter code. > > This series fixes it. > > There are other places which would requ

[Qemu-devel] [PATCH 0/2] qcow2: Add two more unalignment checks

2015-01-19 Thread Max Reitz
With the series adding unalignment checks and the series reworking the zero cluster expansion code overlapping, the unalignment checks have not been implemented in the latter code. This series fixes it. There are other places which would require unalignment checks, like the offsets of L1 tables,