mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
qemu-doc: Fix ivshmem usage example with shm=...
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 <armbru@redhat.com> Message-Id: <1448384789-14830-3-git-send-email-armbru@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
50d34c4e35
commit
a9282c25a5
1 changed files with 1 additions and 1 deletions
|
@ -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=@var{size}[,shm=@var{shm-name}]
|
||||
qemu-system-i386 -device ivshmem,size=@var{size},shm=@var{shm-name}
|
||||
@end example
|
||||
|
||||
If desired, interrupts can be sent between guest VMs accessing the same shared
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue