On 02/26/2015 12:49 PM, Luiz Capitulino wrote: > This document describes how to use memory hotplug in QEMU. > > Signed-off-by: Luiz Capitulino > --- > docs/memory-hotplug.txt | 77 +++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 77 insertions(+) > create mode 100644 docs/memory-hotplug.txt > > diff --git a/docs/memory-hotplug.txt b/docs/memory-hotplug.txt > new file mode 100644 > index 0000000..e821449 > --- /dev/null > +++ b/docs/memory-hotplug.txt > @@ -0,0 +1,77 @@ > +QEMU memory hotplug > +=================== > + Might be worth adding a copyright and license notice. > + > +Creates a guest with 1GB of memory and three hotpluggable memory slots. > +The hotpluggable memory slots are empty when the guest is booted, so all > +memory the guest will see after boot is 1GB. The maximum memory the > +guest can reach is 4GB. This means that three additional gigas can be s/gigas/gigabytes/ > + > +For example, assuming that the host has 1GB hugepages available in > +the /mnt/hugepages-1GB directory, a 1GB hugepage could be hotplugged > +into the guest from the previous section with the following commnands: s/commnands/commands/ -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org