>From 297fb289f827e7921ae105d3a8ff79ca4c43a03a Mon Sep 17 00:00:00 2001 From: Xiantao Zhang <xiantao.zhang@xxxxxxxxx> 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@xxxxxxxxx> --- 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:
0001-kvm-Qemu-Fix-a-typo.patch
Description: 0001-kvm-Qemu-Fix-a-typo.patch