From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45255) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3t8V-0002GI-9I for qemu-devel@nongnu.org; Fri, 20 May 2016 18:43:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b3r2W-00015j-QC for qemu-devel@nongnu.org; Fri, 20 May 2016 16:29:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35947) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3r2W-00015a-Kh for qemu-devel@nongnu.org; Fri, 20 May 2016 16:28:56 -0400 From: Eduardo Habkost Date: Fri, 20 May 2016 17:28:21 -0300 Message-Id: <1463776121-13529-2-git-send-email-ehabkost@redhat.com> In-Reply-To: <1463776121-13529-1-git-send-email-ehabkost@redhat.com> References: <1463776121-13529-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [PULL 01/21] pc-dimm: correct comment of MemoryHotplugState List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Paolo Bonzini , "Michael S. Tsirkin" , Marcel Apfelbaum , qemu-devel@nongnu.org, Cao jin From: Cao jin correct comment and remove an unused macro. commit adcb4ee6 already correct its type Signed-off-by: Cao jin Signed-off-by: Eduardo Habkost --- include/hw/mem/pc-dimm.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/hw/mem/pc-dimm.h b/include/hw/mem/pc-dimm.h index 218dfb0..8cdc326 100644 --- a/include/hw/mem/pc-dimm.h +++ b/include/hw/mem/pc-dimm.h @@ -20,8 +20,6 @@ #include "sysemu/hostmem.h" #include "hw/qdev.h" -#define DEFAULT_PC_DIMMSIZE (1024*1024*1024) - #define TYPE_PC_DIMM "pc-dimm" #define PC_DIMM(obj) \ OBJECT_CHECK(PCDIMMDevice, (obj), TYPE_PC_DIMM) @@ -72,7 +70,7 @@ typedef struct PCDIMMDeviceClass { /** * MemoryHotplugState: - * @base: address in guest RAM address space where hotplug memory + * @base: address in guest physical address space where hotplug memory * address space begins. * @mr: hotplug memory address space container */ -- 2.5.5