1. fda7084 Make extra APKs easier to specify by Alan Stokes · 1 year, 8 months ago
  2. 4625738 Add test APIs for Microdroid GKI by Inseob Kim · 1 year, 7 months ago
  3. d42aa2c virtualizationservice: Unbind devices on VM exit by Jakob Vukalovic · 1 year, 9 months ago
  4. 5d6a675 Revert^2 "pVM to use Secretkeeper protected secrets" by Shikha Panwar · 1 year, 8 months ago
  5. 9f145f2 Revert "pVM to use Secretkeeper protected secrets" by Trevor Black · 1 year, 8 months ago
  6. bf3711e pVM to use Secretkeeper protected secrets by Treehugger Robot · 1 year, 8 months ago
  7. c63581a Disable java backend for virtualmachineservice by Shikha Panwar · 1 year, 8 months ago
  8. 2dfefd1 virtmgr: Pass VM DTBO path to crosvm if devices assigned by David Brazdil · 1 year, 9 months ago
  9. 0f0ad09 Merge "[rkp] Retrieve attestation key from rkpd" into main by Alice Wang · 1 year, 9 months ago
  10. 172f9eb Add option to use GKI kernel for microdroid by Inseob Kim · 1 year, 9 months ago
  11. bff017f [rkp] Retrieve attestation key from rkpd by Alice Wang · 1 year, 9 months ago
  12. 4e3015d [client-vm] Build client VM CSR and sign the CSR with two keys by Alice Wang · 1 year, 10 months ago
  13. a410b64 [attestation] Rename the client VM attestation API by Alice Wang · 1 year, 10 months ago
  14. bbed887 Make error names more consistent. by Alan Stokes · 1 year, 10 months ago
  15. 35e818d Renaming dtbo_node to dtbo_label by Jaewan Kim · 1 year, 10 months ago
  16. 27f3ef0 Multi_tenant is the new payload_not_root by Alan Stokes · 1 year, 10 months ago
  17. 7307a89 Pass dt symbol argument for devices to crosvm by Inseob Kim · 1 year, 11 months ago
  18. 1f8bdba Merge "Stop truncating the BCC" into main by Alan Stokes · 1 year, 11 months ago
  19. 7f27c0d Stop truncating the BCC by Alan Stokes · 1 year, 11 months ago
  20. ea32795 Merge "Create full VM DTBO only once under /data/misc/virtualizationservice" into main by Seungjae Yoo · 1 year, 11 months ago
  21. 9d3c20a Create full VM DTBO only once under /data/misc/virtualizationservice by Seungjae Yoo · 1 year, 11 months ago
  22. 42d54a2 Merge changes from topic "avf-da-build-flags" into main by Nikita Ioffe · 1 year, 11 months ago
  23. 631717e Flag guard the code related to the vendor modules feature by Nikita Ioffe · 1 year, 11 months ago
  24. ed036f2 Merge "Add support for checking whether feature is enabled on device" into main by Nikita Ioffe · 1 year, 11 months ago
  25. f7c742a Add support for checking whether feature is enabled on device by Nikita Ioffe · 1 year, 11 months ago
  26. c206b9b [service-vm] Persist the service VM instance image in VS by Alice Wang · 2 years ago
  27. f36347b Use regular file for VM DTBO by Inseob Kim · 2 years ago
  28. bdca047 Bind devices to VFIO with VirtualizationService by Inseob Kim · 2 years ago
  29. 6ef8097 Implement platform API to assign devices by Inseob Kim · 2 years, 1 month ago
  30. 1ca0f65 Add internal API to bind devices to VFIO by Inseob Kim · 2 years, 1 month ago
  31. 53d0b21 Add API getting list of assignable devices by Inseob Kim · 2 years, 1 month ago
  32. 5dfddf2 Add a way to add a vendor disk image when launching Microdroid VM by Nikita Ioffe · 2 years, 1 month ago
  33. 46d77fc Merge changes from topic "microdroid_log" by Jiyong Park · 2 years, 1 month ago
  34. e6fb167 Support console input to VM by Jiyong Park · 2 years, 1 month ago
  35. a0eb5ee Introduce VirtualMachineAppConfig::CustomConfig struct by Nikita Ioffe · 2 years, 1 month ago
  36. 26c35ed Add an arg to run-microdroid/run-app cmds to provide custom kernel by Nikita Ioffe · 2 years, 2 months ago
  37. c2fec93 [service-vm] Start a bare-metal service VM from a client app by Alice Wang · 2 years, 6 months ago
  38. de96446 Remove bootloader-related death reasons by Alan Stokes · 2 years, 4 months ago
  39. 5776f08 Add --gdb flag to vm run,run-app and run-microdroid commands by Nikita Ioffe · 2 years, 6 months ago
  40. 7d1e5ec Refactor VM config to support different CPU topologies by David Brazdil · 2 years, 6 months ago
  41. ff0005f Set encrypted storage size in bytes by Alan Stokes · 2 years, 6 months ago
  42. 2b6352f Remove support for --daemonize by David Brazdil · 2 years, 7 months ago
  43. d4f51a5 virtmgr: Delegate debugVmList to virtualizationservice by David Brazdil · 2 years, 7 months ago
  44. 8f12f2b Only accept binary name not path by Alan Stokes · 2 years, 7 months ago
  45. 4b4c510 Start using virtmgr for running VMs by David Brazdil · 2 years, 8 months ago
  46. 49f96f5 Send atoms via VirtualizationServiceInternal by David Brazdil · 2 years, 8 months ago
  47. 3e98d29 Remove onRamdump callback by Alan Stokes · 2 years, 8 months ago
  48. fa22bb0 Remove DEBUG_LEVEL_APP_ONLY by Seungjae Yoo · 2 years, 8 months ago
  49. 7c459e8 Give a better name to STOP_REASON_ERROR by Alan Stokes · 2 years, 8 months ago
  50. cdd4b11 Plumb onTrimMemory app callback to virtualizationservice by Keir Fraser · 2 years, 9 months ago
  51. 73988ea Run RpcBinder server for each VM on port==CID by David Brazdil · 2 years, 9 months ago
  52. 9fd198f Mount a filesystem on the crypt block device by Shikha Panwar · 2 years, 9 months ago
  53. eea1a68 Merge changes I87868e87,I191fabee,Ib7d1491e by Alan Stokes · 2 years, 9 months ago
  54. 528e047 Create IVirtualizationServiceInternal by David Brazdil · 2 years, 10 months ago
  55. f30982b Remove onPayloadStdio by Alan Stokes · 2 years, 9 months ago
  56. 30b50e6 Add framework-virtualization to combined_apis by Nikita Ioffe · 2 years, 9 months ago
  57. 451cc96 Remove onPayloadStarted stream argument by David Brazdil · 2 years, 10 months ago
  58. dd91f0f Remove sending VmCpuStatusReported and VmMemStatusReported by Seungjae Yoo · 2 years, 9 months ago
  59. 52d3c72 Remove support for command-line args by Alan Stokes · 2 years, 10 months ago
  60. ba888bd Merge "Implement collecting VmStatus in microdroid_manager" by Treehugger Robot · 2 years, 10 months ago
  61. 2d96720 Remove requesterSid from VirtualMachineDebugInfo by David Brazdil · 2 years, 10 months ago
  62. fd9a062 Implement collecting VmStatus in microdroid_manager by Seungjae Yoo · 2 years, 10 months ago
  63. e3141b1 Merge "Add persistent backing for encrypted storage in VM" by Treehugger Robot · 2 years, 10 months ago
  64. 22e7045 Add persistent backing for encrypted storage in VM by Shikha Panwar · 2 years, 10 months ago
  65. 23167d8 Report crosvm reboot reason on watchdog stall by Sebastian Ene · 2 years, 10 months ago
  66. 1f417c9 Handle PayloadConfig in Microdroid by Alan Stokes · 2 years, 10 months ago
  67. 0d1ef78 Initial work to make VM config file optional by Alan Stokes · 2 years, 11 months ago
  68. f219cd8 Delete cpu affinity config by Victor Hsieh · 2 years, 11 months ago
  69. 82f389c Restrict setting cpu affinity or task profiles by Alan Stokes · 2 years, 11 months ago
  70. 2bead0d Make ErrorCode an enum by Alan Stokes · 3 years ago
  71. 62085c0 Send UID and VM identifier to existing atoms by Seungjae Yoo · 3 years ago
  72. a446f80 Stop VM immediately with stop() call by Inseob Kim · 3 years, 1 month ago
  73. e558ab1 VirtualizationService notifies to its client when ramdump is available by Jiyong Park · 3 years, 1 month ago
  74. e6ed0f9 Detect Microdroid hangup during boot by Jiyong Park · 3 years, 2 months ago
  75. 272f572 Add death reasons for microdroid failures by Inseob Kim · 3 years, 2 months ago
  76. dfe16d6 Set task profile when running compilation VM by Jiyong Park · 3 years, 4 months ago
  77. 7afc139 Enable exporting of tombstones out of guest VMs by Shikha Panwar · 3 years, 5 months ago
  78. b27681f Pass serial device to VM to report failure reason. by Andrew Walbran · 3 years, 6 months ago
  79. dcf1741 Specify virtual platform version and enforce it by Jiyong Park · 3 years, 6 months ago
  80. d15c563 Add DeathReason::CRASH and ERROR. by Andrew Walbran · 3 years, 6 months ago
  81. 3994f00 Don't fall back to unprotected mode if protected is not supported. by Andrew Walbran · 3 years, 6 months ago
  82. 4c46021 Remove obsolete TODOs. by Alan Stokes · 3 years, 6 months ago
  83. c92d35f Enable --extended-status for crosvm and return reason why VM died. by Andrew Walbran · 3 years, 7 months ago
  84. 818c27b Remove unused import. by Andrew Walbran · 3 years, 7 months ago
  85. 032615f Add options for configuring number of vCPUs and CPU affinity by Jiyong Park · 3 years, 7 months ago
  86. 5c6d417 Microdroid_manager reports error/finished as terminal events by Jooyung Han · 3 years, 8 months ago
  87. dd0a173 Add notifyError/onError notification for VM errors by Jooyung Han · 3 years, 9 months ago
  88. a5a262f Add a parameter for extra apks to payload config by Inseob Kim · 3 years, 9 months ago
  89. b8182bb Console output and OS logs are separated by Jiyong Park · 3 years, 10 months ago
  90. c7d28c7 Remove cid parameter from VirtualMachineService by Inseob Kim · 3 years, 10 months ago
  91. c2a49cc Define debug levels by Jiyong Park · 3 years, 10 months ago
  92. b5c60b4 compsvc: Notify VS when we're ready by Alan Stokes · 4 years ago
  93. f8d9411 Separate creation and starting of VMs. by Andrew Walbran · 4 years ago
  94. 7fa065d Merge "Add VirtualMachineState enum rather than isRunning bool." by Andrew Walbran · 4 years ago
  95. aa41e0a Add API to connect to VM's binder server by Inseob Kim · 4 years ago
  96. 6b65066 Add VirtualMachineState enum rather than isRunning bool. by Andrew Walbran · 4 years ago
  97. a6aa0fa Merge "Add standalone binary to verify CompOs keys." by Treehugger Robot · 4 years ago
  98. eb97d4a Add standalone binary to verify CompOs keys. by Alan Stokes · 4 years ago
  99. d058756 Make port numbers aidl constants by Inseob Kim · 4 years ago
  100. 14cb869 Add onPayloadReady callback by Inseob Kim · 4 years ago