qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] qemu-options.hx: add missing id=chr0 chardev ar


From: Markus Armbruster
Subject: Re: [Qemu-devel] [PATCH] qemu-options.hx: add missing id=chr0 chardev argument in vhost-user example
Date: Tue, 21 Feb 2017 10:07:13 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Vincenzo Maffione <address@hidden> writes:

> In the vhost-user example, a chardev with id chr0 is referenced by the
> vhost-user net backend, but the id is not specified in the chardev option.
>
> Signed-off-by: Vincenzo Maffione <address@hidden>
> ---
>  qemu-options.hx | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/qemu-options.hx b/qemu-options.hx
> index 5633d3914f..ed22fc479a 100644
> --- a/qemu-options.hx
> +++ b/qemu-options.hx
> @@ -2127,7 +2127,7 @@ Example:
>  @example
>  qemu -m 512 -object 
> memory-backend-file,id=mem,size=512M,mem-path=/hugetlbfs,share=on \
>       -numa node,memdev=mem \
> -     -chardev socket,path=/path/to/socket \
> +     -chardev socket,id=chr0,path=/path/to/socket \
>       -netdev type=vhost-user,id=net0,chardev=chr0 \
>       -device virtio-net-pci,netdev=net0
>  @end example

Reviewed-by: Markus Armbruster <address@hidden>

Aside: a test that extracts its test cases out of qemu-options.hx and
verifies they at least don't make startup fail would be nice.  Bit-sized
task only if you have a really big jaw, I'm afraid.



reply via email to

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