diff options
author | Avi Kivity <avi@redhat.com> | 2011-07-26 14:26:17 +0300 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-07-29 08:25:44 -0500 |
commit | 00cb2a99f5e7f73c4fff54ae16c7b6acf463ab5c (patch) | |
tree | aa46d2b30bea97e8c1278adeecff9bc09e6214f3 /hw/pc.h | |
parent | 4aa63af14969a50f9c3d2324127daff0f0199c61 (diff) |
pc: convert pc_memory_init() to memory API
Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/pc.h')
-rw-r--r-- | hw/pc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ #define HW_PC_H #include "qemu-common.h" +#include "memory.h" #include "ioport.h" #include "isa.h" #include "fdc.h" |