This commit is contained in:
Alex Zenla
2024-04-26 00:20:09 -07:00
parent 2c7210d85e
commit f479963cd5
4 changed files with 10 additions and 12 deletions

View File

@ -346,6 +346,8 @@ pub struct ArchDomainConfig {
pub misc_flags: u32,
}
pub const X86_EMU_LAPIC: u32 = 1 << 0;
#[repr(C)]
#[derive(Copy, Clone, Debug, Default)]
#[cfg(target_arch = "aarch64")]