P Prox815 New Member Jun 13, 2021 21 0 1 Jun 25, 2021 #1 I want to include args: -cpu 'host,+kvm_pv_unhalt,+kvm_pv_eoi,kvm=off' and args: -device 'vfio-pci,host=00:02.0,addr=0x18,x-vga=on,x-igd-opregion=on' in /etc/pve/qemu-server/<vmid>.conf How should I arrange it? Many Thanks!!
I want to include args: -cpu 'host,+kvm_pv_unhalt,+kvm_pv_eoi,kvm=off' and args: -device 'vfio-pci,host=00:02.0,addr=0x18,x-vga=on,x-igd-opregion=on' in /etc/pve/qemu-server/<vmid>.conf How should I arrange it? Many Thanks!!
t.lamprecht Proxmox Staff Member Staff member Jul 28, 2015 6,453 3,516 303 South Tyrol/Italy shop.proxmox.com Jun 25, 2021 #2 Just use a single line with all options: Code: args: -cpu 'host,+kvm_pv_unhalt,+kvm_pv_eoi,kvm=off' -device 'vfio-pci,host=00:02.0,addr=0x18,x-vga=on,x-igd-opregion=on'
Just use a single line with all options: Code: args: -cpu 'host,+kvm_pv_unhalt,+kvm_pv_eoi,kvm=off' -device 'vfio-pci,host=00:02.0,addr=0x18,x-vga=on,x-igd-opregion=on'
P Prox815 New Member Jun 13, 2021 21 0 1 Jun 25, 2021 #3 I see, thanks!! t.lamprecht said: Just use a single line with all options: Code: args: -cpu 'host,+kvm_pv_unhalt,+kvm_pv_eoi,kvm=off' -device 'vfio-pci,host=00:02.0,addr=0x18,x-vga=on,x-igd-opregion=on' Click to expand...
I see, thanks!! t.lamprecht said: Just use a single line with all options: Code: args: -cpu 'host,+kvm_pv_unhalt,+kvm_pv_eoi,kvm=off' -device 'vfio-pci,host=00:02.0,addr=0x18,x-vga=on,x-igd-opregion=on' Click to expand...
S shodan Active Member Sep 1, 2022 166 52 33 Jan 14, 2025 #4 Hi, Here is the part of the manual about "args:" in VM.conf In this file https://pve.proxmox.com/pve-docs/qm.conf.5.html Code: args: <string> Arbitrary arguments passed to kvm, for example: args: -no-reboot -smbios type=0,vendor=FOO However I have a hard time finding what those arguments are in the documentation ? EDIT: I believe it is here https://www.qemu.org/docs/master/system/invocation.html
Hi, Here is the part of the manual about "args:" in VM.conf In this file https://pve.proxmox.com/pve-docs/qm.conf.5.html Code: args: <string> Arbitrary arguments passed to kvm, for example: args: -no-reboot -smbios type=0,vendor=FOO However I have a hard time finding what those arguments are in the documentation ? EDIT: I believe it is here https://www.qemu.org/docs/master/system/invocation.html