-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Always respect the requested model to emulate. Before this change, a device configured to run in TAP mode would ignore a user's requested model and always emulate a e1000. This worked on x86_64 where that driver is part of the kernel, but that is not true for aarch64. - Always supply a mactab. It was very confusing that the interface names would change, in Infix, depending on the selected networking mode. - Remove old decoy variables that were assigned but never used anywhere. - Separately setup the host and target side of a nic (i.e. use a -netdev/-device pair instead of the -nic shortcut). This lets us share the host side setup across all modes.
- Loading branch information
Showing
2 changed files
with
22 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters