I mean the qemu conf file for the VM which I expect to look pretty much the same in any host OS. Like:
root@pve:~# cat /etc/pve/qemu-server/119.conf
args: -global virtio-net-pci.disable-legacy=on -global virtio-scsi-pci.disable-legacy=on -global virtio-ballon-pci.disable-legacy=on
balloon: 1024
boot: order=scsi0;ide2;net0
cores: 1
ide2: local:iso/netgate-installer-v1.1-DEVELOPMENT-amd64-20250318-0600.iso,media=cdrom,size=1062414K
machine: q35,viommu=virtio
memory: 2048
meta: creation-qemu=7.2.0,ctime=1713818950
name: pfSense10
net0: virtio=8A:1C:48:8A:25:E7,bridge=vmbr0,firewall=1
net1: virtio=BC:24:11:CC:61:EA,bridge=vmbr1,firewall=1
numa: 0
ostype: l26
parent: snap3
scsi0: HDIMG:119/vm-119-disk-0.qcow2,iothread=1,size=10G
scsihw: virtio-scsi-single
serial0: socket
smbios1: uuid=ac41daa9-526a-42b9-84d4-0904a44b7468
sockets: 1
vmgenid: 72cd897c-0186-4e1d-aaae-f41810d575d7
It does look like we might be on to something upstream though. But first we need to replicate the failure which is proving difficult.