xhci: split into multiple files
commit0bbb2f3df1ffd9ccf7135a69a450c6929bc0b915
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 17 May 2017 10:33:12 +0000 (17 12:33 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 29 May 2017 12:03:35 +0000 (29 14:03 +0200)
tree7c30abe9c68077d9c3c5279b3ae9fd165479fcdc
parente14935df26c2c10b3445b1910f4ff76f3fb1a1b1
xhci: split into multiple files

Moved structs and defines to hcd-xhci.h.
Move nec controller variant to hcd-xhci-nec.c.
No functional changes.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20170517103313.8459-1-kraxel@redhat.com
hw/usb/Makefile.objs
hw/usb/hcd-xhci-nec.c [new file with mode: 0644]
hw/usb/hcd-xhci.c
hw/usb/hcd-xhci.h [new file with mode: 0644]