mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
more debugging of page table issues
This commit is contained in:
@ -19,7 +19,6 @@ fn main() -> Result<(), XenClientError> {
|
||||
let call = XenCall::open()?;
|
||||
let domctl = DomainControl::new(&call);
|
||||
let domid = domctl.create_domain(CreateDomain::default())?;
|
||||
domctl.pause_domain(domid)?;
|
||||
domctl.set_max_vcpus(domid, 1)?;
|
||||
let result = boot(domid, kernel_image_path.as_str(), &call, &domctl);
|
||||
domctl.destroy_domain(domid)?;
|
||||
|
Reference in New Issue
Block a user