Skip to content

Commit 6ded4e2

Browse files
committed
remove todo
1 parent 52c32aa commit 6ded4e2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

openhcl/openhcl_boot/src/main.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -720,9 +720,6 @@ fn shim_main(shim_params_raw_offset: isize) -> ! {
720720
// Chain in the setup data.
721721
setup_data_tail.next = core::ptr::from_ref(&*cc_data) as u64;
722722
setup_data_tail = &mut cc_data.header;
723-
724-
// TODO: auto enable secure AVIC if CPUID indicates it is supported
725-
// and the guest interrupt control is supported.
726723
}
727724

728725
let reserved_memory = reserved_memory_regions(partition_info, sidecar.as_ref());

0 commit comments

Comments
 (0)