From: Tomas Bures <bures@d3s.mff.cuni.cz>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] General IO ports in pc386
Date: Tue, 22 Feb 2011 15:28:38 +0100 [thread overview]
Message-ID: <4D63C816.7080809@d3s.mff.cuni.cz> (raw)
In-Reply-To: <m3pqqkmp46.fsf@blackfin.pond.sub.org>
Thank you. This is exactly what I was looking for. I've created the
device, added the compilation of it to Makefile.target . Now, I'm
wondering how to persuade QEMU to initialize it?
I've registered it using the code below. The registration executes
during QEMU launch, the the initialization doesn't. Please where should
I add it?
static void ers_io_register_devices(void)
{
isa_qdev_register(&ers_io_info);
ers_io_debug("\n");
}
device_init(ers_io_register_devices);
Thank you, best regards,
Tomas
On 22.2.2011 9:48, Markus Armbruster wrote:
> Tomas Bures<bures@d3s.mff.cuni.cz> writes:
>
>> Dear all,
>>
>> I'm preparing a class on embedded systems. I would like to make a
>> client that interfaces with QEMU and the application running inside
>> it. This client would simulate the physical environment that the
>> application running inside QEMU should control. To achieve this, I
>> would like to introduce use general IO ports (in a similar way they
>> are used e.g. on ARMs). Please is there a simple way to emulate the
>> general IO ports on pc386?
>>
>> If not, what would be the simplest way to create (i.e. develop) a new
>> device for QEMU? Is there any intro or some simple device, which could
>> be taken as a stub?
> If you crusty old ISA is okay for you, the ib700 watchdog device
> (hw/wdt_ib700.c) is really simple. For PCI, maybe try the i6300esb
> watchdog (hw/wdt_i6300esb.c).
>
--
Tomas Bures, Ph.D.
Assistant Professor
Department of Distributed and Dependable Systems
Charles University
Malostranske nam.25
11800 Prague 1, Czech Republic
http://dsrg.mff.cuni.cz
Phone: (+420) 2 2191 4236
Fax: (+420) 2 2191 4323
next prev parent reply other threads:[~2011-02-22 14:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-21 23:30 [Qemu-devel] General IO ports in pc386 Tomas Bures
2011-02-22 8:48 ` Markus Armbruster
2011-02-22 14:28 ` Tomas Bures [this message]
2011-02-23 10:06 ` Markus Armbruster
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=4D63C816.7080809@d3s.mff.cuni.cz \
--to=bures@d3s.mff.cuni.cz \
--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 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).