diff options
author | Cao jin <caoj.fnst@cn.fujitsu.com> | 2016-03-03 17:24:12 +0800 |
---|---|---|
committer | Eduardo Habkost <ehabkost@redhat.com> | 2016-05-20 14:28:52 -0300 |
commit | 07fcd59de63ab3917d0f28d876cb1d2dcbbeb2a8 (patch) | |
tree | 721aa4b322dc3fabdd79e40fb91b3cf553dc559e | |
parent | 65603e2fc18b48e6e55a3dd693669413141694ec (diff) | |
download | qemu-07fcd59de63ab3917d0f28d876cb1d2dcbbeb2a8.zip qemu-07fcd59de63ab3917d0f28d876cb1d2dcbbeb2a8.tar.gz qemu-07fcd59de63ab3917d0f28d876cb1d2dcbbeb2a8.tar.bz2 |
pc-dimm: correct comment of MemoryHotplugState
correct comment and remove an unused macro. commit adcb4ee6
already correct its type
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
-rw-r--r-- | include/hw/mem/pc-dimm.h | 4 |
1 files changed, 1 insertions, 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 */ |