Re: [Qemu-devel] patch for PC target - OHCI use

2007-03-31 Thread Thiemo Seufer
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

[Qemu-devel] patch for PC target - OHCI use

2007-03-29 Thread Michal Schulz
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