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 1/5] qemu-doc: Fix ivshmem example marku


From: Marc-André Lureau
Subject: Re: [Qemu-devel] [PATCH for-2.5 1/5] qemu-doc: Fix ivshmem example markup
Date: Tue, 24 Nov 2015 12:12:31 -0500 (EST)


----- Original Message -----
> Use @var{foo} like we do everywhere else, not <foo>.
> 
> Signed-off-by: Markus Armbruster <address@hidden>

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

> ---
>  qemu-doc.texi | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/qemu-doc.texi b/qemu-doc.texi
> index 460ab71..c9b7069 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,size=<size in format accepted by
> -m>[,shm=<shm name>]
> +qemu-system-i386 -device ivshmem,address@hidden,address@hidden
>  @end example
>  
>  If desired, interrupts can be sent between guest VMs accessing the same
>  shared
> @@ -1267,12 +1267,12 @@ memory server is:
>  
>  @example
>  # First start the ivshmem server once and for all
> -ivshmem-server -p <pidfile> -S <path> -m <shm name> -l <shm size> -n
> <vectors n>
> +ivshmem-server -p @var{pidfile} -S @var{path} -m @var{shm-name} -l
> @var{shm-size} -n @var{vectors}
>  
>  # Then start your qemu instances with matching arguments
> -qemu-system-i386 -device ivshmem,size=<shm size>,vectors=<vectors
> n>,chardev=<id>
> +qemu-system-i386 -device
> ivshmem,address@hidden,address@hidden,address@hidden
>                   [,msi=on][,ioeventfd=on][,role=peer|master]
> -                 -chardev socket,path=<path>,id=<id>
> +                 -chardev socket,address@hidden,address@hidden
>  @end example
>  
>  When using the server, the guest will be assigned a VM ID (>=0) that allows
>  guests
> --
> 2.4.3
> 
> 



reply via email to

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