mirror of
https://github.com/mii443/nel_os.git
synced 2025-08-22 16:15:38 +00:00
fix vm entry/exit
This commit is contained in:
@ -29,12 +29,13 @@ run-args = [
|
||||
"-display",
|
||||
"none",
|
||||
"-m",
|
||||
"512M",
|
||||
"256M",
|
||||
"-cpu",
|
||||
"host",
|
||||
"-enable-kvm",
|
||||
"-monitor",
|
||||
"telnet:127.0.0.1:5555,server,nowait"
|
||||
"telnet:127.0.0.1:5555,server,nowait",
|
||||
"-s"
|
||||
]
|
||||
test-args = [
|
||||
"-device",
|
||||
|
Reference in New Issue
Block a user