2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2025-07-05 02:52:27 +00:00

docs: update cli and README

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
2023-09-11 16:07:12 +02:00
parent a22bf9caf1
commit 384a4e436c
4 changed files with 5 additions and 1 deletions

View File

@ -9,7 +9,7 @@ d2vm run qemu [options] [image-path] [flags]
### Options
```
--accel string Choose acceleration mode. Use 'tcg' to disable it. (default "hvf:tcg")
--accel string Choose acceleration mode. Use 'tcg' to disable it. (default "kvm:tcg")
--arch string Type of architecture to use, e.g. x86_64, aarch64, s390x (default "x86_64")
--cpus uint Number of CPUs (default 1)
--detached Set qemu container to run in the background