Re: [Qemu-devel] [PATCH 2/5] qcow2: Metadata overlap checks

2013-08-27 Thread Kevin Wolf
Am 27.08.2013 um 13:06 hat Max Reitz geschrieben: > Am 27.08.2013 12:17, schrieb Kevin Wolf: > >Am 26.08.2013 um 15:04 hat Max Reitz geschrieben: > >>Two new functions are added; the first one checks a given range in the > >>image file for overlaps with metadata (main header, L1 tables, L2 > >>tabl

Re: [Qemu-devel] [PATCH 2/5] qcow2: Metadata overlap checks

2013-08-27 Thread Max Reitz
Am 27.08.2013 12:17, schrieb Kevin Wolf: Am 26.08.2013 um 15:04 hat Max Reitz geschrieben: Two new functions are added; the first one checks a given range in the image file for overlaps with metadata (main header, L1 tables, L2 tables, refcount table and blocks). The second one should be used i

Re: [Qemu-devel] [PATCH 2/5] qcow2: Metadata overlap checks

2013-08-27 Thread Kevin Wolf
Am 26.08.2013 um 15:04 hat Max Reitz geschrieben: > Two new functions are added; the first one checks a given range in the > image file for overlaps with metadata (main header, L1 tables, L2 > tables, refcount table and blocks). > > The second one should be used immediately before writing to the i

[Qemu-devel] [PATCH 2/5] qcow2: Metadata overlap checks

2013-08-26 Thread Max Reitz
Two new functions are added; the first one checks a given range in the image file for overlaps with metadata (main header, L1 tables, L2 tables, refcount table and blocks). The second one should be used immediately before writing to the image file as it calls the first function and, upon collision

[Qemu-devel] [PATCH 2/5] qcow2: Metadata overlap checks

2013-08-26 Thread Max Reitz
Two new functions are added; the first one checks a given range in the image file for overlaps with metadata (main header, L1 tables, L2 tables, refcount table and blocks). The second one should be used immediately before writing to the image file as it calls the first function and, upon collision