I am currently facing a challenge with integrating Cockpit on my AMD64 machine for managing both AMD64 and ARM64 virtual machines.
I have successfully run an ARM64 machine on my AMD64 machine using QEMU, as demonstrated by the following command:
qemu-system-aarch64 -machine raspi3b -cpu cortex-a72 -dtb /mnt/raspios/bcm2710-rpi-3-b-plus.dtb -m 1G -smp 4 -serial stdio -kernel /mnt/raspios/kernel8.img -sd raspiosarm64lite.img -append "rw earlyprintk loglevel=8 console=ttyAMA0,115200dwc_otg.lpm_enable=0 root=/dev/mmcblk0p2 rootdelay=1"
As you can see by reading the command I am trying to virtualize a raspberry 3 in this case.
However, I have encountered difficulties when attempting to use Cockpit on my AMD64 machine for managing ARM64 virtual machines