search for: cirrus_vga_en

Displaying 4 results from an estimated 4 matches for "cirrus_vga_en".

2005 May 27
0
[PATCH] ioemu: enable Cirrus VGA emulation
...2_t)(-bios_size), bios_size, bios_offset | IO_MEM_ROM); +#endif bochs_bios_init(); -#endif if (linux_boot) { uint8_t bootsect[512]; @@ -508,9 +508,6 @@ register_ioport_write(0xf0, 1, 1, ioportF0_write, NULL); -#ifdef NOBIOS - cirrus_vga_enabled = 0; -#endif if (cirrus_vga_enabled) { if (pci_enabled) { pci_cirrus_vga_init(pci_bus, Only in xeno-unstable.mine/tools/ioemu/hw: pc.c.orig diff -ru xeno-unstable.orig/tools/ioemu/hw/vga.c xeno-unstable.mine/tools/ioemu/hw/vga.c --- xeno-unstable.orig/tools/ioemu/hw...
2009 Nov 01
3
Picture Tutorial: How to Setup Slackware64 13.0 HVM domU with Xen 3.5-unstable pv-ops Dom0 Kernel 2.6.31.4 in Fedora 11 x86-64 Dom0
Hi, I have just installed Slackware64 13.0 Linux as a HVM guest with Xen 3.5-unstable changeset 20143 pv-ops dom0 kernel 2.6.31.4. For more details, please refer to the following link: http://enmingteo.wordpress.com/2009/11/01/picture-tutorial-how-to-setup-slackware64-13-0-hvm-domu-with-xen-3-5-unstable-pv-ops-dom0-kernel-2-6-31-4-in-fedora-11-x86-64-dom0/ There are 83 screenshots so far at
2009 Nov 01
3
Picture Tutorial: How to Setup Slackware64 13.0 HVM domU with Xen 3.5-unstable pv-ops Dom0 Kernel 2.6.31.4 in Fedora 11 x86-64 Dom0
Hi, I have just installed Slackware64 13.0 Linux as a HVM guest with Xen 3.5-unstable changeset 20143 pv-ops dom0 kernel 2.6.31.4. For more details, please refer to the following link: http://enmingteo.wordpress.com/2009/11/01/picture-tutorial-how-to-setup-slackware64-13-0-hvm-domu-with-xen-3-5-unstable-pv-ops-dom0-kernel-2-6-31-4-in-fedora-11-x86-64-dom0/ There are 83 screenshots so far at
2008 Dec 12
22
Disabling cirrus-vga
Hi xen developers, Does any of you know how to disable the cirrus-vga emulation for hvm in xen? I have been trying to disable that from the source codes, but even with that, I still see a VGA controller when I boot up my guest domain. In particular, I would like to do this because I am passing through a graphics card to my guest domain using direct pass through. Thanks, - billy