Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usb: Add basic code to emulate Chipidea USB IP | Andrey Smirnov | 2018-02-09 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | | 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.maydell@linaro.org> Cc: Jason Wang <jasowang@redhat.com> Cc: Philippe Mathieu-Daudé <f4bug@amsat.org> Cc: Marcel Apfelbaum <marcel.apfelbaum@zoho.com> Cc: Michael S. Tsirkin <mst@redhat.com> Cc: qemu-devel@nongnu.org Cc: qemu-arm@nongnu.org Cc: yurovsky@gmail.com Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||||
* | Clean up decorations and whitespace around header guards | Markus Armbruster | 2016-07-12 | 2 | -2/+2 |
| | | | | | | | Cleaned up with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Richard Henderson <rth@twiddle.net> | ||||
* | usb: move ehci register defines to header file | Gerd Hoffmann | 2014-06-02 | 1 | -0/+82 |
| | | | | | | So we can easily use them in tests. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> | ||||
* | usb: add uhci port status reserved bit | Gerd Hoffmann | 2014-06-02 | 1 | -0/+1 |
| | | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> | ||||
* | usb: move uhci register defines to header file | Gerd Hoffmann | 2014-06-02 | 1 | -0/+39 |
So we can easily use them in tests. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> |