On 16 January 2018 at 01:37, Andrey Smirnov <andrew.smir...@gmail.com> wrote: > Add code to emulate Chipidea USB IP (used in i.MX SoCs). Tested to > work against: > > -usb -drive if=none,id=stick,file=usb.img,format=raw -device \ > usb-storage,bus=usb-bus.0,drive=stick > > Cc: Peter Maydell <peter.mayd...@linaro.org> > Cc: Jason Wang <jasow...@redhat.com> > Cc: Philippe Mathieu-Daudé <f4...@amsat.org> > Cc: qemu-devel@nongnu.org > Cc: qemu-...@nongnu.org > Cc: yurov...@gmail.com > Signed-off-by: Andrey Smirnov <andrew.smir...@gmail.com> > ---
This looked a little odd at first but I see it's how we're implementing TYPE_FUSBH200_EHCI, so I guess it's ok. Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM