qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH for-2.5 2/5] qemu-doc: Fix ivshmem usage example


From: Marc-André Lureau
Subject: Re: [Qemu-devel] [PATCH for-2.5 2/5] qemu-doc: Fix ivshmem usage example with shm=...
Date: Tue, 24 Nov 2015 12:14:45 -0500 (EST)


----- Original Message -----
> The example suggests you can omit "shm".  This isn't true; you must
> specify exactly one of "shm", "chardev", "memdev".  Fix it.
> 
> Signed-off-by: Markus Armbruster <address@hidden>

Reviewed-by: Marc-André Lureau <address@hidden>

> ---
>  qemu-doc.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/qemu-doc.texi b/qemu-doc.texi
> index c9b7069..68ca075 100644
> --- a/qemu-doc.texi
> +++ b/qemu-doc.texi
> @@ -1256,7 +1256,7 @@ zero-copy communication to the application level of the
> guests.  The basic
>  syntax is:
>  
>  @example
> -qemu-system-i386 -device ivshmem,address@hidden,address@hidden
> +qemu-system-i386 -device ivshmem,address@hidden,address@hidden
>  @end example
>  
>  If desired, interrupts can be sent between guest VMs accessing the same
>  shared
> --
> 2.4.3
> 
> 



reply via email to

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