mirror of
https://github.com/mii443/nel_os.git
synced 2025-08-22 16:15:38 +00:00
add qemu args to use nested virtualization
This commit is contained in:
@ -21,7 +21,12 @@ features = ["spin_no_std"]
|
||||
[package.metadata.bootimage]
|
||||
run-args = [
|
||||
"-serial",
|
||||
"stdio"
|
||||
"stdio",
|
||||
"-display",
|
||||
"none",
|
||||
"-cpu",
|
||||
"host",
|
||||
"-enable-kvm"
|
||||
]
|
||||
test-args = [
|
||||
"-device",
|
||||
|
Reference in New Issue
Block a user