Re: [Qemu-devel] [PATCH 1/1] USB XHCI emulation

2011-08-31 Thread Juan Antonio Moya Vicén
ander Graf wrote: > > On 31.08.2011, at 12:32, Juan Antonio Moya Vicén wrote: > >> Author: Hector Martin >> >> [Patch applies to stable/0.14 or to featured snapshot kvm-0.14.1] >> >> This patch adds support for USB XHCI controller emulation, presented in >> th

Re: [Qemu-devel] Help initializing a hw module

2011-02-03 Thread Juan Antonio Moya Vicén
I'm sorry I made a typo. The code in the kernel module that makes the call REALLY IS: iobase = ioremap(0xFED4, 0x5000); if(ioread8(iobase) == 0) return -ENODEV; On 03/02/11 14:58, Juan Antonio Moya Vicén wrote: > Hi list, > I'm new to qemu,

[Qemu-devel] Help initializing a hw module

2011-02-03 Thread Juan Antonio Moya Vicén
Hi list, I'm new to qemu, and developing a new hw module. And I'll appreciate any help or link any of you can provide relating to the following problem I'm experiencing, that I'm certain it is because of inexperience: I'm getting ENODEV error codes each time I load the kernel module for my specif