qemu-devel
[Top][All Lists]
Advanced

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

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


From: Markus Armbruster
Subject: [Qemu-devel] [PULL for-2.5 2/5] qemu-doc: Fix ivshmem usage example with shm=...
Date: Wed, 25 Nov 2015 11:40:26 +0100

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>
Message-Id: <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]