mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
hypervisor: provide a generic FpuState structure
Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user