From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdxT0-00060n-Hh for qemu-devel@nongnu.org; Mon, 21 Sep 2015 05:32:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZdxSw-0004Nr-F1 for qemu-devel@nongnu.org; Mon, 21 Sep 2015 05:32:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33322) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdxSw-0004NZ-9b for qemu-devel@nongnu.org; Mon, 21 Sep 2015 05:32:54 -0400 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> From: Paolo Bonzini Message-ID: <55FFCEC0.8090700@redhat.com> Date: Mon, 21 Sep 2015 11:32:48 +0200 MIME-Version: 1.0 In-Reply-To: <87a8sggvp6.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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: Markus Armbruster , Pavel Butsykin Cc: den@openvz.org, peter.maydell@linaro.org, qemu-devel@nongnu.org, Pavel Butsykin 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? Paolo