From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43687) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZBw5q-0006vn-P6 for qemu-devel@nongnu.org; Sun, 05 Jul 2015 22:25:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZBw5m-0000Au-N3 for qemu-devel@nongnu.org; Sun, 05 Jul 2015 22:25:14 -0400 Received: from szxga02-in.huawei.com ([119.145.14.65]:33589) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZBw5m-0008MT-3P for qemu-devel@nongnu.org; Sun, 05 Jul 2015 22:25:10 -0400 Message-ID: <5599E6E7.2000604@huawei.com> Date: Mon, 6 Jul 2015 10:24:39 +0800 From: Ting Wang MIME-Version: 1.0 References: <1435306033-58372-1-git-send-email-kathy.wangting@huawei.com> <87k2uh8l8l.fsf@blackfin.pond.sub.org> In-Reply-To: <87k2uh8l8l.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5] hmp: add info iothreads command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: stefanha@redhat.com, famz@redhat.com, qemu-devel@nongnu.org, wu.wubin@huawei.com, Luiz Capitulino On 2015-7-3 20:43, Markus Armbruster wrote: > Copying the HMP maintainer Luiz. You can feed your patch to > scripts/get_maintainer to find people to cc yourself. OK, thanks. Ting > > Ting Wang writes: > >> Make "info iothreads" available on the HMP monitor. >> >> For example, the results are as follows when executing qemu >> command with "-object iothread,id=iothread-1 -object >> iothread,id=iothread-2". >> (qemu) info iothreads >> iothread-1: thread_id=123 >> iothread-2: thread_id=456 >> >> Signed-off-by: Ting Wang > Reviewed-by: Markus Armbruster > >