Re: [Qemu-devel] General IO ports in pc386

2011-02-23 Thread Markus Armbruster
Tomas Bures writes: > 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 lau

Re: [Qemu-devel] General IO ports in pc386

2011-02-22 Thread Tomas Bures
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 d

Re: [Qemu-devel] General IO ports in pc386

2011-02-22 Thread Markus Armbruster
Tomas Bures 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 achie

[Qemu-devel] General IO ports in pc386

2011-02-21 Thread Tomas Bures
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 int