qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] New display device for MIPS


From: Stefan Weil
Subject: [Qemu-devel] New display device for MIPS
Date: Thu, 07 Dec 2006 23:37:33 +0100
User-agent: IceDove 1.5.0.8 (X11/20061128)

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: mips_display.tar.bz2
Description: Binary data


reply via email to

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