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

Fix issue with qemu network option name #50

Closed
wants to merge 2 commits into from

Conversation

MrH100000
Copy link

@MrH100000 MrH100000 commented Feb 18, 2021

The correct option for networking seems to be -net nic -net user, instead of -nic.
This fixes #48.

@MrH100000
Copy link
Author

MrH100000 commented Feb 18, 2021

Upon further research, it seems that the -net option is considered obsolete. However, this does fix the issue for me and allow the program to function as desired.

It seems that the -nic option was actually added in qemu version 2.12. In my environment, I was using qemu version 2.11.1, and it seems that the options -net nic -net user are correct for the older version.

@MrH100000 MrH100000 closed this Feb 18, 2021
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

Successfully merging this pull request may close these issues.

qemu-system-ppc64: -nic: invalid option
1 participant