commit | c6817dc1af0f5216f01bf5964208cbcbe56ed039 | [log] [tgz] |
---|---|---|
author | Keir Fraser <keirf@google.com> | Sat Oct 01 15:22:41 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Oct 01 15:22:41 2022 +0000 |
tree | 27c33906457452e4daf73c8e69945c9258a3e838 | |
parent | 70715590dbcf238df679c4e77e5360dccced6200 [diff] | |
parent | 7276272ce8337dd5b42025ce8e8145295bdc1892 [diff] |
Merge "Temporarily disable balloon device in crosvm"
diff --git a/virtualizationservice/src/crosvm.rs b/virtualizationservice/src/crosvm.rs index 82a9e78..4a9df46 100644 --- a/virtualizationservice/src/crosvm.rs +++ b/virtualizationservice/src/crosvm.rs
@@ -434,6 +434,7 @@ .arg("--extended-status") .arg("run") .arg("--disable-sandbox") + .arg("--no-balloon") .arg("--cid") .arg(config.cid.to_string());