mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-04 13:41:31 +00:00
wip hvm
This commit is contained in:
@ -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")]
|
||||
|
Reference in New Issue
Block a user