Hello Proxmox forum,
I have some questions regarding the args: parameter
For example for one of my VMs that i want to modify
here's what proxmox generates ,the raw qemu command ,removed unnecessary lines to highlight what i want to remove specifically
Do you know how i can delete/remove/modify this particular line
The only way i currently can do this is modifying the perl script as shown here:https://forum.proxmox.com/threads/igd-passthrough-and-hard-coded-pci-bridges.68285/
Thank you
Regards,Aksine
I have some questions regarding the args: parameter
For example for one of my VMs that i want to modify
here's what proxmox generates ,the raw qemu command ,removed unnecessary lines to highlight what i want to remove specifically
Code:
qm showcmd 120 --pretty
/usr/bin/kvm \
-id 120 \
....
-m 2048 \
-object 'iothread,id=iothread-virtio0' \
-device 'pci-bridge,id=pci.1,chassis_nr=1,bus=pci.0,addr=0x1e' \
-device 'pci-bridge,id=pci.2,chassis_nr=2,bus=pci.0,addr=0x1f' \
-device 'pci-bridge,id=pci.3,chassis_nr=3,bus=pci.0,addr=0x5' \
....
Do you know how i can delete/remove/modify this particular line
-device 'pci-bridge,id=pci.2,chassis_nr=2,bus=pci.0,addr=0x1f' \
with an args: override or something else ?The only way i currently can do this is modifying the perl script as shown here:https://forum.proxmox.com/threads/igd-passthrough-and-hard-coded-pci-bridges.68285/
Thank you
Regards,Aksine
Last edited: