projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d4abda
)
hw/arm_boot.c: Make ram_size a uint64_t
author
Peter Maydell
<peter.maydell@linaro.org>
Fri, 20 Jul 2012 12:34:49 +0000
(13:34 +0100)
committer
Peter Maydell
<peter.maydell@linaro.org>
Fri, 20 Jul 2012 12:34:49 +0000
(13:34 +0100)
Make the RAM size in arm_boot_info a uint64_t so it can express
the larger RAM sizes that may be seen in LPAE systems.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com>
hw/arm-misc.h
patch
|
blob
|
history
diff --git
a/hw/arm-misc.h
b/hw/arm-misc.h
index 1f96229d3c9a0a35627b560294e634a20bbee7df..bdd8fecc99e56ed090a9da79833c3da47004a779 100644
(file)
--- a/
hw/arm-misc.h
+++ b/
hw/arm-misc.h
@@
-25,7
+25,7
@@
qemu_irq *armv7m_init(MemoryRegion *address_space_mem,
/* arm_boot.c */
struct arm_boot_info {
-
in
t ram_size;
+
uint64_
t ram_size;
const char *kernel_filename;
const char *kernel_cmdline;
const char *initrd_filename;