-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qemu-opts cmdline arg does not seem to be working properly #88
Comments
Try Keep in mind that virtiofsd has some special memory requirements (therefore it's always recommended to use Any other qemu-specific option can be passed via |
Could this be documented somewhere please? Works for me. |
This should close/satisfy arighi#88 Signed-off-by: Jim Cromie <[email protected]>
This should close/satisfy arighi#88 Signed-off-by: Jim Cromie <[email protected]>
I believe that #150 fixed the issue, right? |
With original virtme, I can pass cmdline options to qemu like this:
$ virtme-run --kdir . --qemu-opts -m 1G
I would expect vng should behave the same with this cmdline arg. However, it is not:
$ vng -v --disable-microvm --qemu-opts -m 1G
usage: vng [-h] [--version] [--run [RUN] | --build | --clean | --dump DUMP] [--dry-run] [--skip-config] [--no-virtme-ng-init] [--snaps] [--debug] [--kconfig] [--skip-modules] [--commit COMMIT] [--config CONFIG] [--compiler COMPILER] [--busybox PATH_TO_BUSYBOX] [--qemu QEMU]
[--name NAME] [--user USER] [--root ROOT] [--root-release ROOT_RELEASE] [--rw] [--force-9p] [--disable-microvm] [--disable-kvm] [--cwd CWD] [--pwd] [--rodir RODIR] [--rwdir RWDIR] [--overlay-rwdir OVERLAY_RWDIR] [--cpus CPUS] [--memory MEMORY]
[--numa MEM[,cpus=FIRST_CPU1[-LAST_CPU1]][,cpus=FIRST_CPU2[-LAST_CPU2]]...] [--balloon] [--network user|bridge] [--disk PATH] [--exec EXEC] [--append APPEND] [--force-initramfs] [--sound] [--graphics] [--verbose] [--quiet] [--qemu-opts QEMU_OPTS]
[--build-host BUILD_HOST] [--build-host-exec-prefix BUILD_HOST_EXEC_PREFIX] [--build-host-vmlinux] [--arch ARCH] [--force]
[envs ...]
vng: error: argument --qemu-opts/-o: expected one argument
Btw, I know I can use "--memory" directly :) I need to pass something else, "-m" is just an example.
The text was updated successfully, but these errors were encountered: