Re: [PATCH 2/6] usb-storage: add commandlog property

2020-11-05 Thread Philippe Mathieu-Daudé
On 11/5/20 2:41 PM, Gerd Hoffmann wrote: > Add property so scsi command logging can be switched > at runtime instead of compile time. > > Signed-off-by: Gerd Hoffmann > --- > hw/usb/dev-storage.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) Reviewed-by: Philippe Mathieu-Da

[PATCH 2/6] usb-storage: add commandlog property

2020-11-05 Thread Gerd Hoffmann
Add property so scsi command logging can be switched at runtime instead of compile time. Signed-off-by: Gerd Hoffmann --- hw/usb/dev-storage.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hw/usb/dev-storage.c b/hw/usb/dev-storage.c index e317cde8fd48..d5cc613744