From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33317) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7NMV-00064n-1a for qemu-devel@nongnu.org; Tue, 23 Jun 2015 08:31:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7NMR-0001UC-Sw for qemu-devel@nongnu.org; Tue, 23 Jun 2015 08:31:34 -0400 Received: from e06smtp10.uk.ibm.com ([195.75.94.106]:39017) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7NMR-0001Tx-Ip for qemu-devel@nongnu.org; Tue, 23 Jun 2015 08:31:31 -0400 Received: from /spool/local by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 23 Jun 2015 13:31:29 +0100 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id F12A81B08069 for ; Tue, 23 Jun 2015 13:32:30 +0100 (BST) Received: from d06av03.portsmouth.uk.ibm.com (d06av03.portsmouth.uk.ibm.com [9.149.37.213]) by b06cxnps4074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t5NCVRCp13172828 for ; Tue, 23 Jun 2015 12:31:27 GMT Received: from d06av03.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av03.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t5NCVQ6g020557 for ; Tue, 23 Jun 2015 06:31:26 -0600 Message-ID: <5589519C.1030604@de.ibm.com> Date: Tue, 23 Jun 2015 14:31:24 +0200 From: Christian Borntraeger MIME-Version: 1.0 References: <1426237119-110112-1-git-send-email-kathy.wangting@huawei.com> <5588C2E5.2070805@huawei.com> <87h9py3aej.fsf@blackfin.pond.sub.org> <55894EBB.6090302@de.ibm.com> In-Reply-To: <55894EBB.6090302@de.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4] hmp: add info iothreads command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster , Ting Wang Cc: famz@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com, lcapitulino@redhat.com Am 23.06.2015 um 14:19 schrieb Christian Borntraeger: > Am 23.06.2015 um 13:57 schrieb Markus Armbruster: >> Ting Wang writes: >> >>> Hi Luiz and Markus, >>> >>> Would you like to pick up this patch, which has >>> been reviewed by Stefan and Fam? >> >> Looks like this fell through the cracks back in March. You should've >> asked for merge much earlier. Pinging the maintainer after two weeks is >> fair. >> >> I just did a monitor pull, and I can't yet say whether I'll do another >> for 2.4. >> >> Quick review inline. >> > > Is there some patch available that allows someone to query the disks attached to > an iothread (or check if a disk uses iothreads?). I had several testers asking why > x-dataplane is off after specifying iothread. Maybe this information could be > added here as well? > To make my last point clear. I know that x-dataplane != iothread, but people google for "is data plane enabled" and the only answer they find is x-data-plane, because iothreads are not visible for drives (e.g. via info qtree).