Signed-off-by: Ke Yu <ke.yu@intel.com> # HG changeset patch # User ke.yu@intel.com # Node ID 11b85f522dbb17ad513a24c6657691e436c00b6a # Parent 243265ade4045314ee4170436cc704afafda54cf This patch clean up a previous qemu workaround, i.e. using /etc/xen/qemu-vgaram-bin as vgabios instead. Now vgabios is ready for long time, this workaround is not needed anymore. diff -r 243265ade404 -r 11b85f522dbb tools/ioemu/hw/vga.c --- a/tools/ioemu/hw/vga.c Mon Nov 28 17:22:02 2005 +0000 +++ b/tools/ioemu/hw/vga.c Tue Nov 29 15:24:25 2005 +0800 @@ -1834,16 +1834,6 @@ /* TODO:add vbe support if enable it */ - FILE *qemuf = fopen("/etc/xen/qemu-vgaram-bin", "rb"); - if (!qemuf) { - fprintf(logfile, "open qemu vgaram binary failed!\n"); - } else { - /*load vram contents, else vga console can''t boot */ - qemu_get_buffer(qemuf, s->vram_ptr, 256*1024); - - fclose(qemuf); - } - } void vga_common_init(VGAState *s, DisplayState *ds, uint8_t *vga_ram_base, _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel