|
|
76daa3 |
From a9364631e195042657e5104f59a799dc4cda33c0 Mon Sep 17 00:00:00 2001
|
|
|
76daa3 |
From: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
76daa3 |
Date: Mon, 15 May 2017 13:43:30 +0200
|
|
|
76daa3 |
Subject: [PATCH 01/27] aarch64: Enable usb-xhci
|
|
|
76daa3 |
|
|
|
76daa3 |
RH-Author: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
76daa3 |
Message-id: <20170515134330.16970-1-mrezanin@redhat.com>
|
|
|
76daa3 |
Patchwork-id: 75163
|
|
|
76daa3 |
O-Subject: [RHV 7.4 qemu-kvm-rhev PATCH] aarch64: Enable usb-xhci
|
|
|
76daa3 |
Bugzilla: 1446570
|
|
|
76daa3 |
RH-Acked-by: Markus Armbruster <armbru@redhat.com>
|
|
|
76daa3 |
RH-Acked-by: Gerd Hoffmann <kraxel@redhat.com>
|
|
|
76daa3 |
RH-Acked-by: John Snow <jsnow@redhat.com>
|
|
|
76daa3 |
RH-Acked-by: Wei Huang <wei@redhat.com>
|
|
|
76daa3 |
|
|
|
76daa3 |
From: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
76daa3 |
|
|
|
76daa3 |
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1446570
|
|
|
76daa3 |
Brew: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=13198239
|
|
|
76daa3 |
|
|
|
76daa3 |
We did not support usb-xhci on the aarch64 architecture. However, we are
|
|
|
76daa3 |
going to use this device on aarch64 so enabling it.
|
|
|
76daa3 |
|
|
|
76daa3 |
Note: Libvirt will prefer qemu-xhci device. Unfortunatelly, it's not possible
|
|
|
76daa3 |
to configure build only this version of usb-xhci device with keeping
|
|
|
76daa3 |
nec-usb-xhci disabled so both device will be enabled by this patch.
|
|
|
76daa3 |
|
|
|
76daa3 |
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
76daa3 |
---
|
|
|
76daa3 |
default-configs/aarch64-softmmu.mak | 1 +
|
|
|
76daa3 |
1 file changed, 1 insertion(+)
|
|
|
76daa3 |
|
|
|
76daa3 |
diff --git a/default-configs/aarch64-softmmu.mak b/default-configs/aarch64-softmmu.mak
|
|
|
76daa3 |
index 118b861..a697f40 100644
|
|
|
76daa3 |
--- a/default-configs/aarch64-softmmu.mak
|
|
|
76daa3 |
+++ b/default-configs/aarch64-softmmu.mak
|
|
|
76daa3 |
@@ -24,3 +24,4 @@ CONFIG_ARM_V7M=y
|
|
|
76daa3 |
CONFIG_PCIE_PORT=y
|
|
|
76daa3 |
CONFIG_XIO3130=y
|
|
|
76daa3 |
CONFIG_IOH3420=y
|
|
|
76daa3 |
+CONFIG_USB_XHCI=y
|
|
|
76daa3 |
--
|
|
|
76daa3 |
1.8.3.1
|
|
|
76daa3 |
|