diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-02-06 12:55:36 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-02-21 08:11:43 +0100 |
commit | 898248a32915024a4f01ce4f0c3519509fb703cb (patch) | |
tree | 8aff9be2ac89cc94728c764a4e299cad1e28a78b /hw/block | |
parent | f89b60f6e5fee3923bedf80e82b4e5efc1bb156b (diff) | |
download | qemu-898248a32915024a4f01ce4f0c3519509fb703cb.zip |
xhci: drop ER_FULL_HACK workaround
The nec/renesas driver problems have finally been debugged and root
caused, see commit "7da76e1 xhci: fix event queue IRQ handling".
It's pretty clear now that
(a) The whole "driver can't handle ring full" story is most likely
wrong.
(b) The ER_FULL_HACK workaround based on the false assumtion doesn't
much. It avoids the driver crashing (without commit 7da76e1), but
it doesn't make usb work.
(c) With 7da76e1 applied it doesn't trigger any more.
So, lets kill it. Or, to be exact, lets almost kill it. Some data
fields are kept unused in the state struct, for live migration backward
compatibility.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 1486382139-30630-2-git-send-email-kraxel@redhat.com
Diffstat (limited to 'hw/block')
0 files changed, 0 insertions, 0 deletions