commit | f865042997838b0d886114291e1f478df84d5368 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Wed Jun 09 15:54:09 2021 +0000 |
committer | Andrew Walbran <qwandor@google.com> | Tue Jun 22 15:13:48 2021 +0000 |
tree | cd60f0c84f6051e8b8321f93b449aefd5c7d3639 | |
parent | 3a8e42a6bdd49e217f264fe248608e1000293bb8 [diff] [blame] |
Support running protected VMs. Test: atest VirtualizationTestCases Change-Id: Ia6e605a73f6dd14e87fc7ad5e12bf973b1d2b499
diff --git a/virtualizationservice/src/aidl.rs b/virtualizationservice/src/aidl.rs index 6d3f737..6b889c6 100644 --- a/virtualizationservice/src/aidl.rs +++ b/virtualizationservice/src/aidl.rs
@@ -115,6 +115,7 @@ initrd: as_asref(&config.initrd), disks, params: config.params.to_owned(), + protected: config.protected_vm, }; let composite_disk_mappings: Vec<_> = indirect_files .iter()