Re: [PATCH v4 05/22] tests/qtest/xhci: Add basic USB Mass Storage tests

2025-05-19 Thread Fabiano Rosas
Nicholas Piggin writes: > Add a usb-storage device to xhci tests, enable USB Mass Storage Bulk > endpoints, and run some MSD commands through it. > > Signed-off-by: Nicholas Piggin Checkpatch doesn't like it. Reviewed-by: Fabiano Rosas

[PATCH v4 05/22] tests/qtest/xhci: Add basic USB Mass Storage tests

2025-05-01 Thread Nicholas Piggin
Add a usb-storage device to xhci tests, enable USB Mass Storage Bulk endpoints, and run some MSD commands through it. Signed-off-by: Nicholas Piggin --- tests/qtest/usb-hcd-xhci-test.c | 359 +++- 1 file changed, 351 insertions(+), 8 deletions(-) diff --git a/tests/q