Re: [Qemu-devel] [PATCH 0/4] block: Fix error report for wrong file format

2013-01-17 Thread Kevin Wolf
Am 17.01.2013 09:33, schrieb Stefan Hajnoczi: > On Wed, Jan 16, 2013 at 07:53:35PM +0100, Stefan Weil wrote: >> Am 15.12.2012 15:09, schrieb Stefan Weil: >>> These patches improve the error report if the file format was >>> specified explicitly (example: -drive file=myfile,format=qcow2) >>> and the

Re: [Qemu-devel] [PATCH 0/4] block: Fix error report for wrong file format

2013-01-17 Thread Stefan Hajnoczi
On Wed, Jan 16, 2013 at 07:53:35PM +0100, Stefan Weil wrote: > Am 15.12.2012 15:09, schrieb Stefan Weil: > >These patches improve the error report if the file format was > >specified explicitly (example: -drive file=myfile,format=qcow2) > >and the given format does not match the real format. > > >

Re: [Qemu-devel] [PATCH 0/4] block: Fix error report for wrong file format

2013-01-16 Thread Stefan Weil
Am 15.12.2012 15:09, schrieb Stefan Weil: These patches improve the error report if the file format was specified explicitly (example: -drive file=myfile,format=qcow2) and the given format does not match the real format. This fixes those bugs: https://bugzilla.redhat.com/show_bug.cgi?id=556482

[Qemu-devel] [PATCH 0/4] block: Fix error report for wrong file format

2012-12-15 Thread Stefan Weil
These patches improve the error report if the file format was specified explicitly (example: -drive file=myfile,format=qcow2) and the given format does not match the real format. This fixes those bugs: https://bugzilla.redhat.com/show_bug.cgi?id=556482 https://bugs.launchpad.net/qemu/+bug/1090600