Re: [PATCH] usbredir: avoid queuing hello packet on snapshot restore

2022-06-09 Thread Gerd Hoffmann
On Fri, May 06, 2022 at 09:18:50PM -0700, Joelle van Dyne wrote: > 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

[PATCH] usbredir: avoid queuing hello packet on snapshot restore

2022-05-06 Thread Joelle van Dyne
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 --- hw/usb/redirec