This repository was archived by the owner on Apr 28, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Test case for nested virtualization #189
Merged
hertrste
merged 7 commits into
cyberus-technology:main
from
hertrste:cpu-profiles-nesting
Apr 15, 2026
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
bb5243b
test_helper: add nested guest helper
hertrste c9f1ab9
nix: put firmware and cirros image into nixos image
hertrste 6ae8e98
nix: add packages for nesting in nixos image
hertrste 639349d
tests: add nested guest boot test
hertrste f1568cf
common.nix: add sapphire-rapids profile config
hertrste 12a0cc6
tests: add nesting with CPU profile test
hertrste c688075
doc: add nested tap to networks.md
hertrste File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,10 @@ | ||
| # Host VM and Test VM Networks Overview | ||
|
|
||
| | IP net | Host Interface (MAC, Name) | Host Bridge | Guest Interface (Name) | Comment | | ||
| |--------------------|------------------------------|-------------|------------------------|-------------------------------------| | ||
| | `192.168.1.0/24` | `52:54:00:e5:b8:01`, `tap1` | - | `eth1337` | Main network into test VM | | ||
| | `192.168.2.0/24` | `52:54:00:e5:b8:02`, `tap2` | - | `eth1338` | Hotplugged device (type `ethernet`) | | ||
| | `192.168.3.0/24` | `52:54:00:e5:b8:03`, `tap3` | `br3` | `eth1339` | Hotplugged device (type `network`) | | ||
| | `192.168.4.0/24` | `52:54:00:e5:b8:04`, `tap4` | `br4` | `eth1340` | Hotplugged device (type `bridge`) | | ||
| | `192.168.100.0/24` | <dynamic> , `eth1` | - | - | Network between host VMs | | ||
| | IP net | Host Interface (MAC, Name) | Host Bridge | Guest Interface (Name) | Comment | | ||
| |--------------------|-----------------------------------|-------------|------------------------|-------------------------------------| | ||
| | `192.168.1.0/24` | `52:54:00:e5:b8:01`, `tap1` | - | `eth1337` | Main network into test VM | | ||
| | `192.168.2.0/24` | `52:54:00:e5:b8:02`, `tap2` | - | `eth1338` | Hotplugged device (type `ethernet`) | | ||
| | `192.168.3.0/24` | `52:54:00:e5:b8:03`, `tap3` | `br3` | `eth1339` | Hotplugged device (type `network`) | | ||
| | `192.168.4.0/24` | `52:54:00:e5:b8:04`, `tap4` | `br4` | `eth1340` | Hotplugged device (type `bridge`) | | ||
| | `192.168.30.0/24` | `52:54:00:e5:b9:01`, `nestedtap0` | - | - | Tap for nested VM tests | | ||
| | `192.168.100.0/24` | <dynamic> , `eth1` | - | - | Network between host VMs | |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.