我有一个 Ubuntu Server 12.04 设置,运行着大约 6 个 KVM VM。客人都是x86或amd64,主机是2-socket Westmere Xeon box。
现在我想创建一个新的来宾 VM,但这次来宾 VM 应该运行 armhf 映像(Raspberry Pi 映像)。
我所期望的会起作用:打开 Virt-Manager,通过通常的设置步骤来创建一个新的 VM,然后选择 QEMU 和 armhf 作为来宾的架构。
为什么它不起作用:我只能看到 x86 和 amd64 作为来宾架构的选项。
Is there anyway I can install QEMU support for armhf so that I can easily create armhf KVM guests on my server using virt-manager?
I want to make as little changes as possible on the host. I do not want to use XEN or VirtualBox, it has to …
Run Code Online (Sandbox Code Playgroud)