mirror of
https://github.com/qemu/qemu.git
synced 2024-11-26 21:33:40 +08: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
@ -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…
Reference in New Issue
Block a user