summary refs log tree commit diff
path: root/tests
Commit message (Expand)AuthorAge
* arch, main: add virtio-console parsing and creationDaniel Verkamp2020-04-23
* arch, devices: move serial creation to archDaniel Verkamp2020-04-23
* Serial: add input path overriding stdin for --serialIliyan Malchev2020-04-19
* crosvm: Apply cargo fix for some clippy errorsKeiichi Watanabe2020-04-15
* tests: enable logging for boot testZach Reizner2020-04-14
* crosvm: add handling for hyperv exitsMatt Delco2020-03-05
* crosvm: add ability to enable caps on vcpuMatt Delco2020-02-20
* crosvm: support kvm's hyper-v cpuid ioctlMatt Delco2020-02-20
* tests: avoid internal error in pause testMatt Delco2020-02-19
* devices: fs: Support fs crypto ioctlsChirantan Ekbote2019-12-10
* crosvm: add plugin API for async writesMatt Delco2019-11-06
* crosvm: pre-cache answers to plugin get callsMatt Delco2019-10-31
* tests: test to see if crosvm can boot a kernelZach Reizner2019-10-31
* plugin: add missing #include <string.h> in testDaniel Verkamp2019-10-22
* use `SharedMemory::{named, anon}` to replace `::new`Zach Reizner2019-09-11
* edition: Eliminate blocks superseded by NLLDavid Tolnay2019-04-17
* edition: Remove extern crate linesDavid Tolnay2019-04-15
* error: Print errors using Display implDavid Tolnay2019-02-20
* plugin: allow retrieving and setting VM clockDmitry Torokhov2019-01-22
* remove rand crateDaniel Prilik2019-01-17
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* crosvm: add getpid and prlimit to seccompYunlian Jiang2018-10-23
* crosvm: add openat to seccompYunlian Jiang2018-10-21
* cargo fmt all source codeZach Reizner2018-10-09
* fix warning and bit rotted tests uncovered by kokoroZach Reizner2018-09-22
* plugin: do not fail crosvm_vcpu_get_msrs() if we failed to fetch someDmitry Torokhov2018-08-31
* plugin: allow retrieving list of supported MSRsDmitry Torokhov2018-07-31
* plugin: allow retrieving and setting VCPU eventsSlava Malyugin2018-07-11
* plugin: allow retrieving and setting XCR VCPU statesDmitry Torokhov2018-05-18
* plugin: allow retrieving and setting VM and VCPU statesDmitry Torokhov2018-03-30
* plugin: add crosvm_net_get_configStephen Barber2018-03-08
* Fix race between un-pausing vcpu and requesting vcpu pauseDmitry Torokhov2018-03-08
* allow plugin to query KVM for supported/emulated CPUIDsDmitry Torokhov2018-02-28
* Ensure we are not holding per-cpu data lock when pausing VCPUDmitry Torokhov2018-02-16
* allow plugin to query for KVM extensionsZach Reizner2018-02-12
* add plugin support for configuring CPUIDZach Reizner2018-02-12
* allow non-dirty log memory regions from the plugin processZach Reizner2018-02-12
* add plugin support for model specific registersZach Reizner2018-02-12
* add support for accessing debug registers in the plugin processZach Reizner2018-02-12
* crosvm: run plugin process in a jail by defaultZach Reizner2018-02-12
* crosvm: add support for plugin processZach Reizner2018-02-09