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

tools: labs: qemu: Makefile: Remove deprecated vlan parameter #127

Merged
merged 1 commit into from
Apr 21, 2019

Conversation

Sergiu121
Copy link

As of QEMU 3.0 the vlan parameter has been removed, so I had to change the
-net option to -netdev, which has a similar functionality to vlan, ie run the
device in a separate network.

Signed-off-by: Sergiu Weisz sergiu121@gmail.com

As of QEMU 3.0 the vlan parameter has been removed, so I had to change the
-net option to -netdev, which has a similar functionality to vlan, ie run the
device in a separate network.

Signed-off-by: Sergiu Weisz <sergiu121@gmail.com>
tavip pushed a commit to linux-kernel-labs/linux-kernel-labs.github.io that referenced this pull request Apr 21, 2019
Copy link

@razvand razvand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked on QEMU 2.11.1 and QEMU 2.8.0 and it works.

@razvand razvand added the infrastructure Infrastructure for building and testing label Apr 21, 2019
@razvand razvand merged commit 729e4a7 into linux-kernel-labs:master Apr 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Infrastructure for building and testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants