What were you trying to do that didn't work?
Define <acpi node> in Interface device is silently ignored.
Please provide the package NVR for which the bug is seen:
libvirt-11.10.0-2.el10.aarch64
How reproducible is this bug?:
100%
Steps to reproduce
- Configure vm xml
<interface type='network'>
<mac address='52:54:00:70:09:7e'/>
<source network='default' portid='ce3f9903-2c1c-44c4-be36-446a9993d4b6' bridge='virbr0'/>
<target dev='vnet5'/>
<model type='virtio'/>
<driver queues='2'/>
<alias name='net0'/>
<acpi nodeset='1-8'/>
<address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
</interface> - virsh start rhel10.2-64k
Domain 'rhel10.2-64k' started
Qemu command line:
-device {"driver":"virtio-net-pci","netdev":"hostnet0","id":"net0","mac":"52:54:00:7b:80:ef","bus":"pci.1","addr":"0x0"}
Expected results
There is a configuration error reported
Actual results
See above