mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-03-14 06:46:00 -06:00
make ram_size local to vl.c
Use the machine properties for the leftovers too. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
48c0b1e45f
commit
b326b6ea79
6 changed files with 12 additions and 11 deletions
|
|
@ -42,8 +42,6 @@ typedef uintptr_t ram_addr_t;
|
|||
# define RAM_ADDR_FMT "%" PRIxPTR
|
||||
#endif
|
||||
|
||||
extern ram_addr_t ram_size;
|
||||
|
||||
/* memory API */
|
||||
|
||||
void qemu_ram_remap(ram_addr_t addr, ram_addr_t length);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue