summary refs log tree commit diff
path: root/kvm
Commit message (Expand)AuthorAge
* kvm: use MappedRegion traitGurchetan Singh2020-06-12
* hypervisor: add Vm user memory region functionsSteven Richman2020-06-10
* Implements the Hypervisor trait for Kvm.Udam Saini2020-05-15
* aarch64: Enable PMU in the guest.Suleiman Souhlal2020-05-08
* crosvm: add handling for hyperv exitsMatt Delco2020-03-05
* devices: PIC: implement interrupt injectionZhuocheng Ding2020-03-05
* Add logic to setup PIC/IOAPIC.Zhuocheng Ding2020-03-05
* crosvm: add ability to enable caps on vcpuMatt Delco2020-02-20
* crosvm: support kvm's hyper-v cpuid ioctlMatt Delco2020-02-20
* crosvm: treat FailEntry as fatal to a vcpuStephen Barber2019-12-20
* crosvm: move vec_with_array_field to data_modelGurchetan Singh2019-12-11
* Add runnable vcpuDylan Reid2019-12-10
* kvm: Allow low mmio added into kvmXiong Zhang2019-11-11
* resource: Rename device memory to mmioXiong Zhang2019-11-10
* kvm: replace unused Err with is_err() checkDaniel Verkamp2019-11-08
* kvm: silence clippy warning about pointer alignmentDaniel Verkamp2019-11-08
* kvm: Fix build_test error on register_irqfdXiong Zhang2019-11-04
* kvm: add methods to set/clear immediate exit bitMatt Delco2019-10-30
* crosvm: add support for immediate exitMatt Delco2019-10-23
* vfio: Add msi supportXiong Zhang2019-10-17
* kvm: Let device could modify its irq routingXiong Zhang2019-10-14
* use `SharedMemory::{named, anon}` to replace `::new`Zach Reizner2019-09-11
* edition: Eliminate blocks superseded by NLLDavid Tolnay2019-04-17
* clippy: Resolve single_matchDavid Tolnay2019-04-17
* clippy: Switch to tool attributes for suppressing lintsDavid Tolnay2019-04-15
* edition: Remove extern crate linesDavid Tolnay2019-04-15
* edition: Fill in macro importsDavid Tolnay2019-04-15
* sys_util: add MemoryMappingArenaDaniel Prilik2019-04-12
* cargo: Sort all dependency lists in Cargo.tomlDavid Tolnay2019-04-09
* edition: Update kvm and kvm_sys crates to 2018 editionDavid Tolnay2019-04-08
* crosvm: add memfd for GuestMemoryDaniel Prilik2019-03-25
* Add IOAPIC device skeleton.Miriam Zimmerman2019-03-16
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* crosvm: Add KVM_SIGNAL_MSI ioctl.Miriam Zimmerman2019-03-11
* crosvm: Add ioctl wrappers for split-irqchip API.Miriam Zimmerman2019-03-08
* kvm: take a reference to GuestMemory in VcpuZach Reizner2019-01-30
* kvm: annotate tests for x86-specific APIsDmitry Torokhov2019-01-24
* kvm: add wrapper for KVM_KVMCLOCK_CTRL VM ioctlZach Reizner2019-01-23
* kvm: plumb accessors for KVM_GET_CLOCK/KVM_SET_CLOCKDmitry Torokhov2019-01-22
* memory: Add methods to return error on short writes and readsDavid Tolnay2019-01-13
* kvm: add Debug to IoeventAddressJingkui Wang2018-12-25
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* crosvm: use msg_socket in vm_controlJingkui Wang2018-11-19
* cargo fmt with Rust 1.30.0Daniel Verkamp2018-10-31
* cargo fmt aarch64 and kvmDaniel Verkamp2018-10-18
* kvm: fix clippy error about mis-aligned pointer castsZach Reizner2018-10-12
* kvm: fix clippy error about multiple mut referencesZach Reizner2018-10-12
* kvm: refactor ioeventfd datamatch interfaceDaniel Verkamp2018-10-11
* cargo fmt all source codeZach Reizner2018-10-09
* kvm: fix get_msrs() to handle case where KVM does not fetch all MSRsDmitry Torokhov2018-08-31