Re: [Qemu-devel] [PATCH] xhci: Add No Op Command

2019-08-14 Thread Gerd Hoffmann
On Sat, Jul 20, 2019 at 03:04:27PM +0900, hikaru...@gmail.com wrote: > From: Hikaru Nishida > > This commit adds No Op Command (23) to xHC for verifying the operation > of the Command Ring mechanisms. > No Op Command is defined in XHCI spec (4.6.2) and just reports Command > Completion Event with

Re: [Qemu-devel] [PATCH] xhci: Add No Op Command

2019-08-13 Thread Hikaru Nishida
ping^2 2019年8月6日(火) 0:38 Hikaru Nishida : > ping... > > 2019年7月20日(土) 15:04 : > >> From: Hikaru Nishida >> >> This commit adds No Op Command (23) to xHC for verifying the operation >> of the Command Ring mechanisms. >> No Op Command is defined in XHCI spec (4.6.2) and just reports Command >> Com

Re: [Qemu-devel] [PATCH] xhci: Add No Op Command

2019-08-05 Thread Hikaru Nishida
ping... 2019年7月20日(土) 15:04 : > From: Hikaru Nishida > > This commit adds No Op Command (23) to xHC for verifying the operation > of the Command Ring mechanisms. > No Op Command is defined in XHCI spec (4.6.2) and just reports Command > Completion Event with Completion Code == Success. > Before