diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2018-06-12 09:51:50 +0300 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2018-07-13 10:16:04 +0100 |
commit | 9277d81f5c2c6f4d0b5e47c8476eb7ee7e5c0beb (patch) | |
tree | 40a083214c61e587010e8dbb9465808ec929b548 /docs/memory-hotplug.txt | |
parent | 68f1b569dccdf1bf2935d4175fffe84dae6997fc (diff) |
docs: Grammar and spelling fixes
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 20180612065150.21110-1-ville.skytta@iki.fi
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'docs/memory-hotplug.txt')
-rw-r--r-- | docs/memory-hotplug.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/memory-hotplug.txt b/docs/memory-hotplug.txt index d96397c1af..6aa5e17e26 100644 --- a/docs/memory-hotplug.txt +++ b/docs/memory-hotplug.txt @@ -62,7 +62,7 @@ It's also possible to start a guest with memory cold-plugged into the hotpluggable memory slots. This might seem counterintuitive at first, but this allows for a lot of flexibility when using the file backend. -In the following command-line example, a 8GB guest is created where 6GB +In the following command-line example, an 8GB guest is created where 6GB comes from regular RAM, 1GB is a 1GB hugepage page and 256MB is from 2MB pages. Also, the guest has additional memory slots to hotplug more 2GB if needed: |