On Fri, 2 May 2025 at 04:33, Nicholas Piggin <npig...@gmail.com> wrote: > > Implement XHCI TR NOOP commands by setting up then immediately > completing the packet. > > The IBM AIX XHCI HCD driver uses NOOP commands to check driver and > hardware health, which works after this change. > > Signed-off-by: Nicholas Piggin <npig...@gmail.com> > --- > hw/usb/hcd-xhci.c | 28 +++++++++++++++++++++++++++- > 1 file changed, 27 insertions(+), 1 deletion(-)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM