qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] compiler error in CONFIG_S3VGA


From: Fabrice Bellard
Subject: Re: [Qemu-devel] compiler error in CONFIG_S3VGA
Date: Sun, 17 Apr 2005 21:31:32 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913

In fact the real fix is to delete the S3VGA stuff - it has never worked and I have no plan to support it. Moveover, a correct implementation would be made in another driver as the cirrus_vga driver.

Fabrice.

Bernhard Fischer wrote:
Hi,

qemu/hw/vga.c: typo: s/uinr32_t/uint32_t/

Thank you,


------------------------------------------------------------------------

diff -X excl -rduNp qemu.oorig/hw/vga.c qemu/hw/vga.c
--- qemu.oorig/hw/vga.c 2005-02-10 23:00:27.000000000 +0100
+++ qemu/hw/vga.c       2005-04-17 02:47:10.000000000 +0200
@@ -956,7 +956,7 @@ static void vga_get_offsets(VGAState *s,
         line_offset = s->cr[0x13];
 #ifdef CONFIG_S3VGA
         {
-            uinr32_t v;
+            uint32_t v;
             v = (s->cr[0x51] >> 4) & 3; /* S3 extension */
             if (v == 0)
                 v = (s->cr[0x43] >> 2) & 1; /* S3 extension */



------------------------------------------------------------------------

_______________________________________________
Qemu-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/qemu-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]