From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35797) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSYc5-0006tX-63 for qemu-devel@nongnu.org; Mon, 02 Mar 2015 17:14:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSYc0-0001tb-BI for qemu-devel@nongnu.org; Mon, 02 Mar 2015 17:14:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56425) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSYc0-0001tR-4d for qemu-devel@nongnu.org; Mon, 02 Mar 2015 17:14:52 -0500 From: Luiz Capitulino Date: Mon, 2 Mar 2015 17:14:46 -0500 Message-Id: <1425334488-28123-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH v2 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. v2 - Grammer 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 | 23 +++++++++++---- 2 files changed, 94 insertions(+), 5 deletions(-) create mode 100644 docs/memory-hotplug.txt -- 1.9.3