qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] New display device for MIPS
@ 2006-12-07 22:37 Stefan Weil
  2006-12-08  0:34 ` Thiemo Seufer
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Weil @ 2006-12-07 22:37 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 581 bytes --]

Hi,

the latest Linux kernels contain a driver for an ASCII display
(arch/mips/mips-boards/generic/display.c).

Because this display is used by code I'm currently testing,
I implemented an emulation for QEMU (code is added to this mail).

hw/mips_display.c   - implementation
hw/mips_display.h   - interface

I prefer to have the interface in a dedicated header file instead
of adding it to vl.h (which is already overloaded).

An emulated MIPS machine can add the new device like this:

...
#include "mips_display.h"
...
mips_display_init(env, "vc");
...

Regards

Stefan Weil




[-- Attachment #2: mips_display.tar.bz2 --]
[-- Type: application/octet-stream, Size: 1698 bytes --]

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

end of thread, other threads:[~2006-12-28 14:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-07 22:37 [Qemu-devel] New display device for MIPS Stefan Weil
2006-12-08  0:34 ` Thiemo Seufer
2006-12-08 17:50   ` Stefan Weil
2006-12-08 19:25     ` Thiemo Seufer
2006-12-28 14:02       ` Alexander Voropay

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).