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
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,
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