commit | 5c807a2f8d8434b7f44e079da7f628611fe0f9b8 | [log] [tgz] |
---|---|---|
author | Elie Kheirallah <khei@google.com> | Mon Sep 23 20:40:42 2024 +0000 |
committer | Elie Kheirallah <khei@google.com> | Tue Oct 01 20:03:34 2024 +0000 |
tree | 6c1482158be40de1b1fa39f5b8be752daed70ac2 | |
parent | a32f692ba287c1a1de2328e5e55daf6f0ee08212 [diff] |
Add option to dump device tree blob in VM config As part of adding tests for backwards compatibility check, dumping the device tree will be essential in validating the state of the VM. Bug: 360388014 Test: m Change-Id: I1f0835590d1e668c1737abe58e1cb7163aa6759f
diff --git a/microfuchsia/microfuchsiad/src/instance_starter.rs b/microfuchsia/microfuchsiad/src/instance_starter.rs index 15fcc06..61a024f 100644 --- a/microfuchsia/microfuchsiad/src/instance_starter.rs +++ b/microfuchsia/microfuchsiad/src/instance_starter.rs
@@ -90,6 +90,7 @@ console_out, console_in, /* log= */ None, + /* dump_dt= */ None, None, ) .context("Failed to create VM")?;