On Sep 6, 2015, at 10:52 AM, John <[email protected]> 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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "[email protected]"
