commit | 75f5941cb583712b37a557ce61b95eeba91f520e | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Fri Aug 26 00:35:15 2011 +0300 |
committer | Avi Kivity <avi@redhat.com> | Fri Aug 26 00:35:15 2011 +0300 |
tree | 8a6f35f50b7f39607b79c4a4c208f4d3b362a083 | |
parent | 7bc2b9cd4da5020b9adff3b3c8fdc04d6bcde79a [diff] [blame] |
memory: add opaque parameter to memory_region_init_rom_device() The MemoryRegionOps callbacks expect it. Signed-off-by: Avi Kivity <avi@redhat.com>
diff --git a/memory.h b/memory.h index 0553cc7..06b83ae 100644 --- a/memory.h +++ b/memory.h
@@ -235,6 +235,7 @@ */ void memory_region_init_rom_device(MemoryRegion *mr, const MemoryRegionOps *ops, + void *opaque, DeviceState *dev, /* FIXME: layering violation */ const char *name, uint64_t size);