From a9282c25a5e2e860dfba5eca6d08fb2e42ee4f1a Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Tue, 24 Nov 2015 18:06:26 +0100 Subject: qemu-doc: Fix ivshmem usage example with shm=... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Message-Id: <1448384789-14830-3-git-send-email-armbru@redhat.com> Reviewed-by: Marc-André Lureau --- qemu-doc.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qemu-doc.texi') diff --git a/qemu-doc.texi b/qemu-doc.texi index c9b7069637..68ca07533d 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=@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 -- cgit v1.2.1