qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] virtfs: allow a device id to be specified in th


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] virtfs: allow a device id to be specified in the -virtfs option
Date: Thu, 24 Nov 2011 16:41:31 +0000

On 24 November 2011 16:04, Chris Webb <address@hidden> wrote:
> +                if (qemu_opts_id(opts)) {
> +                  fsdev = qemu_opts_create(qemu_find_opts("fsdev"),
> +                                           qemu_opts_id(opts), 1);
> +                } else {
> +                  fsdev = qemu_opts_create(qemu_find_opts("fsdev"),
> +                                           qemu_opt_get(opts, "mount_tag"), 
> 1);
> +                }

The indentation here looks wrong. (scripts/checkpatch.pl will catch
this kind of thing for you).

-- PMM

reply via email to

[Prev in Thread] Current Thread [Next in Thread]