qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] VGA fixes
@ 2004-10-10  0:27 Johannes Schindelin
  2004-10-10 15:45 ` Fabrice Bellard
  0 siblings, 1 reply; 3+ messages in thread
From: Johannes Schindelin @ 2004-10-10  0:27 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: TEXT/PLAIN, Size: 170 bytes --]

Hi,

attached is a patch which fixes two things:

- 8 bit displays should work correctly now.
- no more unaligned accesses (no problem on i386, but on MIPS)

Ciao,
Dscho

[-- Attachment #2: Type: APPLICATION/x-gunzip, Size: 1107 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] VGA fixes
  2004-10-10  0:27 [Qemu-devel] VGA fixes Johannes Schindelin
@ 2004-10-10 15:45 ` Fabrice Bellard
  2004-10-10 17:52   ` Johannes Schindelin
  0 siblings, 1 reply; 3+ messages in thread
From: Fabrice Bellard @ 2004-10-10 15:45 UTC (permalink / raw)
  To: qemu-devel

Applied, but unaligned accesses are not useful for 32 bpp case. 
Moreover, the optimal solution would be to rewrite the display function 
to avoid unaligned accesses.

Fabrice.

Johannes Schindelin wrote:
> Hi,
> 
> attached is a patch which fixes two things:
> 
> - 8 bit displays should work correctly now.
> - no more unaligned accesses (no problem on i386, but on MIPS)
> 
> Ciao,
> Dscho
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] VGA fixes
  2004-10-10 15:45 ` Fabrice Bellard
@ 2004-10-10 17:52   ` Johannes Schindelin
  0 siblings, 0 replies; 3+ messages in thread
From: Johannes Schindelin @ 2004-10-10 17:52 UTC (permalink / raw)
  To: qemu-devel

Hi,

On Sun, 10 Oct 2004, Fabrice Bellard wrote:

> Applied, but unaligned accesses are not useful for 32 bpp case.

Oooops! My fault.

> Moreover, the optimal solution would be to rewrite the display function
> to avoid unaligned accesses.

That's right, but that will be the homework of somebody else ;-)

Ciao,
Dscho

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-10-10 18:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-10  0:27 [Qemu-devel] VGA fixes Johannes Schindelin
2004-10-10 15:45 ` Fabrice Bellard
2004-10-10 17:52   ` Johannes Schindelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).