On Mon, Jan 07, 2019 at 05:51:40PM +0000, Jonathan Davies wrote: > In usb_device_post_load, certain values of dev->setup_len or > dev->setup_index can cause -EINVAL to be returned. One example is when > setup_len exceeds 4096, the hard-coded value of sizeof(dev->data_buf). > This can happen through legitimate guest activity and will cause all > subsequent attempts to migrate the guest to fail in vmstate_load_state.
Added to usb queue. thanks, Gerd