freebsd arm guest on freebsd amd64 bhyve

John Nielsen lists at jnielsen.net
Mon Sep 21 23:05:43 UTC 2015


On Sep 6, 2015, at 10:52 AM, John <freebsd-lists at potato.growveg.org> wrote:

> Can a freebsd-arm6 (freebsd11) guest run on a freebsd 10.2 amd64 bhyve host?

In a word, no. Bhyve only does native and legacy-free virtualization, which means the guest MUST be the same architecture as the host. (You can run e.g. a 32-bit i686 guest on a 64-bit amd64 host but that is a special case.)

Qemu allows you to run fully emulated guests, so running that instead of bhyve on your host is a better bet. Adjust your performance expectations accordingly.

JN



More information about the freebsd-emulation mailing list