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

2020-06-02 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200602074201.10879-1-...@suse.com/ Hi, This series failed the docker-mingw@fedora 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 === #!

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

2020-06-02 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200602074201.10879-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

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

2020-06-02 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200602074201.10879-1-...@suse.com/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20200602074201.10879-1-...@suse.com Subject: [PATCH 0/4] Add Support for GET LBA STATUS 16 command in scsi

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

2020-06-02 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200602074201.10879-1-...@suse.com/ Hi, This series failed the docker-quick@centos7 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 ===

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

2020-06-02 Thread Lin Ma
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-x86_64 \ ... -drive file=/vm0/disk0.raw,format=raw,if=none,id=drive0,discard=unmap \ -device scsi-hd,id=scsi0,drive=drive0 \ ... guest:~ #