Skip to content

Commit

Permalink
flag to test with old
Browse files Browse the repository at this point in the history
  • Loading branch information
myrrc committed Nov 28, 2024
1 parent 3c00112 commit bb5b06e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions neonvm-runner/cmd/main.go
Original file line number Diff line number Diff line change
@@ -644,6 +644,10 @@ func newConfig(logger *zap.Logger) *Config {
flag.BoolVar(&cfg.skipCgroupManagement, "skip-cgroup-management",
cfg.skipCgroupManagement,
"Don't try to manage CPU")
var t bool //TODO(myrrc)
flag.BoolVar(&t, "enable-dummy-cpu-server", t, "test")
flag.BoolVar(&t, "enable-network-monitoring", t, "test")

flag.StringVar(&cfg.diskCacheSettings, "qemu-disk-cache-settings",
cfg.diskCacheSettings, "Cache settings to add to -drive args for VM disks")
flag.Func("memory-provider", "Set provider for memory hotplug", cfg.memoryProvider.FlagFunc)

0 comments on commit bb5b06e

Please sign in to comment.