Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Support for creating virtual machines that emulate aarch64 hardware running on an amd64 physical host #564

Open
JoeKun opened this issue Oct 27, 2024 · 1 comment

Comments

@JoeKun
Copy link

JoeKun commented Oct 27, 2024

vm-bhyve is awesome to create virtual machines with the same processor architecture, and I use it a lot on my Intel server, with the amd64 processor architecture, and virtual machines which also use this amd64 processor architecture.

As I'm trying to familiarize myself with ARM architectures, I would find it very compelling to create virtual machines with the aarch64 processor architecture with the ease of use of vm-bhyve, and have them running in some kind of emulated mode on my physical host machine with an amd64 processor architecture.

Thanks for your consideration!

@yaroslav-gwit
Copy link

yaroslav-gwit commented Oct 28, 2024

As far as I am aware bhyve, as a hypervisor, doesn't support the CPU architecture emulation. Your best bet is probably the QEMU (although it's much more limited in what it can do under FreeBSD vs Linux).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants