Re: [PATCH v2 0/3] Add Support for GET LBA STATUS 16 command in scsi emulation

2020-06-17 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200617103018.18026-1-...@suse.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash export ARCH

Re: [PATCH v2 0/3] Add Support for GET LBA STATUS 16 command in scsi emulation

2020-06-17 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200617102019.29652-1-...@suse.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash export ARCH

[PATCH v2 0/3] Add Support for GET LBA STATUS 16 command in scsi emulation

2020-06-17 Thread Lin Ma
v2->v1: Follow Claudio's suggestions and the docker test result, Fix the dereferencing 'void *' pointer issues and the coding style issues. In this current design, The GET LBA STATUS parameter data only contains an eight-byte header + one LBA status descriptor. How to test: host:~ # qemu-system-

[PATCH v2 0/3] Add Support for GET LBA STATUS 16 command in scsi emulation

2020-06-17 Thread Lin Ma
v2->v1: Follow Claudio's suggestions and the docker test result, Fix the dereferencing 'void *' pointer issues and the coding style issues. In this current design, The GET LBA STATUS parameter data only contains an eight-byte header + one LBA status descriptor. How to test: host:~ # qemu-system-