From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ze1l6-0001ot-2p for qemu-devel@nongnu.org; Mon, 21 Sep 2015 10:07:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ze1l2-0003RP-2z for qemu-devel@nongnu.org; Mon, 21 Sep 2015 10:07:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57413) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ze1l1-0003Qz-V8 for qemu-devel@nongnu.org; Mon, 21 Sep 2015 10:07:52 -0400 From: Markus Armbruster References: <87h9mrrcbf.fsf@blackfin.pond.sub.org> <1442592388-13840-1-git-send-email-pbutsykin@virtuozzo.com> <55FC3B43.6090501@redhat.com> <55FC4271.8030701@odin.com> <87a8sggvp6.fsf@blackfin.pond.sub.org> <55FFCEC0.8090700@redhat.com> Date: Mon, 21 Sep 2015 16:07:49 +0200 In-Reply-To: <55FFCEC0.8090700@redhat.com> (Paolo Bonzini's message of "Mon, 21 Sep 2015 11:32:48 +0200") Message-ID: <87oagvc1ca.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH] hmp-commands-info.hx: fix drops hmp "info pci" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: den@openvz.org, Pavel Butsykin , Pavel Butsykin , qemu-devel@nongnu.org, peter.maydell@linaro.org Paolo Bonzini writes: > On 21/09/2015 07:58, Markus Armbruster wrote: >> Pavel Butsykin writes: >> >>> On 18.09.2015 19:26, Eric Blake wrote: >>>> On 09/18/2015 10:06 AM, Pavel Butsykin wrote: >>>>> The hmp command "info pci" accidentally lost when moving from monitor.c >>>>> >>>>> Signed-off-by: Pavel Butsykin >>>>> --- >>>>> hmp-commands-info.hx | 14 ++++++++++++++ >>>>> 1 file changed, 14 insertions(+) >>>> Paolo's variant has a better commit message: >>>> https://lists.gnu.org/archive/html/qemu-devel/2015-09/msg04893.html >>>> >>> Ok. I just had to respond to the situation) >> >> Appreciated! It's much better to have two fixes for a regression >> quickly than one late :) > > Are you pulling one of the two? Can do. I'll reply to the one I apply to my monitor-next branch.