@Maijestro
@All
I recompiled qemu 8 rc3
the filesystem had nothing to do with it
( "sfs" is set correctly )
now the speed is great
I disabled debugging
./configure --target-list=ppc-softmmu -enable-slirp --disable-debug-tcg --disable-debug-info
qemu is a complex program
you could also edit the .config file and optimize it according to your processor etc.
I should find the specs for the Ryzen 5800 but got lost
some time ago I was given help when I was using the "I7 4770k" processor
QEMU_CFLAGS="-O3 -march=corei7-avx -mtune=corei7-avx -mfpmath=both $QEMU_CFLAGS"
to make the most of it I should find the specs for the Ryzen 5800.
But now it's much faster without debugging, that's okay.
also I would like to try to edit virt-manager (xml) to make it recognize the "IDE"
with something like this:
<disk type='file' device='disk'>
<driver name='qemu' type='raw'/>
<source file='/srv/storage/images/kerio_control.img'/>
<target dev='hda' bus='ide'/>
<address type='drive' controller='0' bus='0' unit='0'/>
</disk>
if anyone has done this before, any help is welcome.
Thank you.