public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix a typo for MAX_BIOS_SIZE
@ 2007-12-13  1:13 Zhang, Xiantao
       [not found] ` <42DFA526FC41B1429CE7279EF83C6BDCACFD9B-wq7ZOvIWXbMAbVU2wMM1CrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Zhang, Xiantao @ 2007-12-13  1:13 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

[-- Attachment #1: Type: text/plain, Size: 819 bytes --]

Thank Young for reporting it.
From: Zhang Xiantao <xiantao.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
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 <xiantao.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
---
 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 #2: 000-kvm-qemu-Fix-a-typo.patch --]
[-- Type: application/octet-stream, Size: 776 bytes --]

From 19efa608272818f1250d8f3ec198f34d48b4e2e9 Mon Sep 17 00:00:00 2001
From: Zhang Xiantao <xiantao.zhang@intel.com>
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 <xiantao.zhang@intel.com>
---
 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 #3: Type: text/plain, Size: 308 bytes --]

-------------------------------------------------------------------------
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

[-- Attachment #4: Type: text/plain, Size: 186 bytes --]

_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-12-13  9:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-13  1:13 [PATCH] Fix a typo for MAX_BIOS_SIZE Zhang, Xiantao
     [not found] ` <42DFA526FC41B1429CE7279EF83C6BDCACFD9B-wq7ZOvIWXbMAbVU2wMM1CrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2007-12-13  9:17   ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox