sim-card
/
qemu
Archived
10
0
Fork 0

Fix kqemu build failure.

Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
Paul Brook 2009-05-13 18:08:17 +01:00
parent fbe1b5953d
commit 4cfce484c5
1 changed files with 1 additions and 1 deletions

2
vl.c
View File

@ -5735,7 +5735,7 @@ int main(int argc, char **argv, char **envp)
/* FIXME: This is a nasty hack because kqemu can't cope with dynamic
guest ram allocation. It needs to go away. */
if (kqemu_allowed) {
kqemu_phys_ram_size = ram_size + VGA_RAM_SIZE + 4 * 1024 * 1024;
kqemu_phys_ram_size = ram_size + 8 * 1024 * 1024 + 4 * 1024 * 1024;
kqemu_phys_ram_base = qemu_vmalloc(kqemu_phys_ram_size);
if (!kqemu_phys_ram_base) {
fprintf(stderr, "Could not allocate physical memory\n");