OSDN Git Service

usbredir: avoid queuing hello packet on snapshot restore
authorJoelle van Dyne <j@getutm.app>
Sat, 7 May 2022 04:18:50 +0000 (21:18 -0700)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 14 Jun 2022 08:34:36 +0000 (10:34 +0200)
commit0631d4b448454ae8a1ab091c447e3f71ab6e088a
tree28e1d5bef8ed7e4ec7ee847c7f18007d6169c0a1
parentf471e8b060798f26a7fc339c6152f82f22a7b33d
usbredir: avoid queuing hello packet on snapshot restore

When launching QEMU with "-loadvm", usbredir_create_parser() should avoid
setting up the hello packet (just as with "-incoming". On the latest version
of libusbredir, usbredirparser_unserialize() will return error if the parser
is not "pristine."

Signed-off-by: Joelle van Dyne <j@getutm.app>
Message-Id: <20220507041850.98716-1-j@getutm.app>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/redirect.c