tests: exclude d2vm_run_qemu.md from diff as defaults change on virtualization features availability

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
Adphi 2022-08-10 12:00:01 +02:00
parent 02ca54f141
commit 77690dbb57
Signed by: adphi
GPG Key ID: 46BE4062DB2397FF
3 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ tests:
docs-up-to-date:
@$(MAKE) docs
@git diff --quiet docs || (git --no-pager diff; echo "Please regenerate the documentation with 'make docs'"; exit 1)
@git diff --quiet -- docs ':(exclude)docs/reference/d2vm_run_qemu.md' || (git --no-pager diff -- docs ':(exclude)docs/reference/d2vm_run_qemu.md'; echo "Please regenerate the documentation with 'make docs'"; exit 1)
check-fmt:
@[ "$(gofmt -l $(find . -name '*.go') 2>&1)" = "" ]

Binary file not shown.

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 "kvm:tcg")
--accel string Choose acceleration mode. Use 'tcg' to disable it. (default "hvf:tcg")
--arch string Type of architecture to use, e.g. x86_64, aarch64, s390x (default "x86_64")
--cpus uint Number of CPUs (default 1)
--data string String of metadata to pass to VM; error to specify both -data and -data-file