From 07fcd59de63ab3917d0f28d876cb1d2dcbbeb2a8 Mon Sep 17 00:00:00 2001 From: Cao jin Date: Thu, 3 Mar 2016 17:24:12 +0800 Subject: [PATCH] pc-dimm: correct comment of MemoryHotplugState 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 218dfb0eda..8cdc3266b3 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.11.4.GIT