Re: [Qemu-devel] Add virtual devices to QEMU

2012-06-27 Thread Andreas Färber
Am 26.06.2012 10:27, schrieb Stefan Hajnoczi: > On Mon, Jun 25, 2012 at 7:58 PM, Alberich de megres > wrote: >> Thank you guys for the reply :) >> >> One last question, >> my device is like a physical console with buttons and indicators. >> >> I saw the android emulator also draws the keyboard usi

Re: [Qemu-devel] Add virtual devices to QEMU

2012-06-27 Thread Alberich de megres
Thanks for the tips :) On Tue, Jun 26, 2012 at 10:27 AM, Stefan Hajnoczi wrote: > On Mon, Jun 25, 2012 at 7:58 PM, Alberich de megres > wrote: >> Thank you guys for the reply :) >> >> One last question, >> my device is like a physical console with buttons and indicators. >> >> I saw the android

Re: [Qemu-devel] Add virtual devices to QEMU

2012-06-26 Thread Stefan Hajnoczi
On Mon, Jun 25, 2012 at 7:58 PM, Alberich de megres wrote: > Thank you guys for the reply :) > > One last question, > my device is like a physical console with buttons and indicators. > > I saw the android emulator also draws the keyboard using a modified > version of the qemu. > Is there some kin

Re: [Qemu-devel] Add virtual devices to QEMU

2012-06-25 Thread Alberich de megres
Thank you guys for the reply :) One last question, my device is like a physical console with buttons and indicators. I saw the android emulator also draws the keyboard using a modified version of the qemu. Is there some kind of "presentation" layer, or the just modified the window size and add it

Re: [Qemu-devel] Add virtual devices to QEMU

2012-06-25 Thread Andreas Färber
Hello, Am 25.06.2012 12:59, schrieb Alberich de megres: > Together with some colleagues, we are developing a USB hardware. But > as the prototype is not ready to be built, and is not cheap, > or idea is to develop at the same time a virtual device for the qemu. > > I searched for documentation ab

Re: [Qemu-devel] Add virtual devices to QEMU

2012-06-25 Thread Stefan Hajnoczi
On Mon, Jun 25, 2012 at 11:59 AM, Alberich de megres wrote: > Together with some colleagues, we are developing a USB hardware. But > as the prototype is not ready to be built, and is not cheap, > or idea is to develop at the same time a virtual device for the qemu. > > I searched for documentation

[Qemu-devel] Add virtual devices to QEMU

2012-06-25 Thread Alberich de megres
Hello, Together with some colleagues, we are developing a USB hardware. But as the prototype is not ready to be built, and is not cheap, or idea is to develop at the same time a virtual device for the qemu. I searched for documentation about the USB layer on qemu but I could not find a good point