Re: KVM
Posted: Sun Dec 04, 2022 1:17 pm
Support Forum
https://forum.hyperion-entertainment.com/
https://forum.hyperion-entertainment.com/viewtopic.php?t=4225
PR-mode KVM is not supported on the X5000. Only KVM-HV is possible.xeno74 wrote: Mon Nov 07, 2022 8:48 amIt’s not as fast as KVM HV. I haven’t tested it on the X5000 yet. It’s OK on the X1000.caseycullen wrote: Mon Nov 07, 2022 5:20 am Nice! How is KVM-PR performance? I’ve been meaning to try it.
The Bochs graphics card works great with macOS.xeno74 wrote: Sun Mar 19, 2023 2:56 am Usually we use a VirtIO GPU for our QEMU machines. (-device virtio-gpu-pci)
There is another possibility.
The Bochs VGA.
QEMU argument: -device VGA,vgamem_mb=256
Please note: If you want to use a higher resolution then please delete the xorg conf file with the fbdev entry and login again.
Code: Select all
qemu-system-ppc64 -M ppce500 -cpu e5500 -m 4096 -kernel /Users/christian/QEMU_VMs/linux-image-6.3-rc3-X1000_X5000/X5000_and_QEMU_e5500/uImage-6.3 -drive format=raw,file=/Users/christian/QEMU_VMs/void-live-powerpc-20230317.img,index=0,if=virtio -netdev user,id=mynet0 -device virtio-net-pci,netdev=mynet0 -append "rw root=/dev/vda" -device VGA,vgamem_mb=256 -usb -device usb-ehci,id=ehci -device usb-tablet -device virtio-keyboard-pci -smp 4
Code: Select all
qemu-system-ppc64 -M ppce500 -cpu e5500 -m 1024 -kernel /home/amigaone/Downloads/linux-image-6.3-X1000_X5000/X5000_and_QEMU_e5500/uImage-6.3 -drive format=raw,file=/home/amigaone/Downloads/void-live-powerpc-20230317.img,index=0,if=virtio -netdev user,id=mynet0 -device virtio-net,netdev=mynet0 -append "rw root=/dev/vda" -device virtio-gpu-pci -device virtio-mouse-pci -device virtio-keyboard-pci -device pci-ohci,id=newusb -audiodev id=sndbe,driver=pa,server=/run/user/1000/pulse/native -device usb-audio,bus=newusb.0 -enable-kvm -smp 4 -fsdev local,security_model=passthrough,id=fsdev0,path=/home/amigaone/Music -device virtio-9p-pci,id=fs0,fsdev=fsdev0,mount_tag=hostshare -display gtk
Code: Select all
-drive id=disk,file=disk.qcow2,format=qcow2,if=none -device ahci,id=ahci -device ide-cf,drive=disk,bus=ahci.0
Code: Select all
qemu-img convert fienix_6.0.1-noboot-r1.img -O vmdk fienix_6.0.1-noboot-r1.vmdk
Code: Select all
qemu-system-ppc64 -M ppce500 -cpu e5500 -m 2048 -kernel uImage-6.10 -drive format=raw,file=openSUSE_Tumbleweed_20230628-3_ppc64.img,index=0,if=virtio -netdev user,id=mynet0 -device virtio-net,netdev=mynet0 -append "root=/dev/vda console=ttyS0 3" -device virtio-gpu-pci -device virtio-mouse-pci -device virtio-keyboard-pci -smp 4 -drive file=lvm.qcow2,if=none,id=nvme -device nvme,serial=deadbeef,drive=nvme -drive id=disk,file=lvm2.qcow2,if=none -device ahci,id=ahci -device ide-cf,drive=disk,bus=ahci.0 -nographic