Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Docs for new options (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiodionisi authored Jul 12, 2022
1 parent 28a1574 commit 4022380
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Native macOS networking for QEMU using `vmnet.framework` and `socket` networking
## Requirements

- macOS 10.10 or later.
- Any QEMU version that supports `socket` networking), I tested it with 6.1.0 on ARM.
- Any QEMU version that supports `socket` networking, I tested it with 6.1.0 on ARM.

## Getting started

Expand Down Expand Up @@ -58,6 +58,9 @@ Enjoy your fully working networking with a dedicated IP!
## Options

- `-address` sets the listening address (default ":2233")
- `-cpuprofile file` write cpu profile to file
- `-debug` sets log level to debug
- `-memprofile file` write memory profile to file
- `-trace` sets log level to trace

In the future `vmnet` can be configured in bridged mode :)

0 comments on commit 4022380

Please sign in to comment.