Re: [Qemu-devel] [PATCH] Build usb-ohci for PCs

2010-03-06 Thread Aurelien Jarno
On Wed, Mar 03, 2010 at 04:02:25PM +0100, Kevin Wolf wrote: > The OHCI emulation isn't obviously broken and there are people who want to use > it. Let's build it by default so that it can be enabled via -device. > > Signed-off-by: Kevin Wolf Thanks, applied. > --- > default-configs/i386-softmm

[Qemu-devel] [PATCH] Build usb-ohci for PCs

2010-03-03 Thread Kevin Wolf
The OHCI emulation isn't obviously broken and there are people who want to use it. Let's build it by default so that it can be enabled via -device. Signed-off-by: Kevin Wolf --- default-configs/i386-softmmu.mak |2 ++ default-configs/x86_64-softmmu.mak |2 ++ 2 files changed, 4 inserti