Hi,
i have a linux vm with the following settings:
Now i'm gonna to change these settings to get GPU-Passthrough work. This means I have to use
right? Are there expected issues while changing the machine type from i440fx to q35 and SEABIOS to UEFI?
Or can I just change this and the VM will boot as usual?
TYIA
i have a linux vm with the following settings:
Code:
agent: 1
balloon: 0
bootdisk: virtio0
cores: 6
cpu: host
memory: 24576
name: xxxx
net0: virtio=xxxxxx,bridge=vmbr1
numa: 0
onboot: 1
ostype: l26
scsihw: virtio-scsi-pci
smbios1: uuid=xxxxxxxxxxxx
sockets: 1
startup: order=2,up=10
virtio0: vm2:230/vm-230-disk-0.raw,size=150G
vmgenid: xxxxxxxxxxxxx
Now i'm gonna to change these settings to get GPU-Passthrough work. This means I have to use
Code:
bios: ovmf
hostpci0: 81:00,pcie=1,x-vga=1 - depends on card location
machine: q35
right? Are there expected issues while changing the machine type from i440fx to q35 and SEABIOS to UEFI?
Or can I just change this and the VM will boot as usual?
TYIA