1. c8800a1 Use sockaddr_vm instead of VsockAddr for libbinder by Devin Moore · 10 months ago
  2. 407df8f Remove IAccessor implementation and use libbinder APIs by Devin Moore · 12 months ago
  3. 5c807a2 Add option to dump device tree blob in VM config by Elie Kheirallah · 11 months ago
  4. faabfbd Revert "Support vendor partition in non-debuggable pVMs" by Pechetty Sravani (xWF) · 11 months ago
  5. ef4c6ec Support vendor partition in non-debuggable pVMs by Matt Gilbride · 11 months ago
  6. af63d1c Revert changes about libsafe_ownedfd by Jiyong Park · 11 months ago
  7. 620f150 Merge changes from topic "early_boot_vm" into main by Treehugger Robot · 11 months ago
  8. ecde8c0 Implement early_virtmgr by Inseob Kim · 11 months ago
  9. 29d7291 Add option to disable usb for AVF by Elie Kheirallah · 1 year ago
  10. 4ce4f65 Merge "Use LazyLock rather than lazy_static." into main by Treehugger Robot · 11 months ago
  11. 9c03a3a Use LazyLock rather than lazy_static. by Andrew Walbran · 11 months ago
  12. 17335f3 Merge "Add --enable-earlycon option to vm tool" into main by Treehugger Robot · 11 months ago
  13. b4268b3 Add --enable-earlycon option to vm tool by Nikita Ioffe · 11 months ago
  14. 7505745 Disable balloon for custom vm by default by Jeongik Cha · 11 months ago
  15. f0fd0fb Revert "Add --enable-earlycon option to vm tool" by Priyanka Advani (xWF) · 11 months ago
  16. ec68eaf Add --enable-earlycon option to vm tool by Nikita Ioffe · 12 months ago
  17. ba3099e Use take_fd_ownership instead of the unsafe from_raw_fd by Jiyong Park · 12 months ago
  18. fc523c5 virtmgr: Log pVM outputs even if DebugLevel::NONE by Pierre-Clément Tosi · 12 months ago
  19. 3db607a Move virtualizationmanager to android/virtmgr by Jiyong Park · 1 year, 1 month ago[Renamed from virtualizationmanager/src/aidl.rs]
  20. 6e323e1 Merge "apply the swiotlb memory adjustment even for default size" into main by Treehugger Robot · 1 year, 1 month ago
  21. b5dbb1e Merge "Support multi-touch screen" into main by Jeongik Cha · 1 year, 1 month ago
  22. 1049491 Support multi-touch screen by Jeongik Cha · 1 year, 1 month ago
  23. 68d06e7 apply the swiotlb memory adjustment even for default size by Frederick Mayle · 1 year, 1 month ago
  24. 48221ba Remove onTrimMemory dependency from the VM AIDL API by Keir Fraser · 1 year, 1 month ago
  25. 112a268 Support trackpad in VM by Jeongik Cha · 1 year, 1 month ago
  26. b2d5a31 Add config of audio device by Mu-Le Lee · 1 year, 2 months ago
  27. 0e039ad Merge "Fail early with a descriptive error message if pVMs are not supported" into main by Nikita Ioffe · 1 year, 1 month ago
  28. 6c1b9f0 Close lid upon suspend and open upon resume by Jiyong Park · 1 year, 1 month ago
  29. f934e81 Fail early with a descriptive error message if pVMs are not supported by Nikita Ioffe · 1 year, 1 month ago
  30. 23b6739 Suspend the VM when it's not visible on the screen by Jiyong Park · 1 year, 1 month ago
  31. 6d238d8 Merge "Add `vm console` command to connect to serial console" into main by Yi-Yo Chiang · 1 year, 2 months ago
  32. ea7b0fa Add GpuConfig by Jason Macnak · 1 year, 3 months ago
  33. 2fbf0da Add `vm console` command to connect to serial console by Yi-Yo Chiang · 1 year, 2 months ago
  34. 23cff71 virtmgr: Add boost_uclamp by David Dai · 1 year, 2 months ago
  35. b2c6f3a Move VM DT overlay logic into maybe_create_device_tree_overlay by Nikita Ioffe · 1 year, 2 months ago
  36. 2cb75cf Skip ramdump when running Microdroid with GKI as kernel by Nikita Ioffe · 1 year, 2 months ago
  37. 8dd3255 Configure serial console input device by Yi-Yo Chiang · 1 year, 3 months ago
  38. 134180a Add Virtio-snd device by Mu-Le Lee · 1 year, 4 months ago
  39. 986d7a4 Link TAP interface to VM by Seungjae Yoo · 1 year, 2 months ago
  40. 1cba46d Merge "binder::get_interface -> binder::wait_for_interface" into main by Treehugger Robot · 1 year, 3 months ago
  41. 13af0b6 bin/vm run-microdroid supports --network-supported flag. by Seungjae Yoo · 1 year, 3 months ago
  42. b2a0287 binder::get_interface -> binder::wait_for_interface by Frederick Mayle · 1 year, 3 months ago
  43. 343894e Support mouse in VM by Jeongik Cha · 1 year, 3 months ago
  44. 538a2c6 virtmgr: Pass hugepages to crosvm by Vincent Donnefort · 1 year, 5 months ago
  45. 56f2641 Merge "Update source for Rust 1.78.0" into main by Treehugger Robot · 1 year, 3 months ago
  46. 6177c66 Update source for Rust 1.78.0 by Chris Wailes · 1 year, 3 months ago
  47. dfe7570 Merge "virtualizationmanager: use raw file instead of qcow" into main by Frederick Mayle · 1 year, 3 months ago
  48. c96b35e Allow marking a VM non-updatable by Alan Stokes · 1 year, 3 months ago
  49. 0d31057 virtualizationmanager: use raw file instead of qcow by Frederick Mayle · 1 year, 3 months ago
  50. 8256720 Merge "vmconfig: Introduce get_debug_level()" into main by Treehugger Robot · 1 year, 4 months ago
  51. d3bbe1d vmconfig: Introduce get_debug_level() by Pierre-Clément Tosi · 1 year, 4 months ago
  52. 985b640 Implement basic keyboard input by Jeongik Cha · 1 year, 4 months ago
  53. 1c981bb Merge "Upgrade nix to 0.28.0" into main by Frederick Mayle · 1 year, 4 months ago
  54. c181be7 Add InputDevice in VirtualMachineRawConfig by Jeongik Cha · 1 year, 4 months ago
  55. 798401c Add paravirtualized_devices config by Jeongik Cha · 1 year, 4 months ago
  56. fbbcfcd Upgrade nix to 0.28.0 by Frederick Mayle · 1 year, 4 months ago
  57. da8eacc Merge "Add display config for CustomImageConfig" into main by Treehugger Robot · 1 year, 4 months ago
  58. 1df1c03 Add display config for CustomImageConfig by Jeongik Cha · 1 year, 4 months ago
  59. 07d701c Notify VS of an instance being removed by Shikha Panwar · 1 year, 4 months ago
  60. bd5eba9 Claim ownership of VM instance during VM transfer by Shikha Panwar · 1 year, 4 months ago
  61. 81d13d3 Re-enable Secretkeeper usage for VM by Shikha Panwar · 1 year, 5 months ago
  62. 7aef66d Test instance.img conditional to Updatable VM support by Shikha Panwar · 1 year, 5 months ago
  63. 0362f7f [attestation] Add API to check AVF RKP Hal presence in VM Attestation by Alice Wang · 1 year, 5 months ago
  64. 29c58ef Merge "Unify OS APIs into one API" into main by Treehugger Robot · 1 year, 5 months ago
  65. e45e942 MM: Check if Secretkeeper is supported from DT by Shikha Panwar · 1 year, 5 months ago
  66. 89b2459 Unify OS APIs into one API by Inseob Kim · 1 year, 6 months ago
  67. f314324 virtualizationmanager: Prevent tests from using debug policy by Jaewan Kim · 1 year, 5 months ago
  68. c78d809 Disable Secretkeeper usage for VM. by Shikha Panwar · 1 year, 5 months ago
  69. e7d4b67 Merge "defer-rollback-protection: property in guest DT" into main by Shikha Panwar · 1 year, 5 months ago
  70. 8707f0f defer-rollback-protection: property in guest DT by Shikha Panwar · 1 year, 5 months ago
  71. d1b78f8 Merge "Disallow vendor and odm files for a VM" into main by Treehugger Robot · 1 year, 5 months ago
  72. ff48a7c Disallow vendor and odm files for a VM by Inseob Kim · 1 year, 5 months ago
  73. 61a74b5 Allocate each VM an instance_id by Shikha Panwar · 1 year, 6 months ago
  74. be5dee7 AVF to shift to default instance of Secretkeeper by Shikha Panwar · 1 year, 6 months ago
  75. 004e8de Merge changes I801ff6fd,I3a008c4b into main by Seungjae Yoo · 1 year, 6 months ago
  76. a54332d Merge "Remove task-profile" into main by Treehugger Robot · 1 year, 6 months ago
  77. 14e6018 Support amending vendor hashtree digest when virtmgr constructs DTBO based on host DT by Seungjae Yoo · 1 year, 6 months ago
  78. 99a5014 Merge "Require custom permission for non-Microdroid" into main by Treehugger Robot · 1 year, 6 months ago
  79. 736f682 Require custom permission for non-Microdroid by Alan Stokes · 1 year, 6 months ago
  80. 7399e5e Remove task-profile by Jiyong Park · 1 year, 6 months ago
  81. 6d30641 [vm tool] Introduce check-feature-enabled by Shikha Panwar · 1 year, 6 months ago
  82. c204f21 [Virt javalib testapi] Feature flag LLPVM_CHANGES by Shikha Panwar · 1 year, 6 months ago
  83. a631ccf Merge "Allow host-controlled avf/untrusted prop" into main by Treehugger Robot · 1 year, 6 months ago
  84. 55e10ec Allow host-controlled avf/untrusted prop by Shikha Panwar · 1 year, 6 months ago
  85. 025ba5d Merge "Revert "[VirtMgr] Allow host-controlled avf/untrusted prop"" into main by Treehugger Robot · 1 year, 6 months ago
  86. 655d87f Revert "[VirtMgr] Allow host-controlled avf/untrusted prop" by Seungjae Yoo · 1 year, 6 months ago
  87. 5929401 Merge "[VirtMgr] Allow host-controlled avf/untrusted prop" into main by Treehugger Robot · 1 year, 6 months ago
  88. 8a8ac89 [VirtMgr] Allow host-controlled avf/untrusted prop by Shikha Panwar · 1 year, 6 months ago
  89. e64dd18 [test] Add e2e instrumentation test for VM attestation by Alice Wang · 1 year, 7 months ago
  90. 4c1e2fc Move test module below implementation details by Stephen Hines · 1 year, 6 months ago
  91. fda7084 Make extra APKs easier to specify by Alan Stokes · 1 year, 8 months ago
  92. 3995207 virtmgr: Create and pass VM reference DT instead of vendor DTBO by Jaewan Kim · 1 year, 7 months ago
  93. 9ae2e62 Move cursor to start after truncating the file by Shikha Panwar · 1 year, 6 months ago
  94. 4625738 Add test APIs for Microdroid GKI by Inseob Kim · 1 year, 7 months ago
  95. 8187ca2 VirtMgr: Check Sk is declared before fetching it. by Shikha Panwar · 1 year, 7 months ago
  96. d42aa2c virtualizationservice: Unbind devices on VM exit by Jakob Vukalovic · 1 year, 9 months ago
  97. 192e99c Extract root hash instead of public key from microdroid vendor image by Seungjae Yoo · 1 year, 8 months ago
  98. 5d6a675 Revert^2 "pVM to use Secretkeeper protected secrets" by Shikha Panwar · 1 year, 8 months ago
  99. 9f145f2 Revert "pVM to use Secretkeeper protected secrets" by Trevor Black · 1 year, 8 months ago
  100. bf3711e pVM to use Secretkeeper protected secrets by Treehugger Robot · 1 year, 8 months ago