From: Stefan Weil <weil@mail.berlios.de>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] New display device for MIPS
Date: Thu, 07 Dec 2006 23:37:33 +0100 [thread overview]
Message-ID: <457897AD.1020501@mail.berlios.de> (raw)
[-- 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 --]
next reply other threads:[~2006-12-07 22:37 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-07 22:37 Stefan Weil [this message]
2006-12-08 0:34 ` [Qemu-devel] New display device for MIPS Thiemo Seufer
2006-12-08 17:50 ` Stefan Weil
2006-12-08 19:25 ` Thiemo Seufer
2006-12-28 14:02 ` Alexander Voropay
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=457897AD.1020501@mail.berlios.de \
--to=weil@mail.berlios.de \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.