qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

trivial: Add missing "-m" parameter in docs/memory-hotplug.txt

The example obviously lacks the "-m" parameter.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>

authored by

Thomas Huth and committed by
Michael Tokarev
77fc026c 98e87903

+1 -1
+1 -1
docs/memory-hotplug.txt
··· 24 24 25 25 For example, the following command-line: 26 26 27 - qemu [...] 1G,slots=3,maxmem=4G 27 + qemu [...] -m 1G,slots=3,maxmem=4G 28 28 29 29 Creates a guest with 1GB of memory and three hotpluggable memory slots. 30 30 The hotpluggable memory slots are empty when the guest is booted, so all