summary refs log tree commit diff
path: root/src/plugin
Commit message (Expand)AuthorAge
...
* crosvm/plugin: fmt plugin module and remove negative error codeZach Reizner2018-04-26
* crovm/plugin: fix PerVcpuState to be per vcpuZach Reizner2018-04-26
* crosvm: enable seccomp logging in debug buildsZach Reizner2018-04-04
* plugin: allow retrieving and setting VM and VCPU statesDmitry Torokhov2018-03-30
* crosvm/plugin: create PIT for plugin VMsDmitry Torokhov2018-03-20
* crosvm/plugin: refactor poll loop to use PollContextZach Reizner2018-03-08
* plugin: add crosvm_net_get_configStephen Barber2018-03-08
* Fix race between un-pausing vcpu and requesting vcpu pauseDmitry Torokhov2018-03-08
* plugin: use positive error values for errno-based errorsDmitry Torokhov2018-03-06
* allow plugin to query KVM for supported/emulated CPUIDsDmitry Torokhov2018-02-28
* sys_util: factor out signal manipulation from signalfd into signalDmitry Torokhov2018-02-26
* 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
* crosvm/plugin: allow plugins to exit early succesfullyZach 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: support passing command line arguments to 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