mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00: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:
@ -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);
|
||||
|
Reference in New Issue
Block a user