Home
last modified time | relevance | path

Searched refs:qemu_cmd (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/libs/vm_manager/
Dqemu_manager.cpp130 cvd::Command qemu_cmd(config_->qemu_binary(), stop); in StartCommands() local
131 qemu_cmd.AddParameter("-name"); in StartCommands()
132 qemu_cmd.AddParameter("guest=", instance.instance_name(), ",debug-threads=on"); in StartCommands()
134 qemu_cmd.AddParameter("-machine"); in StartCommands()
136 qemu_cmd.AddParameter(machine, ",usb=off,dump-guest-core=off"); in StartCommands()
138 qemu_cmd.AddParameter("-m"); in StartCommands()
139 qemu_cmd.AddParameter(config_->memory_mb()); in StartCommands()
141 qemu_cmd.AddParameter("-realtime"); in StartCommands()
142 qemu_cmd.AddParameter("mlock=off"); in StartCommands()
144 qemu_cmd.AddParameter("-smp"); in StartCommands()
[all …]