Thanks for this. It's more complicated than I would like but lets see how this works.
Michael
Michael
I assume the 1950XT would work, assuming Openbios has all the words used in the FCode ROM.
First you have to setup vfio.pci so it's working with qemu-system-ppc, then you need to load the FCode ROM from a disk and execute it on the propert device node in Openbios.
Something like:
Code:dev /pci/@f <---assumes your 1950 is the device @f load hd:,\ppc\1950XT.fcode <<--- assumes you have the fcode ROM on the first qemu hd in the foler /ppc " /pci/@f" open-dev to my-self 4000040 1 byte-load <--assumes you haven't monkeyed with the load-base address.
If you don't get an error, you should be golden, then just boot hd:,\\:tbxi.
If you do get an error you'll need to turn on ?Fcode debug and Fcode Verbose, and detok the FCode ROM and find the words that Openbios is hanging on, likely because they are unimplemented.
If you find unimplemented words, you'll have to implement them, and rebuild Openbios.