just a slight correction - pve-qemu-kvm / qemu-server are not able to do that yet.
yet implies you're working on that? I know that you guys are working on ARM64 in general as a host platform, yet I was not aware of cross architecture emulation.
just a slight correction - pve-qemu-kvm / qemu-server are not able to do that yet.
yet implies you're working on that? I know that you guys are working on ARM64 in general as a host platform, yet I was not aware of cross architecture emulation.
we are working on (native) ARM64, and once we have machine models for that integrated into qemu-server, enabling at least cross amd64<->arm(...) emulation is almost free and nice to have for testing - so I don't see a reason not to.
just a slight correction - pve-qemu-kvm / qemu-server are not able to do that yet.
it is entirely possible to implement it (configuring the Qemu build to include some additional emulation targets is the small part, actually integrating those architectures into qemu-server in a meaningful way is the bigger one). of course such an ARM VM emulated in software on an x86 host is likely slower than a HW-accelerated ARM VM on an arm64 host, but it does work and for e.g., development/testing purposes it's probably fast enough
Don't know any use any more. In my case I could 'install -y qemu-system-arm' for Failure running script /usr/share/proxmox-ve/pve-apt-hook.Code:mkdir testingLnxBil cd testingLnxBil wget http : //stappers.it/do303/debian/stable/main/amd64/qemu-system-arm.deb # partial output of wget do303 package.deb # Resolving stappers.it (stappers.it)... 77.72.145.78, 2a01:7c8:aaae:103::1 # HTTP request sent, awaiting response... 303 See Other # Location: http : //ftp.nl.debian.org/debian/pool/main/q/qemu/qemu-system-arm_2.1+dfsg12+deb8u6_amd64.deb [following] # -timestamp- http : //ftp.nl.debian.org/debian/pool/main/q/qemu/qemu-system-arm_2.1+dfsg12+deb8u6_amd64.deb # Resolving ftp.nl.debian.org (ftp.nl.debian.org)... # Connecting to ftp.nl.debian.org (ftp.nl.debian.org) # HTTP request sent, awaiting response... 200 OK # Saving to: ‘qemu-system-arm.deb’ dpkg -x qemu-system-arm.deb . ls find usr
So far, so good.
Let's give it a spin ...
Code:yanur:~/testingLnxBil# usr/bin/qemu-system-aarch64 -M ? usr/bin/qemu-system-aarch64: error while loading shared libraries: \ libiscsi.so.2: cannot open shared object file: No such file or directory yanur:~/testingLnxBil#
iscsi library is on system as version 7. I made a symbolic link libiscsi.so.2 pointing to .7.
Next run yield error about missing bluetooth library.
Installing bluetooth library by apt got me a lot warnings.
Stopped with the advice.
Removed the libiscsi symlink to get proxmox server back to original state.
Looking forward to see further advice how to get ARM / ARM64 / MIPS / POWERPC running on Proxmox VE.
Cheers
Geert Stappers