1. 79b3a81 Reland "crosvm: Remove CLOEXEC from fds passed into non-jailed plugin" by Anton Romanov · 2 years, 2 months ago
  2. 91e5125 Revert "crosvm: Remove CLOEXEC from fds passed into non-jailed plugin" by David Stevens · 2 years, 2 months ago
  3. f87295a crosvm: skip creating tap device in plugins tests if not enough capabilities by Anton Romanov · 2 years, 2 months ago
  4. 7afcfa0 crosvm: Remove CLOEXEC from fds passed into non-jailed plugin by Anton Romanov · 2 years, 2 months ago
  5. fb1df15 crosvm: Fix running plugins integration tests by Anton Romanov · 2 years, 3 months ago
  6. 5cf2691 tests/plugins: replace rand_ish use with a counter by Daniel Verkamp · 3 years ago
  7. 0797a55 Framework for extended integration tests by Dennis Kempin · 3 years, 7 months ago
  8. e47a500 crosvm: Rename linux mod to platform. by Michael Hoyle · 3 years, 8 months ago
  9. 6a0960a base: First steps towards universal RawDescriptor by Michael Hoyle · 3 years, 8 months ago
  10. a7e38ab base: Add shared memory layer to base. by Michael Hoyle · 3 years, 10 months ago
  11. 6b19695 Add "base" crate and transition crosvm usages to it from sys_util by Michael Hoyle · 3 years, 10 months ago
  12. a7b6a1c arch, main: add virtio-console parsing and creation by Daniel Verkamp · 4 years, 3 months ago
  13. fbd6122 arch, devices: move serial creation to arch by Daniel Verkamp · 4 years, 4 months ago
  14. 2c1417b Serial: add input path overriding stdin for --serial by Iliyan Malchev · 4 years, 2 months ago
  15. 275c1ef crosvm: Apply cargo fix for some clippy errors by Keiichi Watanabe · 4 years, 2 months ago
  16. e4cbef4 tests: enable logging for boot test by Zach Reizner · 4 years, 4 months ago
  17. d2a862b crosvm: add handling for hyperv exits by Matt Delco · 4 years, 4 months ago
  18. e73414d crosvm: add ability to enable caps on vcpu by Matt Delco · 4 years, 4 months ago
  19. c469580 crosvm: support kvm's hyper-v cpuid ioctl by Matt Delco · 4 years, 4 months ago
  20. ce03437 tests: avoid internal error in pause test by Matt Delco · 4 years, 5 months ago
  21. 4f9f5c7 devices: fs: Support fs crypto ioctls by Chirantan Ekbote · 4 years, 6 months ago
  22. a52b2a6 crosvm: add plugin API for async writes by Matt Delco · 4 years, 7 months ago
  23. ac0b9b7 crosvm: pre-cache answers to plugin get calls by Matt Delco · 4 years, 9 months ago
  24. 5bff67d tests: test to see if crosvm can boot a kernel by Zach Reizner · 4 years, 10 months ago
  25. e09ac97 plugin: add missing #include <string.h> in test by Daniel Verkamp · 4 years, 8 months ago
  26. 506105d use `SharedMemory::{named, anon}` to replace `::new` by Zach Reizner · 4 years, 9 months ago
  27. 1c5e255 edition: Eliminate blocks superseded by NLL by David Tolnay · 5 years ago
  28. aecf9a4 edition: Remove extern crate lines by David Tolnay · 5 years ago
  29. b4bd00f error: Print errors using Display impl by David Tolnay · 5 years ago
  30. 2c7e881 plugin: allow retrieving and setting VM clock by Dmitry Torokhov · 5 years ago
  31. 2200604 remove rand crate by Daniel Prilik · 5 years ago
  32. 2bac1e7 toolchain: Update to Rust 1.31.0 by David Tolnay · 5 years ago
  33. 31c20fd crosvm: add getpid and prlimit to seccomp by Yunlian Jiang · 6 years ago
  34. a70445a crosvm: add openat to seccomp by Yunlian Jiang · 6 years ago
  35. 55a9e50 cargo fmt all source code by Zach Reizner · 6 years ago
  36. a1422e6 fix warning and bit rotted tests uncovered by kokoro by Zach Reizner · 6 years ago
  37. caa2e5a plugin: do not fail crosvm_vcpu_get_msrs() if we failed to fetch some by Dmitry Torokhov · 6 years ago
  38. 6583576 plugin: allow retrieving list of supported MSRs by Dmitry Torokhov · 6 years ago
  39. d1e391b plugin: allow retrieving and setting VCPU events by Slava Malyugin · 6 years ago
  40. bb65801 plugin: allow retrieving and setting XCR VCPU states by Dmitry Torokhov · 6 years ago
  41. 3e40b51 plugin: allow retrieving and setting VM and VCPU states by Dmitry Torokhov · 6 years ago
  42. a10b2d2 plugin: add crosvm_net_get_config by Stephen Barber · 6 years ago
  43. 532a94c Fix race between un-pausing vcpu and requesting vcpu pause by Dmitry Torokhov · 6 years ago
  44. 9786573 allow plugin to query KVM for supported/emulated CPUIDs by Dmitry Torokhov · 6 years ago
  45. 0db8f41 Ensure we are not holding per-cpu data lock when pausing VCPU by Dmitry Torokhov · 6 years ago
  46. dadb762 allow plugin to query for KVM extensions by Zach Reizner · 6 years ago
  47. 7ca9f77 add plugin support for configuring CPUID by Zach Reizner · 6 years ago
  48. ce8961d allow non-dirty log memory regions from the plugin process by Zach Reizner · 6 years ago
  49. 7a4d7b1 add plugin support for model specific registers by Zach Reizner · 6 years ago
  50. 53528e3 add support for accessing debug registers in the plugin process by Zach Reizner · 6 years ago
  51. cc30d58 crosvm: run plugin process in a jail by default by Zach Reizner · 6 years ago
  52. 8864cb0 crosvm: add support for plugin process by Zach Reizner · 6 years ago