hypervisor: provide a generic FpuState structure

Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
Wei Liu
2022-07-15 12:35:10 +00:00
committed by Rob Bradford
parent 08135fa085
commit 6a8c0fc887
8 changed files with 105 additions and 19 deletions

View File

@@ -2336,8 +2336,8 @@ impl CpuElf64Writable for CpuManager {
mod tests {
use arch::x86_64::interrupts::*;
use arch::x86_64::regs::*;
use hypervisor::arch::x86::StandardRegisters;
use hypervisor::x86_64::{FpuState, LapicState};
use hypervisor::arch::x86::{FpuState, StandardRegisters};
use hypervisor::x86_64::LapicState;
#[test]
fn test_setlint() {