1. d4f51a5 virtmgr: Delegate debugVmList to virtualizationservice by David Brazdil · 2 years, 7 months ago
  2. 31c22e6 virtualizationservice: Refactor VM context allocation by David Brazdil · 2 years, 7 months ago
  3. 8f12f2b Only accept binary name not path by Alan Stokes · 2 years, 7 months ago
  4. 4b4c510 Start using virtmgr for running VMs by David Brazdil · 2 years, 8 months ago
  5. 1f53070 Create new virtmgr binary from virtualizationservice by David Brazdil · 2 years, 10 months ago
  6. 49f96f5 Send atoms via VirtualizationServiceInternal by David Brazdil · 2 years, 8 months ago
  7. a048614 Merge "Document valid port range." by Treehugger Robot · 2 years, 8 months ago
  8. 10c4767 Document valid port range. by Alan Stokes · 2 years, 8 months ago
  9. c9af1f1 Merge changes Ib353f1eb,Iddb694e1 by Nikita Ioffe · 2 years, 8 months ago
  10. c09b049 Use context()? instead of directly unwrap()-ing. by Nikita Ioffe · 2 years, 8 months ago
  11. f1ce987 Fix OOM in createOrUpdateIdsigFile when a directory is passed by Nikita Ioffe · 2 years, 8 months ago
  12. 3e98d29 Remove onRamdump callback by Alan Stokes · 2 years, 8 months ago
  13. 8f59d7c Merge "rpc_binder: Set CID of vsock servers" by Treehugger Robot · 2 years, 8 months ago
  14. 3238da4 rpc_binder: Set CID of vsock servers by David Brazdil · 2 years, 9 months ago
  15. a2ff8c5 Expose encryptedstore feature to system apps by Shikha Panwar · 2 years, 8 months ago
  16. cdd4b11 Plumb onTrimMemory app callback to virtualizationservice by Keir Fraser · 2 years, 9 months ago
  17. 8cf8f48 Retry if the VM's RpcServer cannot be started by David Brazdil · 2 years, 9 months ago
  18. 73988ea Run RpcBinder server for each VM on port==CID by David Brazdil · 2 years, 9 months ago
  19. 9fd198f Mount a filesystem on the crypt block device by Shikha Panwar · 2 years, 9 months ago
  20. eea1a68 Merge changes I87868e87,I191fabee,Ib7d1491e by Alan Stokes · 2 years, 9 months ago
  21. 528e047 Create IVirtualizationServiceInternal by David Brazdil · 2 years, 10 months ago
  22. f30982b Remove onPayloadStdio by Alan Stokes · 2 years, 9 months ago
  23. ca084b0 Merge "Collect cpu/mem stats via VmExited atom" by Seungjae Yoo · 2 years, 9 months ago
  24. 6d265d9 Collect cpu/mem stats via VmExited atom by Seungjae Yoo · 2 years, 9 months ago
  25. 9b866f0 Fix warnings from rustc 1.65.0 by Chris Wailes · 2 years, 9 months ago
  26. 451cc96 Remove onPayloadStarted stream argument by David Brazdil · 2 years, 10 months ago
  27. dd91f0f Remove sending VmCpuStatusReported and VmMemStatusReported by Seungjae Yoo · 2 years, 9 months ago
  28. 131c089 Merge changes Idefb0d1b,Ia13381b6,I23f04ef8 by Treehugger Robot · 2 years, 10 months ago
  29. 41d1a87 virtualizationservice: Move globals closer to users by David Brazdil · 2 years, 10 months ago
  30. a07a179 Use libc::VMADDR_HOST_CID instead of custom consts by David Brazdil · 2 years, 10 months ago
  31. 7feea60 virtualizationservice: Move CID allocation under State by David Brazdil · 2 years, 10 months ago
  32. 956a3d7 Merge "Remove unnecessary logs" by Treehugger Robot · 2 years, 10 months ago
  33. 6c60fea Remove unnecessary logs by Jiyong Park · 2 years, 10 months ago
  34. c158433 Merge "virtualizationservice: Fix log messages" by David Brazdil · 2 years, 10 months ago
  35. 7bc146c Config file requires custom VM permission by Alan Stokes · 2 years, 10 months ago
  36. 415097c virtualizationservice: Fix log messages by David Brazdil · 2 years, 10 months ago
  37. 9db9309 Merge "[rpc_binder] Rename existing rpc_server to vsock_rpc_server" by Alice Wang · 2 years, 10 months ago
  38. 52d3c72 Remove support for command-line args by Alan Stokes · 2 years, 10 months ago
  39. 86c88cc [rpc_binder] Rename existing rpc_server to vsock_rpc_server by Alice Wang · 2 years, 10 months ago
  40. ba888bd Merge "Implement collecting VmStatus in microdroid_manager" by Treehugger Robot · 2 years, 10 months ago
  41. 2d96720 Remove requesterSid from VirtualMachineDebugInfo by David Brazdil · 2 years, 10 months ago
  42. fd9a062 Implement collecting VmStatus in microdroid_manager by Seungjae Yoo · 2 years, 10 months ago
  43. e3141b1 Merge "Add persistent backing for encrypted storage in VM" by Treehugger Robot · 2 years, 10 months ago
  44. 22e7045 Add persistent backing for encrypted storage in VM by Shikha Panwar · 2 years, 10 months ago
  45. add38cb Update for new version of vsock crate. by Andrew Walbran · 2 years, 10 months ago
  46. 1f417c9 Handle PayloadConfig in Microdroid by Alan Stokes · 2 years, 10 months ago
  47. 0d1ef78 Initial work to make VM config file optional by Alan Stokes · 2 years, 10 months ago
  48. ed8ace4 Revert^2 "Boot VM without bootloader - using init ramdisk" by Shikha Panwar · 2 years, 10 months ago
  49. 1bf3d78 [apkverify] Merge idsig into apkverify package by Alice Wang · 2 years, 10 months ago
  50. f219cd8 Delete cpu affinity config by Victor Hsieh · 2 years, 11 months ago
  51. 82f389c Restrict setting cpu affinity or task profiles by Alan Stokes · 2 years, 11 months ago
  52. 2bead0d Make ErrorCode an enum by Alan Stokes · 3 years ago
  53. 53cc5ca Fix partition verification by Alan Stokes · 3 years ago
  54. 1291f84 Merge "Implement elapsed_time for VmBooted and VmExited" by Treehugger Robot · 3 years ago
  55. 2e7beea Implement elapsed_time for VmBooted and VmExited by Seungjae Yoo · 3 years ago
  56. 491382d Merge "Moved binder_common to rpcbinder package under binder directory." by Andrew Walbran · 3 years ago
  57. 62085c0 Send UID and VM identifier to existing atoms by Seungjae Yoo · 3 years ago
  58. acf559a Implement write_vm_booted_stats for VmBooted atom by Seungjae Yoo · 3 years ago
  59. 0a8c84c Improve write_vm_creation_stats for expanded VmCreationRequested by Seungjae Yoo · 3 years, 1 month ago
  60. 7eb5ca4 Moved binder_common to rpcbinder package under binder directory. by Andrew Walbran · 3 years ago
  61. 46999c9 Moved LazyServiceGuard to binder crate. by Andrew Walbran · 3 years ago
  62. 0e82b50 Move VM callback to vmclient by Alan Stokes · 3 years ago
  63. dcf9d58 Use new binder exception constructors moved from binder_common. by Andrew Walbran · 3 years ago
  64. 0fd0ff0 Add safe wrapper for RunRpcServerWithFactory. by Andrew Walbran · 3 years ago
  65. a4eebde Hangup is detected in another thread by Jiyong Park · 3 years, 1 month ago
  66. a446f80 Stop VM immediately with stop() call by Inseob Kim · 3 years, 1 month ago
  67. ecda928 Merge "Better logging on failure" by Treehugger Robot · 3 years, 1 month ago
  68. 70ccf16 Better logging on failure by Alan Stokes · 3 years, 1 month ago
  69. 4afe201 Use the unused /dev/hvc1 as the ramdump sink by Jiyong Park · 3 years, 1 month ago
  70. e558ab1 VirtualizationService notifies to its client when ramdump is available by Jiyong Park · 3 years, 1 month ago
  71. c3ca24f Protect createOrUpdateIdsigFile with permission by Jiyong Park · 3 years, 1 month ago
  72. e6ed0f9 Detect Microdroid hangup during boot by Jiyong Park · 3 years, 2 months ago
  73. ec8c160 Fix typo in the funcion notifyError of aidl.rs by Seungjae Yoo · 3 years, 2 months ago
  74. 1119d70 Add USE_CUSTOM_VIRTUAL_MACHINE permission by Inseob Kim · 3 years, 3 months ago
  75. dfe16d6 Set task profile when running compilation VM by Jiyong Park · 3 years, 4 months ago
  76. 061aa2c [AVF Telemetry] Add exception_code to logged atoms by Shikha Panwar · 3 years, 4 months ago
  77. 7afc139 Enable exporting of tombstones out of guest VMs by Shikha Panwar · 3 years, 5 months ago
  78. dcf1741 Specify virtual platform version and enforce it by Jiyong Park · 3 years, 6 months ago
  79. 527e577 Don't discard logs from VMs by Andrew Scull · 3 years, 6 months ago
  80. aff6299 Allow protected VMs to run with full debugging by Andrew Scull · 3 years, 6 months ago
  81. 014efb5 Update to improved system_properties API. by Andrew Walbran · 3 years, 6 months ago
  82. f6d600f Fixed typo in log messages, and adjusted log levels. by Andrew Walbran · 3 years, 6 months ago
  83. 3994f00 Don't fall back to unprotected mode if protected is not supported. by Andrew Walbran · 3 years, 6 months ago
  84. 391d9cf Merge "Enable --extended-status for crosvm and return reason why VM died." by Andrew Walbran · 3 years, 7 months ago
  85. 3ffa832 Add logging from VMCreate method by Treehugger Robot · 3 years, 9 months ago
  86. c92d35f Enable --extended-status for crosvm and return reason why VM died. by Andrew Walbran · 3 years, 7 months ago
  87. 032615f Add options for configuring number of vCPUs and CPU affinity by Jiyong Park · 3 years, 7 months ago
  88. d2dc83f Run microdroid in protected mode by Jiyong Park · 3 years, 8 months ago
  89. 641fc4a Fixed warnings generated by rustc 1.57.0 by Chris Wailes · 3 years, 8 months ago
  90. 029977d Don't allow disk images labeled as app_data_file by Jiyong Park · 3 years, 9 months ago
  91. dd0a173 Add notifyError/onError notification for VM errors by Jooyung Han · 3 years, 9 months ago
  92. 3db15fb Merge "Erase data before initializeWritablePartition" by Treehugger Robot · 3 years, 9 months ago
  93. 1edd5b9 Erase data before initializeWritablePartition by Jooyung Han · 3 years, 9 months ago
  94. b8182bb Console output and OS logs are separated by Jiyong Park · 3 years, 10 months ago
  95. c7d28c7 Remove cid parameter from VirtualMachineService by Inseob Kim · 3 years, 10 months ago
  96. 9fc8783 Merge "Implement dump state API for VirtualizationService - for bugreporting" by Shikha Panwar · 3 years, 10 months ago
  97. c2a49cc Define debug levels by Jiyong Park · 3 years, 10 months ago
  98. d8e3542 Implement dump state API for VirtualizationService - for bugreporting by Shikha Panwar · 3 years, 10 months ago
  99. 772159a Merge "virtualizationservice: "prefer_staged" for apexes" by Jooyung Han · 3 years, 10 months ago
  100. 5dc4217 virtualizationservice: "prefer_staged" for apexes by Jooyung Han · 3 years, 10 months ago