These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / include / hw / mem / pc-dimm.h
index d83bf30..218dfb0 100644 (file)
@@ -77,7 +77,7 @@ typedef struct PCDIMMDeviceClass {
  * @mr: hotplug memory address space container
  */
 typedef struct MemoryHotplugState {
-    ram_addr_t base;
+    hwaddr base;
     MemoryRegion mr;
 } MemoryHotplugState;