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-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] Model of simple Bus Mastering ADC for QEMU

2011-04-12 Thread wzab
Hi All, I'm interested in using of QEMU as a simple environment providing virtual hardware for my students, learning how to write device drivers for different devices. Unfortunately the QEMU's API seems to be not very strictly documented :-(. I've tried to implement a simple Analog to Digital Co

[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