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

Support for macOS #62

Open
beriberikix opened this issue Oct 7, 2022 · 1 comment
Open

Support for macOS #62

beriberikix opened this issue Oct 7, 2022 · 1 comment

Comments

@beriberikix
Copy link

QEMU + networking on macOS has not been supported. Virtual networking on macOS makes it challenging due to recent changes in macOS around virtual networking (see vmnet https://developer.apple.com/documentation/vmnet.) vmnet support in QEMU was introduced into QEMU in 7.1.0. https://gitlab.com/qemu-project/qemu/-/issues/465#note_1113176653. I personally haven't tried it yet but can confirm it's there. While there's little documentation, it could mean a viable path for qemu networking support for macOS.

net-tools would need major rework to support macOS (pfctl instead of iptables, etc.) Also, many of the shell scripts assume Linux.

@cfriedt
Copy link
Member

cfriedt commented Oct 11, 2022

I could probably work on this at some point. Can't assign to myself though.

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