Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ configurations. Advanced users can, of course, plug in their own front-end.
* `block` - block device configuration
* `path` - `String`, path to the root filesystem
* `net` - network device configuration
* `tap` - `String`, tap name, only the API support is added for now,
an actual network device configuration is done in the
[following PR under review](https://github.com/rust-vmm/vmm-reference/pull/49).
* `tap` - `String`, tap name

*Note*: For now, only the path to the root block device can be configured
via command line. The block device will implicitly be read-write and with
Expand Down