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: Chris Webb
Subject: Re: [Qemu-devel] [PATCH] virtfs: allow a device id to be specified in the -virtfs option
Date: Thu, 24 Nov 2011 17:08:53 +0000
User-agent: Mutt/1.5.20 (2009-06-14)

Peter Maydell <address@hidden> writes:

> 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).

You're quite right; resent a fixed version.

Cheers,

Chris.



reply via email to

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