1
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected 1 day ago.
Apr 23, 2024 — Apr 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix some clippy errors that are default deny More... about 7 years ago
REAPPLY: crosvm: allow control of running VM via socket More... about 7 years ago
kvm: silence a warning on non-x86 builds More... about 7 years ago
kvm: add tests for get_supported_cpuid() and get_emulated_cpuid() More... about 7 years ago
sys_util: fix issue in ppoll on 32-bit architectures More... about 7 years ago
kvm: fix invocation of KVM_SET_SIGNAL_MASK ioctl More... about 7 years ago
sys_util: register_signal_handler should use SA_RESTART More... about 7 years ago
plugin: only convert to negative errors on crosvm.h boundary More... about 7 years ago
vm_control: more error signedness fixes More... about 7 years ago
plugin: use positive error values for errno-based errors More... about 7 years ago
sys_util: custom derive for PollToken More... about 7 years ago
crosvm: put devices right after RAM in Guest physical address space More... about 7 years ago
sys_util: fix handling EINTR of C system functions More... about 7 years ago
sys_util: do not treat EINTR as negative in handle_eintr More... about 7 years ago
plugin_proto: add helpers to convert CPUID data between KVM and protobuf More... about 7 years ago
crosvm_plugin: fix errno conversions More... about 7 years ago
sys_util: properly convert errors in sock_ctrl_msg More... about 7 years ago
kvm: do not use negative error coded for errno-based errors More... about 7 years ago
vm_control: do not use negative error coded for errno-based errors More... about 7 years ago
crosvm: aarch64 guest support More... about 7 years ago
crosvm: make port 0x61 return 0x20, preventing Guest kernel hang More... about 7 years ago
allow plugin to query KVM for supported/emulated CPUIDs More... about 7 years ago
crosvm/plugin: refactor poll loop to use PollContext More... about 7 years ago
kvm: fix a couple of typos in comments More... about 7 years ago
crosvm: disable reliance on support of 1GB pages More... about 7 years ago
sys_util: add PollContext interface for using epoll More... about 7 years ago
guest_memory: implement error trait More... about 7 years ago
kernel_loader: implement error trait More... about 7 years ago
sys_util: implement error trait for sys_util::Error More... about 7 years ago
kvm: plumb in KVM_GET_EMULATED_CPUID More... about 7 years ago