projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b421d9c
)
exec: remove useless declarations from memory-internal.h
author
Paolo Bonzini
<pbonzini@redhat.com>
Mon, 8 Apr 2013 16:26:41 +0000
(18:26 +0200)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Mon, 15 Apr 2013 16:19:26 +0000
(18:19 +0200)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/exec/memory-internal.h
patch
|
blob
|
history
diff --git
a/include/exec/memory-internal.h
b/include/exec/memory-internal.h
index 977467bb57c69b0ce1be94346d6b2dc3c2d9dbf8..1b156fd58f0a7409c5161998707c63ee7d49eed7 100644
(file)
--- a/
include/exec/memory-internal.h
+++ b/
include/exec/memory-internal.h
@@
-49,12
+49,6
@@
ram_addr_t qemu_ram_alloc(ram_addr_t size, MemoryRegion *mr);
void qemu_ram_free(ram_addr_t addr);
void qemu_ram_free_from_ptr(ram_addr_t addr);
-struct MemoryRegion;
-struct MemoryRegionSection;
-
-void qemu_register_coalesced_mmio(hwaddr addr, ram_addr_t size);
-void qemu_unregister_coalesced_mmio(hwaddr addr, ram_addr_t size);
-
#define VGA_DIRTY_FLAG 0x01
#define CODE_DIRTY_FLAG 0x02
#define MIGRATION_DIRTY_FLAG 0x08