"Denis V. Lunev" <d...@openvz.org> writes:

> From: Pavel Butsykin <pbutsy...@virtuozzo.com>
>
> 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 <pbutsy...@virtuozzo.com>
> Signed-off-by: Denis V. Lunev <d...@openvz.org>
> CC: Paolo Bonzini <pbonz...@redhat.com>
> CC: Peter Maydell <peter.mayd...@linaro.org>

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.

Reply via email to