Daniel Verkamp
|
40920e7278
hypervisor: pass IoOperation data as slices
|
1 month ago |
Noah Gold
|
e9818ae0ca
hypervisor: allow errors in handle_mmio handle_fn.
|
3 months ago |
Kaiyi Li
|
2fa09ea4de
hypervisor: change VcpuX86_64::interrupt to only accept u8 vector
|
5 months ago |
Daniel Verkamp
|
d83234fcf7
hypervisor: remove unused Vcpu functions
|
6 months ago |
Daniel Verkamp
|
f49e76b386
hypervisor: x86_64: represent XCRs as a map
|
7 months ago |
Daniel Verkamp
|
309accd0ef
hypervisor: x86_64: represent collection of MSRs as a map
|
7 months ago |
Daniel Verkamp
|
c3ecf1a77f
hypervisor: x86_64: move MSR-based TSC functions into Vcpu
|
7 months ago |
Daniel Verkamp
|
f9486dabda
hypervisor: x86_64: provide single-MSR get/set APIs
|
7 months ago |
Noah Gold
|
45be65a0c7
hypervisor: stop restoring TSC offset snapshot.
|
1 year ago |
Noah Gold
|
62a3f60415
hypervisor: introduce set_tsc_value.
|
1 year ago |
Elie Kheirallah
|
3b4fbfa799
devices: bus: Add BusType to Bus for better debugging.
|
1 year ago |
A. Cody Schuffelen
|
97dff044f8
Replace #[cfg(unix)] with #[cfg(any(target_os = "android", target_os = "linux"))]
|
1 year ago |
Daniel Verkamp
|
4be56406b6
Remove target_arch = "x86" checks
|
1 year ago |
Daniel Verkamp
|
983228e99f
hypervisor: notify all Vcpu types on suspend
|
1 year ago |
Elie Kheirallah
|
9787c96675
crosvm: Add irq_chip snapshot/restore to VM
|
1 year ago |
Daniel Verkamp
|
7ed7933788
hypervisor: replace VcpuRunHandle with VcpuSignalHandle
|
1 year ago |
Daniel Verkamp
|
223c1fb7c7
unix: require hypervisor ImmediateExit capability
|
1 year ago |
Noah Gold
|
22121cdb0b
hypervisor: migrate VcpuEvents to a generic hypervisor blob.
|
1 year ago |
Elie Kheirallah
|
9d214c1843
hypervisor: Add snapshot to vCPU x86_64
|
1 year ago |
Elie Kheirallah
|
6abac76996
hypervisor: x86_64: add VCPU_EVENTS support
|
1 year ago |
Elie Kheirallah
|
041764bcd3
hypervisor: Add get_xsave and set_xsave support to x86.
|
1 year ago |
Dennis Kempin
|
f8eb24052e
Reformat all files with nightly
|
2 years ago |
Dennis Kempin
|
2f5eb3ac64
Extract devices integration tests
|
2 years ago |