From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40828) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSo6h-0001Gu-5P for qemu-devel@nongnu.org; Tue, 03 Mar 2015 09:47:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSo6b-0003mx-2Q for qemu-devel@nongnu.org; Tue, 03 Mar 2015 09:47:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50041) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSo6a-0003mk-RR for qemu-devel@nongnu.org; Tue, 03 Mar 2015 09:47:28 -0500 From: Luiz Capitulino Date: Tue, 3 Mar 2015 09:47:24 -0500 Message-Id: <1425394046-20064-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH v3 0/2] improve memory hotplug documentation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: imammedo@redhat.com, pkrempa@redhat.com, paulo.vital@profitbricks.com Hi, I started playing with memory hotplug the other day and missed some good documentation explaining how to use the feature. I figured I could contribute some documentation myself, although I'm new to the feature so the chances of making mistakes is high. Review is very appreciated. v3 - Addressed Igor's review comments v2 - Grammar and general fixes [Eric, Paulo and Peter] Luiz Capitulino (2): qemu-options.hx: improve -m description docs: add memory-hotplug.txt docs/memory-hotplug.txt | 76 +++++++++++++++++++++++++++++++++++++++++++++++++ qemu-options.hx | 22 ++++++++++---- 2 files changed, 93 insertions(+), 5 deletions(-) create mode 100644 docs/memory-hotplug.txt -- 1.9.3