Thank Young for reporting it.
From: Zhang Xiantao <[EMAIL PROTECTED]>
Date: Thu, 13 Dec 2007 08:22:19 +0800
Subject: [PATCH] kvm: qemu : Fix a typo.
A typo for defieing max_bios_size.
Signed-off-by: Zhang Xiantao <[EMAIL PROTECTED]>
---
 qemu/vl.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/qemu/vl.h b/qemu/vl.h
index 1ad61c2..f162a4d 100644
--- a/qemu/vl.h
+++ b/qemu/vl.h
@@ -210,7 +210,7 @@ extern unsigned int nb_prom_envs;
 #ifndef TARGET_IA64
 #define MAX_BIOS_SIZE (4 * 1024 * 1024)
 #else
-#define MAX_BIOS_SIZE (16 * 1024 *1026)
+#define MAX_BIOS_SIZE (16 * 1024 *1024)
 #endif
 #if defined (TARGET_PPC) || defined (TARGET_SPARC64)
 #define BIOS_SIZE ((512 + 32) * 1024)
-- 
1.5.2

Attachment: 000-kvm-qemu-Fix-a-typo.patch
Description: 000-kvm-qemu-Fix-a-typo.patch

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to