Re: [Qemu-devel] QEMU API for modelling of user's hardware

2011-06-17 Thread wzab
I've tried to collect some information from the QEMU sources (I've built my local LXR service with QEMU sources tom make it easier ;-) ), and from different web sources. As a result I've prepared a model of Bus Mastering PCI device which is a simple AES256 accelerator. Sources are available on a

Re: [Qemu-devel] QEMU API for modelling of user's hardware

2011-06-14 Thread Markus Armbruster
wzab writes: > I've found the following source of information regarding writing of device > models for QEMU: > http://www.linux-kvm.org/wiki/images/f/fe/2010-forum-armbru-qdev.pdf > > > > Is

Re: [Qemu-devel] QEMU API for modelling of user's hardware

2011-06-11 Thread wzab
I've found the following source of information regarding writing of device models for QEMU: http://www.linux-kvm.org/wiki/images/f/fe/2010-forum-armbru-qdev.pdf Is there any better or more de

[Qemu-devel] QEMU API for modelling of user's hardware

2011-03-28 Thread wzab
Hi, I wanted to prepare QEMU models of new hardware for my students, to let them to write and debug device drivers before the real hardware is available (or even to optimize the design of this hardware before it is really made). I was able to establish the basic communication with memory mapped r