1. 5fe0c34 TestRunner: Enable some no-op tests crates by Dennis Kempin · 2 years, 9 months ago
  2. 9101988 sys_util: Replace unsafe use of iovecs by Keiichi Watanabe · 3 years ago
  3. c6fa73d Fix clippy warnings and Cargo.lock by Allen Webb · 3 years, 4 months ago
  4. d09392e uprev rust-toolchain and fix clippy warnings by Zach Reizner · 3 years, 8 months ago
  5. 8ed71d1 Fix clippy errors by Chirantan Ekbote · 4 years ago
  6. 685316f base: EventFd -> Event renaming by Michael Hoyle · 4 years, 2 months ago
  7. 6b19695 Add "base" crate and transition crosvm usages to it from sys_util by Michael Hoyle · 4 years, 4 months ago
  8. 1a9f2a5 sys_util: Refactor IntoIovec by Chirantan Ekbote · 4 years, 6 months ago
  9. d2a862b crosvm: add handling for hyperv exits by Matt Delco · 4 years, 9 months ago
  10. e73414d crosvm: add ability to enable caps on vcpu by Matt Delco · 4 years, 9 months ago
  11. c469580 crosvm: support kvm's hyper-v cpuid ioctl by Matt Delco · 4 years, 10 months ago
  12. a1bc67f Remove unneeded return statements by Daniel Verkamp · 5 years ago
  13. a52b2a6 crosvm: add plugin API for async writes by Matt Delco · 5 years ago
  14. fdcfd1d crosvm: compile out stats by Matt Delco · 5 years ago
  15. ac0b9b7 crosvm: pre-cache answers to plugin get calls by Matt Delco · 5 years ago
  16. 893c120 crosvm: defer IPC on set calls by Matt Delco · 5 years ago
  17. e3fdadb crosvm: use pipe instead of socket for vcpu communication by Matt Delco · 6 years ago
  18. 2ec62db crosvm: reduce excess chatter with plugin by Matt Delco · 6 years ago
  19. 4b292af clippy: Resolve cast_ptr_alignment by David Tolnay · 6 years ago
  20. dc4effa clippy: Iterate without calling .iter() by David Tolnay · 6 years ago
  21. 1c5e255 edition: Eliminate blocks superseded by NLL by David Tolnay · 6 years ago
  22. 60ac439 clippy: Resolve toplevel_ref_arg by David Tolnay · 6 years ago
  23. aecf9a4 edition: Remove extern crate lines by David Tolnay · 6 years ago
  24. 65928af protos: Merge plugin_proto crate under protos::plugin by David Tolnay · 6 years ago
  25. 2c7e881 plugin: allow retrieving and setting VM clock by Dmitry Torokhov · 6 years ago
  26. 55a9e50 cargo fmt all source code by Zach Reizner · 6 years ago
  27. a99954c sys_util: remove Scm struct and sock_ctrl_msg C library by Zach Reizner · 6 years ago
  28. caa2e5a plugin: do not fail crosvm_vcpu_get_msrs() if we failed to fetch some by Dmitry Torokhov · 6 years ago
  29. 641b28b plugin: return number of supported MSRS even if buffer is too small by Dmitry Torokhov · 6 years ago
  30. 6583576 plugin: allow retrieving list of supported MSRs by Dmitry Torokhov · 6 years ago
  31. d1e391b plugin: allow retrieving and setting VCPU events by Slava Malyugin · 6 years ago
  32. bb65801 plugin: allow retrieving and setting XCR VCPU states by Dmitry Torokhov · 7 years ago
  33. 5622f12 plugin: measure max/avg latencies of all plugin API by Slava Malyugin · 7 years ago
  34. 3e40b51 plugin: allow retrieving and setting VM and VCPU states by Dmitry Torokhov · 7 years ago
  35. 7c2238b crosvm_plugin: be more Rusty by Dmitry Torokhov · 7 years ago
  36. a10b2d2 plugin: add crosvm_net_get_config by Stephen Barber · 7 years ago
  37. ab4994a plugin: only convert to negative errors on crosvm.h boundary by Dmitry Torokhov · 7 years ago
  38. 9786573 allow plugin to query KVM for supported/emulated CPUIDs by Dmitry Torokhov · 7 years ago
  39. cd6a187 plugin_proto: add helpers to convert CPUID data between KVM and protobuf by Dmitry Torokhov · 7 years ago
  40. 5ba068f crosvm_plugin: fix errno conversions by Dmitry Torokhov · 7 years ago
  41. dadb762 allow plugin to query for KVM extensions by Zach Reizner · 7 years ago
  42. 7ca9f77 add plugin support for configuring CPUID by Zach Reizner · 7 years ago
  43. ce8961d allow non-dirty log memory regions from the plugin process by Zach Reizner · 7 years ago
  44. 7a4d7b1 add plugin support for model specific registers by Zach Reizner · 7 years ago
  45. 53528e3 add support for accessing debug registers in the plugin process by Zach Reizner · 7 years ago
  46. de01b8b add crosvm_plugin dynamic library crate by Zach Reizner · 7 years ago