qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Interest in hardware plugin functionality
@ 2006-01-10  1:38 Andre Pech
  2006-01-10  6:21 ` Michael Renzmann
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Andre Pech @ 2006-01-10  1:38 UTC (permalink / raw)
  To: qemu-devel

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

Hi,

I have been using qemu to simulate various types of custom hardware for
testing purposes. Rather than having to recompile qemu every time I change a
hardware simulation, I instead patched qemu to support dynamically loading
hardware plugin files at run time. The basic idea is that you can specify
.so files to load on the command line when you boot qemu. These files will
be dlopened by qemu at run time, and will register themselves as hardware to
the appropriate hardware controller (ie a PCI device hardware plugin
registers itself with the PCI bus).

I was hoping to get people's reactions to / interest in this sort of
feature. Currently I have patched qemu to work for my own purposes, which
required having to hack around some issues I ran into. These hacks do not
require major changes in how qemu works, but are rather structural changes.
For example, the qemu header file naming structure does not lend itself to
being installed to somewhere like /usr/include/qemu, and would need some
changing. This includes changing 'include "config.h"' to include 'include
"qemu/config.h"' due to the common use of config.h by other packages, as
well as working through the issues of how to structure things for building
qemu hardware plugins against multiple architecture types.

I am more than willing to put all the effort into turning this into a nice
patch, if there is a maintainer interested in helping me shepherd this into
the mainline.

Thanks,
 Andre Pech

[-- Attachment #2: Type: text/html, Size: 1614 bytes --]

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

end of thread, other threads:[~2006-01-11  0:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-10  1:38 [Qemu-devel] Interest in hardware plugin functionality Andre Pech
2006-01-10  6:21 ` Michael Renzmann
2006-01-10 12:01 ` Lennert Buytenhek
2006-01-10 17:41   ` Andre Pech
2006-01-10 18:01   ` Jan Marten Simons
2006-01-10 18:36 ` Anthony Liguori
2006-01-11  0:14   ` Andre Pech

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