summary refs log tree commit diff
Commit message (Expand)AuthorAge
* crosvm_plugin: be more RustyDmitry Torokhov2018-03-08
* qcow: Fix clippy warningsDylan Reid2018-03-08
* plugin: add crosvm_net_get_configStephen Barber2018-03-08
* kvm: add tests for get_supported_cpuid() and get_emulated_cpuid()Dmitry Torokhov2018-03-08
* Fix race between un-pausing vcpu and requesting vcpu pauseDmitry Torokhov2018-03-08
* kvm: fix invocation of KVM_SET_SIGNAL_MASK ioctlDmitry Torokhov2018-03-08
* qcow: Fix refcount_bytesDylan Reid2018-03-07
* fix some clippy errors that are default denyZach Reizner2018-03-07
* plugin: only convert to negative errors on crosvm.h boundaryDmitry Torokhov2018-03-07
* REAPPLY: crosvm: allow control of running VM via socketZach Reizner2018-03-07
* sys_util: custom derive for PollTokenZach Reizner2018-03-07
* sys_util: add PollContext interface for using epollZach Reizner2018-03-07
* plugin: use positive error values for errno-based errorsDmitry Torokhov2018-03-06
* crosvm: linux: separate creating vcpus from running themSonny Rao2018-03-05
* sys_util: register_signal_handler should use SA_RESTARTDmitry Torokhov2018-03-02
* crosvm: move x86_64 arch specific stuff into the x86_64 crateSonny Rao2018-03-02
* sys_util: fix issue in ppoll on 32-bit architecturesSonny Rao2018-03-02
* vm_control: more error signedness fixesDmitry Torokhov2018-03-01
* sys_util: fix handling EINTR of C system functionsDmitry Torokhov2018-03-01
* sys_util: do not treat EINTR as negative in handle_eintrDmitry Torokhov2018-03-01
* sys_util: properly convert errors in sock_ctrl_msgDmitry Torokhov2018-03-01
* kvm: fix a couple of typos in commentsDmitry Torokhov2018-02-28
* allow plugin to query KVM for supported/emulated CPUIDsDmitry Torokhov2018-02-28
* crosvm: put devices right after RAM in Guest physical address spaceSlava Malyugin2018-02-28
* plugin_proto: add helpers to convert CPUID data between KVM and protobufDmitry Torokhov2018-02-27
* sys_util: implement error trait for sys_util::ErrorSonny Rao2018-02-27
* guest_memory: implement error traitSonny Rao2018-02-27
* kernel_loader: implement error traitSonny Rao2018-02-27
* x86_64: implement error trait for sub-modules in x86_64 crateSonny Rao2018-02-27
* kvm: plumb in KVM_GET_EMULATED_CPUIDDmitry Torokhov2018-02-27
* crosvm: make port 0x61 return 0x20, preventing Guest kernel hangSlava Malyugin2018-02-27
* kvm: do not use negative error coded for errno-based errorsDmitry Torokhov2018-02-27
* vm_control: do not use negative error coded for errno-based errorsDmitry Torokhov2018-02-27
* crosvm_plugin: fix errno conversionsDmitry Torokhov2018-02-27
* kvm: do not pass max number of cpuid entries in get_supported_cpuid()Dmitry Torokhov2018-02-27
* crosvm: disable reliance on support of 1GB pagesSlava Malyugin2018-02-26
* crosvm: move device_manager to it's own crateSonny Rao2018-02-26
* kvm: plumb in KVM_SET_SIGNAL_MASK ioctlDmitry Torokhov2018-02-26
* sys_util: use sigaction() instead of signal() when installing handlerDmitry Torokhov2018-02-26
* sys_util: allow clearing given pending signalDmitry Torokhov2018-02-26
* sys_util: factor out signal manipulation from signalfd into signalDmitry Torokhov2018-02-26
* qcow: check more address addition for overflowDylan Reid2018-02-23
* crosvm: add advisory locking for disk imagesStephen Barber2018-02-21
* net_util: use sys_util::Error instead of std::io::ErrorStephen Barber2018-02-21
* net_util: add tap support for mac addressStephen Barber2018-02-21
* crosvm: add flag to enable vhost networkingRob Bradford2018-02-19
* Ensure we are not holding per-cpu data lock when pausing VCPUDmitry Torokhov2018-02-16
* crosvm: fix run_vm return values for pluginStephen Barber2018-02-15
* crosvm: with vcpus > 1 cleanly shutdown jailed processesRob Bradford2018-02-14
* crosvm: allow control of running VM via socketRob Bradford2018-02-13