Michal Schulz wrote:
>
> Hello. I've made small patch for qemu, which adds a new command line option -
> the "-ohci". It instructs qemu that the OHCI controller should be emulated
> instead of the default UHCI. What do you think about it?
I would prefer to extend the -usb switch to e.g. "-usb h
Hello. I've made small patch for qemu, which adds a new command line option -
the "-ohci". It instructs qemu that the OHCI controller should be emulated
instead of the default UHCI. What do you think about it?
--
Michal Schulz
diff -Naur qemu-0.9.0/hw/pc.c qemu-0.9.0-ohci-patch/hw/pc.c
--- qem