aboutsummaryrefslogtreecommitdiffstats
path: root/kvm
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert submission"Chih-Hung Hsieh2019-12-021-1/+38
* Revert submissionColin Cross2019-11-262-58/+1
* Add rust_test modules and TEST_MAPPING.Chih-Hung Hsieh2019-11-172-1/+58
* Add crosvm_defaults with only supported platforms.Ivan Lozano2019-11-151-1/+1
* Use default module name 'liblibc'Chih-Hung Hsieh2019-10-311-1/+1
* Generate Android.bp into subdirectories.Chih-Hung Hsieh2019-10-141-0/+14
* edition: Eliminate blocks superseded by NLLDavid Tolnay2019-04-171-19/+17
* clippy: Resolve single_matchDavid Tolnay2019-04-171-4/+3
* clippy: Switch to tool attributes for suppressing lintsDavid Tolnay2019-04-151-2/+2
* edition: Remove extern crate linesDavid Tolnay2019-04-154-18/+0
* edition: Fill in macro importsDavid Tolnay2019-04-151-4/+2
* sys_util: add MemoryMappingArenaDaniel Prilik2019-04-121-29/+126
* cargo: Sort all dependency lists in Cargo.tomlDavid Tolnay2019-04-091-2/+2
* edition: Update kvm and kvm_sys crates to 2018 editionDavid Tolnay2019-04-081-0/+1
* crosvm: add memfd for GuestMemoryDaniel Prilik2019-03-251-1/+1
* Add IOAPIC device skeleton.Miriam Zimmerman2019-03-161-2/+4
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-131-1/+1
* crosvm: Add KVM_SIGNAL_MSI ioctl.Miriam Zimmerman2019-03-111-0/+14
* crosvm: Add ioctl wrappers for split-irqchip API.Miriam Zimmerman2019-03-081-0/+40
* kvm: take a reference to GuestMemory in VcpuZach Reizner2019-01-301-1/+16
* kvm: annotate tests for x86-specific APIsDmitry Torokhov2019-01-241-0/+6
* kvm: add wrapper for KVM_KVMCLOCK_CTRL VM ioctlZach Reizner2019-01-231-0/+15
* kvm: plumb accessors for KVM_GET_CLOCK/KVM_SET_CLOCKDmitry Torokhov2019-01-221-0/+42
* memory: Add methods to return error on short writes and readsDavid Tolnay2019-01-131-1/+1
* kvm: add Debug to IoeventAddressJingkui Wang2018-12-251-1/+1
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-133-16/+27
* crosvm: use msg_socket in vm_controlJingkui Wang2018-11-192-1/+4
* cargo fmt with Rust 1.30.0Daniel Verkamp2018-10-311-40/+30
* cargo fmt aarch64 and kvmDaniel Verkamp2018-10-181-1/+1
* kvm: fix clippy error about mis-aligned pointer castsZach Reizner2018-10-121-85/+97
* kvm: fix clippy error about multiple mut referencesZach Reizner2018-10-123-34/+116
* kvm: refactor ioeventfd datamatch interfaceDaniel Verkamp2018-10-111-48/+71
* cargo fmt all source codeZach Reizner2018-10-094-197/+307
* kvm: fix get_msrs() to handle case where KVM does not fetch all MSRsDmitry Torokhov2018-08-311-11/+13
* kvm: fix set_gsi_routing() testDmitry Torokhov2018-08-311-0/+1
* kvm: plumb accessor for KVM_GET_MSR_INDEX_LISTDmitry Torokhov2018-07-311-0/+47
* plugin: allow retrieving and setting VCPU eventsSlava Malyugin2018-07-111-0/+35
* kvm: fix test for getting and setting xcrsDmitry Torokhov2018-05-171-5/+2
* kvm: plumb accessors for VCPU XCR stateDmitry Torokhov2018-05-161-0/+47
* crosvm: aarch64: get kernel's preferred target type for vcpusSonny Rao2018-04-031-0/+15
* crosvm: aarch64 guest supportSonny Rao2018-04-031-0/+39
* kvm: fix fetching irqchip state for PICs other than the first oneDmitry Torokhov2018-03-301-13/+80
* kvm: plumb accessors for VCPU MP stateDmitry Torokhov2018-03-291-0/+49
* crosvm: fix documentation for SystemEventSonny Rao2018-03-291-2/+4
* crosvm: support VM shutdown via SystemEventSonny Rao2018-03-291-2/+10
* kvm: plumb accessors for IRQCHIP and PIT stateDmitry Torokhov2018-03-271-0/+84
* kvm: silence a warning on non-x86 buildsSonny Rao2018-03-121-2/+1
* kvm: add tests for get_supported_cpuid() and get_emulated_cpuid()Dmitry Torokhov2018-03-081-0/+14
* kvm: fix invocation of KVM_SET_SIGNAL_MASK ioctlDmitry Torokhov2018-03-081-1/+18
* kvm: fix a couple of typos in commentsDmitry Torokhov2018-02-281-2/+2