9ae3a8
From 8aa4bf9e8049ab1f0f4beda2eaa620f970f98692 Mon Sep 17 00:00:00 2001
9ae3a8
From: Gerd Hoffmann <kraxel@redhat.com>
9ae3a8
Date: Thu, 12 Sep 2013 09:39:31 +0200
9ae3a8
Subject: [PATCH 03/25] xhci: reset port when disabling slot
9ae3a8
9ae3a8
RH-Author: Gerd Hoffmann <kraxel@redhat.com>
9ae3a8
Message-id: <1378978772-21612-4-git-send-email-kraxel@redhat.com>
9ae3a8
Patchwork-id: 54336
9ae3a8
O-Subject: [RHEL-7 qemu-kvm PATCH 3/4] xhci: reset port when disabling slot
9ae3a8
Bugzilla: 1001604
9ae3a8
RH-Acked-by: Paolo Bonzini <pbonzini@redhat.com>
9ae3a8
RH-Acked-by: Hans de Goede <hdegoede@redhat.com>
9ae3a8
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
9ae3a8
9ae3a8
Cc: qemu-stable@nongnu.org
9ae3a8
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
9ae3a8
(cherry picked from commit 5c67dd7b4884979a2613a4702ac1ab68b0e6a16e)
9ae3a8
---
9ae3a8
 hw/usb/hcd-xhci.c | 1 +
9ae3a8
 1 file changed, 1 insertion(+)
9ae3a8
9ae3a8
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
9ae3a8
---
9ae3a8
 hw/usb/hcd-xhci.c |    1 +
9ae3a8
 1 files changed, 1 insertions(+), 0 deletions(-)
9ae3a8
9ae3a8
diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c
9ae3a8
index ccf7cc5..0061cbe 100644
9ae3a8
--- a/hw/usb/hcd-xhci.c
9ae3a8
+++ b/hw/usb/hcd-xhci.c
9ae3a8
@@ -2090,6 +2090,7 @@ static TRBCCode xhci_disable_slot(XHCIState *xhci, unsigned int slotid)
9ae3a8
 
9ae3a8
     xhci->slots[slotid-1].enabled = 0;
9ae3a8
     xhci->slots[slotid-1].addressed = 0;
9ae3a8
+    xhci->slots[slotid-1].uport = NULL;
9ae3a8
     return CC_SUCCESS;
9ae3a8
 }
9ae3a8
 
9ae3a8
-- 
9ae3a8
1.7.1
9ae3a8