xhci: properties cleanup
commit4f72b8d2a6f5777fa1af2cf5184843e4cb06f182
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 21 Feb 2017 07:50:31 +0000 (21 08:50 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 23 Feb 2017 15:18:03 +0000 (23 16:18 +0100)
tree78960ac1903ef4b8ce10ee9389730ce943a62053
parent6ebc069d67735763954cb04a2d997c83a2ebe103
xhci: properties cleanup

Split xhci properties into common and nec specific.

Move the backward compat flags to nec, so the new qemu-xhci
devices doesn't carry on the compatibiity stuff.

Move the msi/msix switches too and just enable msix for qemu-xhci.

Also move the intrs and slots properties.  Wasn't a great idea to
make them configurable in the first place, nobody needs this.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 1487663432-10410-1-git-send-email-kraxel@redhat.com
hw/usb/hcd-xhci.c