Kvm-ia64 Development Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix a typo.
@ 2008-08-29  3:14 Zhang, Xiantao
  2008-08-29 11:57 ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Zhang, Xiantao @ 2008-08-29  3:14 UTC (permalink / raw)
  To: kvm-ia64

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

From 297fb289f827e7921ae105d3a8ff79ca4c43a03a Mon Sep 17 00:00:00 2001
From: Xiantao Zhang <xiantao.zhang@intel.com>
Date: Fri, 29 Aug 2008 10:55:26 +0800
Subject: [PATCH] kvm: Qemu: Fix a typo.

VGA_RAM_SIZE -> GFW_SIZE.
Signed-off-by: Xiantao Zhang <xiantao.zhang@intel.com>
---
 qemu/hw/ipf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/qemu/hw/ipf.c b/qemu/hw/ipf.c
index 60ff634..c1a7bee 100644
--- a/qemu/hw/ipf.c
+++ b/qemu/hw/ipf.c
@@ -681,5 +681,5 @@ QEMUMachine ipf_machine = {
     "itanium",
     "Itanium Platform",
     ipf_init_pci,
-    VGA_RAM_SIZE + VGA_RAM_SIZE,
+    VGA_RAM_SIZE + GFW_SIZE,
 };
-- 
1.5.1

[-- Attachment #2: 0001-kvm-Qemu-Fix-a-typo.patch --]
[-- Type: application/octet-stream, Size: 657 bytes --]

From 297fb289f827e7921ae105d3a8ff79ca4c43a03a Mon Sep 17 00:00:00 2001
From: Xiantao Zhang <xiantao.zhang@intel.com>
Date: Fri, 29 Aug 2008 10:55:26 +0800
Subject: [PATCH] kvm: Qemu: Fix a typo.

VGA_RAM_SIZE -> GFW_SIZE.
Signed-off-by: Xiantao Zhang <xiantao.zhang@intel.com>
---
 qemu/hw/ipf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/qemu/hw/ipf.c b/qemu/hw/ipf.c
index 60ff634..c1a7bee 100644
--- a/qemu/hw/ipf.c
+++ b/qemu/hw/ipf.c
@@ -681,5 +681,5 @@ QEMUMachine ipf_machine = {
     "itanium",
     "Itanium Platform",
     ipf_init_pci,
-    VGA_RAM_SIZE + VGA_RAM_SIZE,
+    VGA_RAM_SIZE + GFW_SIZE,
 };
-- 
1.5.1


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

end of thread, other threads:[~2008-08-29 11:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-29  3:14 [PATCH] Fix a typo Zhang, Xiantao
2008-08-29 11:57 ` Avi Kivity

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