[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] Developing custom PCI devices in qemu
From: |
Markus Armbruster |
Subject: |
Re: [Qemu-devel] Developing custom PCI devices in qemu |
Date: |
Wed, 16 Mar 2011 13:14:49 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) |
अनुज <address@hidden> writes:
> Hi All
>
> I am interested in developing a custom PCI device for qemu.
> For learning purpose, It could be just a very basic device e.g. a device
> which just loopbacks the contents from device memory to some system buffer.
>
> Please guide me how such a device can be developed in qemu.
One of the simpler PCI devices in the tree is the i6300esb watchdog, in
hw/wdt_i6300esb.c.
> Do qemu have some device model or device framework for developing custom
> virtual devices?
>
> Any documentation and samples will be very helpful.
I'm afraid you need to figure it out from code.