[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v27 20/33] qcow2.c: replace QEMUOptionParameter
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] [PATCH v27 20/33] qcow2.c: replace QEMUOptionParameter with QemuOpts |
Date: |
Thu, 05 Jun 2014 16:27:26 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 |
On 05/07/2014 03:58 AM, Chunyan Liu wrote:
> Signed-off-by: Dong Xu Wang <address@hidden>
> Signed-off-by: Chunyan Liu <address@hidden>
> ---
> Changes:
> * remove exporting qemu_opt_find from qcow2 patch and commit separately.
> * remove unnecessary indention changes in bdrv_qcow2 as Eric points out.
>
> block/qcow2.c | 261
> +++++++++++++++++++++++++++++++---------------------------
> 1 file changed, 139 insertions(+), 122 deletions(-)
>
> } else {
> - fprintf(stderr, "Unknown compatibility level %s.\n",
> - options[i].value.s);
> + fprintf(stderr, "Unknown compatibility level %s.\n", compat);
Not your fault this is using fprintf instead of error_report. But may
be worth a followup patch to start converting this file to use common
error reporting practices. Since this suggestion doesn't affect the
validaty of this series...
Reviewed-by: Eric Blake <address@hidden>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Qemu-devel] [PATCH v27 20/33] qcow2.c: replace QEMUOptionParameter with QemuOpts,
Eric Blake <=