-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Enable user mode network backend support in qemu #1457
Conversation
Are you sure that this is needed? |
And only specifically when I agree with @cmuellner that such dependencies should be installed rather than built - unless there is a compelling case for building them from scratch as part of the Perhaps the potential dependency should be mentioned in the readme? But it's difficult to keep up with all possible dependencies for all situations on all platforms as evidenced by a few open issues: |
I think it's not enough, it complains: network backend 'user' is not compiled into this binary And as the doc says, we still need to enable it explicitly:
|
The title of this PR seems to be misleading? |
I've built QEMU here without any config flags and it states the following during the build process:
And the built I think that |
Yeah, I will change it.
Yes, slirp supoprt is added and we will build libslirp.so too after a
Yeah, you're right. Maybe we should add it to README.td? |
Fine for me. |
If `libslirp` is found during configuration, it will be enabled. So we just need install `libslirp` before building.
74b2f47
to
ac7a038
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks! |
If
libslirp
is found during configuration, it will be enabled.So we just need install
libslirp
before building.