qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC 23/23] 40p: Add an 8514/A graphics card


From: Roy Tam
Subject: Re: [Qemu-devel] [RFC 23/23] 40p: Add an 8514/A graphics card
Date: Wed, 15 Jun 2011 12:33:03 +0800

Hi all,

2011/6/14 Andreas Färber <address@hidden>:
> The IBM E15 is equivalent to an S3 Vision864.
>
> Lacking S3 SDAC (86C716) support, the DAC indizes are translated
> to greyscale colors. This works sufficiently to observe firmware
> boot progress.
>

IMO we can generalize it as a generic S3 Vision864 and use it in x86 guest too.
http://wiki.qemu.org/Google_Summer_of_Code_2011#Add_a_S3_Trio_or_S3_Virge
CC: Natalia Portillo <address@hidden>

> Cc: Hervé Poussineau <address@hidden>
>
> Fixed off-by-one drawing issue.
> Replaced hardcoded color for RECT.
> Separate I/O debug output for readability.
>
> Signed-off-by: Andreas Färber <address@hidden>
> ---
>  Makefile.objs                   |    1 +
>  default-configs/ppc-softmmu.mak |    1 +
>  hw/pci_ids.h                    |    3 +
>  hw/ppc_prep.c                   |    2 +
>  hw/vga-s3.c                     |  694 
> +++++++++++++++++++++++++++++++++++++++
>  5 files changed, 701 insertions(+), 0 deletions(-)
>  create mode 100644 hw/vga-s3.c
>
[snip]

IMO using vga-s3-864.c as the file name may be better as S3 produced
many display chips.



reply via email to

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