Confirmed with:

[root@archlinux ~]# virsh nodedev-dumpxml --device pci_0000_00_01_0
<device>
  <name>pci_0000_00_01_0</name>
  <path>/sys/devices/pci0000:00/0000:00:01.0</path>
  <parent>computer</parent>
  <capability type='pci'>
    <class>0x060100</class>
    <domain>0</domain>
    <bus>0</bus>
    <slot>1</slot>
    <function>0</function>
    <product id='0x7000'>82371SB PIIX3 ISA [Natoma/Triton II]</product>
    <vendor id='0x8086'>Intel Corporation</vendor>
  </capability>
</device>

Versus:

root@ubuntu:~# virsh nodedev-dumpxml --device pci_0000_00_01_0
<device>
  <name>pci_0000_00_01_0</name>
  <path>/sys/devices/pci0000:00/0000:00:01.0</path>
  <parent>computer</parent>
  <capability type='pci'>
    <class>0x060100</class>
    <domain>0</domain>
    <bus>0</bus>
    <slot>1</slot>
    <function>0</function>
    <product id='0x7000'/>
    <vendor id='0x8086'/>
  </capability>
</device>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2129940

Title:
  GetXMLDesc no longer includes vendor/model information

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt-dbus/+bug/2129940/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to