hw/usb: pacify xhciwmi.exe warning
commit42c93917f7829190fcae05c5c0827d0c187d7713
authorDenis V. Lunev <den@openvz.org>
Thu, 23 Dec 2021 09:54:43 +0000 (23 12:54 +0300)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 4 Mar 2022 08:34:21 +0000 (4 09:34 +0100)
treeaeb128607186a8f022987f3e8f7ef4a97487515f
parent6629bf78aac7e53f83fd0bcbdbe322e2302dfd1f
hw/usb: pacify xhciwmi.exe warning

xhciwmi.exe is used inside Windows 2022 SVVP tests. This tool called as
'xhciwmi.exe --verify' reports that 'The firmware loaded on this
controller has known bugs and/or compatibility issues'. This is just
a warning but there is no particular sense to ignore it.

This patch just pacifies the tool.

There is a big question whether this change should be put using
machine type mechanics, but at my opinion this would be an overkill.

Signed-off-by: Denis V. Lunev <den@openvz.org>
Tested-by: Pavel Polozov <pavel.polozov@virtuozzo.com>
CC: Yan Vugenfirer <yvugenfi@redhat.com>
CC: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Yan Vugenfirer <yvugenfi@redhat.com>
Message-Id: <20211223095443.130276-1-den@openvz.org>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-xhci.c