From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcxSW-0001cm-RQ for qemu-devel@nongnu.org; Fri, 18 Sep 2015 11:20:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZcxST-0004gh-Kq for qemu-devel@nongnu.org; Fri, 18 Sep 2015 11:20:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcxST-0004gY-G8 for qemu-devel@nongnu.org; Fri, 18 Sep 2015 11:20:17 -0400 References: <1441899541-1856-1-git-send-email-den@openvz.org> <1441899541-1856-2-git-send-email-den@openvz.org> <87h9mrrcbf.fsf@blackfin.pond.sub.org> From: Paolo Bonzini Message-ID: <55FC2BAC.6040402@redhat.com> Date: Fri, 18 Sep 2015 17:20:12 +0200 MIME-Version: 1.0 In-Reply-To: <87h9mrrcbf.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/4] hmp-commands-info: move info_cmds content out of monitor.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster , "Denis V. Lunev" Cc: Peter Maydell , qemu-devel@nongnu.org, Pavel Butsykin On 18/09/2015 17:12, Markus Armbruster wrote: > "Denis V. Lunev" writes: > >> From: Pavel Butsykin >> >> For moving target- and device-specific code from monitor.c, >> to beginning we move info_cmds content to hmp-commands-info.hx >> >> Signed-off-by: Pavel Butsykin >> Signed-off-by: Denis V. Lunev >> CC: Paolo Bonzini >> CC: Peter Maydell > > For me, this commit drops "info pci". > > Before: > > $ qemu-system-x86_64 -nodefaults -S -display none -monitor stdio > QEMU 2.4.50 monitor - type 'help' for more information > (qemu) info pci > Bus 0, device 0, function 0: > Host bridge: PCI device 8086:1237 > id "" > Bus 0, device 1, function 0: > ISA bridge: PCI device 8086:7000 > id "" > Bus 0, device 1, function 1: > IDE controller: PCI device 8086:7010 > BAR4: I/O at 0xffffffffffffffff [0x000e]. > id "" > Bus 0, device 1, function 3: > Bridge: PCI device 8086:7113 > IRQ 0. > id "" > > After: > > (qemu) info pci > unknown command: 'pci' > > Please advise. s/advise/fix/... patch sent. Let me know who shall send it to Peter. (BTW, it's obvious that I don't scale to 100+ patches per month. Do you still have that script of yours looking for unmaintained areas?). Paolo