Re: [Qemu-devel] [PATCH] tcmu: Introduce qemu-tcmu utility

2019-01-01 Thread Yaowei Bai
his series seems to have some coding style problems. See output below for > more information: > > Message-id: 1545387387-9613-1-git-send-email-baiyao...@cmss.chinamobile.com > Type: series > Subject: [Qemu-devel] [PATCH] tcmu: Introduce qemu-tcmu utility > > === TEST SCRIPT

Re: [Qemu-devel] [PATCH] tcmu: Introduce qemu-tcmu utility

2018-12-26 Thread no-reply
Subject: [Qemu-devel] [PATCH] tcmu: Introduce qemu-tcmu utility === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log --oneline $BASE.. | wc -l) failed=0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram commits

Re: [Qemu-devel] [PATCH] tcmu: Introduce qemu-tcmu utility

2018-12-26 Thread no-reply
Patchew URL: https://patchew.org/QEMU/1545387387-9613-1-git-send-email-baiyao...@cmss.chinamobile.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. ===

[Qemu-devel] [PATCH] tcmu: Introduce qemu-tcmu utility

2018-12-21 Thread Yaowei Bai
This patch introduces a new utility, qemu-tcmu. Apart from the underlaying protocol it interacts with the world much like qemu-nbd. This patch bases on Fam's version. Qemu-tcmu handles SCSI commands which are passed through userspace from kernel by LIO subsystem using TCMU protocol. Libtcmu is the