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

2013-01-22 Thread Kevin Wolf
Am 17.01.2013 21:45, 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. > > They fix those bugs: > > https://bugzilla.redhat.com/show_bug.cgi?

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

2013-01-17 Thread Eric Blake
On 01/17/2013 03:25 PM, Stefan Weil wrote: >>> * Use error code EMEDIUMTYPE instead of inventing a new one. >>> >> Alas, EMEDIUMTYPE is non-standard, and doesn't exist outside of Linux. >> If you are providing fallbacks for half the platforms because you don't >> want to use a standard errno

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

2013-01-17 Thread Stefan Weil
Am 17.01.2013 22:28, schrieb Eric Blake: On 01/17/2013 01:45 PM, Stefan Weil wrote: 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. They fix those bugs: https:

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

2013-01-17 Thread Eric Blake
On 01/17/2013 01:45 PM, Stefan Weil wrote: > 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. > > They fix those bugs: > > https://bugzilla.redhat.com/show_bug.cgi

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

2013-01-17 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. They fix those bugs: https://bugzilla.redhat.com/show_bug.cgi?id=556482 https://bugs.launchpad.net/qemu/+bug/1090600