I can’t add a SLIC table to a KVM virtual machine
I edit the virtual machine XML via virsh edit, add a section similar to the following:<qemu:commandline> <qemu:arg value='-acpitable'/> <qemu:arg value='file=/path/to/SLIC.img'/> </qemu:commandline>
virsh writes that the domain has changed, but when it starts up, the -acpitable option does not appear on the command line.
When re-editing, the file remains as it was before editing. Used by virt-manager, as if he was overwriting the changes.
|
xmlns:qemudid not forget to specify at the beginning of the config? Very inconspicuous detail, though described in the dock libvirt.org/drvqemu.html#qemucommand - Minor