Hello there,
I would like to ask if I can passthrough my secondary (real) GPU Radeon RX550 to qemu-system-ppc with Pegasos II installation using Zoltan Balaton's Bboot for Amiga OS4.1.
It currently works with -device sm501.
But instead, this is what I tried for the VFIO passthrough (not working of course).
sudo qemu-system-ppc -machine pegasos2 -cpu 7447 -m 2G \ -kernel bboot -initrd Kickstart.zip \ -drive if=none,id=CD0 -device ide-cd,drive=CD0,bus=ide.1,bootindex=1 \ -drive if=none,id=DH0,file=amigahdd-System.img,format=raw -device ide-hd,drive=DH0,bus=ide.0,bootindex=2 \ -drive if=none,id=DH1,file=amigahdd-Work.img,format=raw -device ide-hd,drive=DH1,bootindex=3 \ -device rtl8139,netdev=ETH0 -netdev user,id=ETH0 \ -rtc base=localtime -serial stdio \ -device AC97 \ -device vfio-pci,host=04:00.0,multifunction=on,x-vga=on,id=vfio0 \ -device vfio-pci,host=04:00.1,id=vfio1 \ -usb \ -device usb-host,vendorid=0x1a2c,productid=4094 \ -device usb-host,vendorid=0x1c4f,productid=0x0034 \ -vga none \ -display none
Best Regards,
Nikitas Bastas