xhci: fix guest triggerable assert
commit22abfc96af0209fa58a7b9c13d60b2982db281c7
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 5 Nov 2020 13:41:11 +0000 (5 14:41 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 16 Nov 2020 08:11:21 +0000 (16 09:11 +0100)
treec2ad5f3533faa007ada1a85e21f0bdbbf7671d49
parentaf06a0265e31848d895c1bbe173f03607cdba532
xhci: fix guest triggerable assert

We didn't start any work yet so we can just return
at that point instead of asserting.

Buglink: https://bugs.launchpad.net/qemu/+bug/1883732
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20201105134112.25119-6-kraxel@redhat.com
hw/usb/hcd-xhci.c