Re: [PATCH] hw/usb: record async control completion for parameter transfers
Michael Tokarev <[email protected]> Fri, 24 Jul 2026 12:41:39 +0300
| Newsgroups | org.nongnu.qemu-trivial,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 6/26/26 11:05, Ziyi Fu wrote: > From: Ziyi Fu <[email protected]> > > Record the completion side of parameter-based control transfers when they > complete asynchronously. This lets pcap captures include descriptor > response data for requests such as GET_DESCRIPTOR from usb-host devices. > > The synchronous path already recorded the completion, but the async > SETUP_STATE_PARAM path was missing it. > > Signed-off-by: Ziyi Fu <[email protected]> Fixes: 0f6dba145a4b ("usb: add pcap support.") Applied to the trivial-patches tree. Thanks! /mjt