more hvm work

This commit is contained in:
Alex Zenla
2024-05-04 00:33:05 -07:00
parent a6d84d70f4
commit 2f69f339bc
6 changed files with 218 additions and 57 deletions

View File

@ -326,6 +326,8 @@ impl XenClient {
.await?;
tx.write_string(format!("{}/domid", dom_path).as_str(), &domid.to_string())
.await?;
tx.write_string(format!("{}/type", dom_path).as_str(), "PVH")
.await?;
tx.write_string(
format!("{}/store/port", dom_path).as_str(),
&xenstore_evtchn.to_string(),