1. b58d1b4 Standardise safety comments for virtualizationmanager and vmclient. by Andrew Walbran · 2 years, 1 month ago
  2. aa6858c Propagate to Microdroid whether it should mount vendor partition by Nikita Ioffe · 2 years, 1 month ago
  3. 5dfddf2 Add a way to add a vendor disk image when launching Microdroid VM by Nikita Ioffe · 2 years, 1 month ago
  4. 46d77fc Merge changes from topic "microdroid_log" by Jiyong Park · 2 years, 1 month ago
  5. e6fb167 Support console input to VM by Jiyong Park · 2 years, 1 month ago
  6. a0eb5ee Introduce VirtualMachineAppConfig::CustomConfig struct by Nikita Ioffe · 2 years, 1 month ago
  7. 8d19295 Don't update idsig when it's already up-to-date by Jiyong Park · 2 years, 1 month ago
  8. 26c35ed Add an arg to run-microdroid/run-app cmds to provide custom kernel by Nikita Ioffe · 2 years, 2 months ago
  9. c2fec93 [service-vm] Start a bare-metal service VM from a client app by Alice Wang · 2 years, 6 months ago
  10. f50c7a6 Revert "[vs] Extract writable partition initialization into a ne..." by David Brazdil · 2 years, 4 months ago
  11. 0547e86 [vs] Extract writable partition initialization into a new library by Alice Wang · 2 years, 4 months ago
  12. 61f8614 Ignore debug policy with sysprop by Jaewan Kim · 2 years, 4 months ago
  13. fe4bb0c Allow use of VS's data files for VM partitions by Alan Stokes · 2 years, 5 months ago
  14. 25f6936 Improve APK signature handling by Alan Stokes · 2 years, 5 months ago
  15. 84b9121 Fix failure in outputIsNotRedirectedToLogcatIfNotDebuggable by Jaewan Kim · 2 years, 5 months ago
  16. b49d45b Merge changes I81878066,I52ce34e0 by Jiyong Park · 2 years, 5 months ago
  17. ed18093 Change the condition for preparing for ramdump on the crosvm side by Jiyong Park · 2 years, 6 months ago
  18. 66f062e Address comments from previous commit by Jaewan Kim · 2 years, 6 months ago
  19. c03f661 Enable microdroid console output with debug level or debug policy by Jaewan Kim · 2 years, 6 months ago
  20. 5776f08 Add --gdb flag to vm run,run-app and run-microdroid commands by Nikita Ioffe · 2 years, 6 months ago
  21. 7d1e5ec Refactor VM config to support different CPU topologies by David Brazdil · 2 years, 6 months ago
  22. ab1037d Export tombstones by default for debuggable VMs by Inseob Kim · 2 years, 6 months ago
  23. ff0005f Set encrypted storage size in bytes by Alan Stokes · 2 years, 6 months ago
  24. 96113f3 Importing rustc-1.66.0 by Charisee · 2 years, 6 months ago
  25. 3f0f1e8 Move virtmgr files to their own directory by David Brazdil · 2 years, 7 months ago[Renamed from virtualizationservice/src/aidl.rs]
  26. afc9a9e Separate virtualizationservice/manager code into own files by David Brazdil · 2 years, 7 months ago
  27. 1634c13 Merge "Redirect debuggable VM's logs to host logd" by Treehugger Robot · 2 years, 7 months ago
  28. 0168b46 Redirect debuggable VM's logs to host logd by Inseob Kim · 2 years, 7 months ago
  29. 209074a Move permission checks to global VS by David Brazdil · 2 years, 7 months ago
  30. cc19776 Merge "Remove support for --daemonize" by Treehugger Robot · 2 years, 7 months ago
  31. 8e36e17 Merge changes I4cf5d1a9,I78e9650d,Ic6ec2b14 by David Brazdil · 2 years, 7 months ago
  32. 2b6352f Remove support for --daemonize by David Brazdil · 2 years, 7 months ago
  33. d4f51a5 virtmgr: Delegate debugVmList to virtualizationservice by David Brazdil · 2 years, 7 months ago
  34. 31c22e6 virtualizationservice: Refactor VM context allocation by David Brazdil · 2 years, 7 months ago
  35. 185fe11 Check kernel & initrd file provenance by Alan Stokes · 2 years, 7 months ago
  36. 8f12f2b Only accept binary name not path by Alan Stokes · 2 years, 7 months ago
  37. 4b4c510 Start using virtmgr for running VMs by David Brazdil · 2 years, 8 months ago
  38. 1f53070 Create new virtmgr binary from virtualizationservice by David Brazdil · 2 years, 10 months ago
  39. 49f96f5 Send atoms via VirtualizationServiceInternal by David Brazdil · 2 years, 8 months ago
  40. a048614 Merge "Document valid port range." by Treehugger Robot · 2 years, 8 months ago
  41. 10c4767 Document valid port range. by Alan Stokes · 2 years, 8 months ago
  42. c9af1f1 Merge changes Ib353f1eb,Iddb694e1 by Nikita Ioffe · 2 years, 8 months ago
  43. c09b049 Use context()? instead of directly unwrap()-ing. by Nikita Ioffe · 2 years, 8 months ago
  44. f1ce987 Fix OOM in createOrUpdateIdsigFile when a directory is passed by Nikita Ioffe · 2 years, 8 months ago
  45. 3e98d29 Remove onRamdump callback by Alan Stokes · 2 years, 8 months ago
  46. 8f59d7c Merge "rpc_binder: Set CID of vsock servers" by Treehugger Robot · 2 years, 8 months ago
  47. 3238da4 rpc_binder: Set CID of vsock servers by David Brazdil · 2 years, 9 months ago
  48. a2ff8c5 Expose encryptedstore feature to system apps by Shikha Panwar · 2 years, 8 months ago
  49. cdd4b11 Plumb onTrimMemory app callback to virtualizationservice by Keir Fraser · 2 years, 9 months ago
  50. 8cf8f48 Retry if the VM's RpcServer cannot be started by David Brazdil · 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. ca084b0 Merge "Collect cpu/mem stats via VmExited atom" by Seungjae Yoo · 2 years, 9 months ago
  57. 6d265d9 Collect cpu/mem stats via VmExited atom by Seungjae Yoo · 2 years, 9 months ago
  58. 9b866f0 Fix warnings from rustc 1.65.0 by Chris Wailes · 2 years, 9 months ago
  59. 451cc96 Remove onPayloadStarted stream argument by David Brazdil · 2 years, 10 months ago
  60. dd91f0f Remove sending VmCpuStatusReported and VmMemStatusReported by Seungjae Yoo · 2 years, 9 months ago
  61. 131c089 Merge changes Idefb0d1b,Ia13381b6,I23f04ef8 by Treehugger Robot · 2 years, 10 months ago
  62. 41d1a87 virtualizationservice: Move globals closer to users by David Brazdil · 2 years, 10 months ago
  63. a07a179 Use libc::VMADDR_HOST_CID instead of custom consts by David Brazdil · 2 years, 10 months ago
  64. 7feea60 virtualizationservice: Move CID allocation under State by David Brazdil · 2 years, 10 months ago
  65. 956a3d7 Merge "Remove unnecessary logs" by Treehugger Robot · 2 years, 10 months ago
  66. 6c60fea Remove unnecessary logs by Jiyong Park · 2 years, 10 months ago
  67. c158433 Merge "virtualizationservice: Fix log messages" by David Brazdil · 2 years, 10 months ago
  68. 7bc146c Config file requires custom VM permission by Alan Stokes · 2 years, 10 months ago
  69. 415097c virtualizationservice: Fix log messages by David Brazdil · 2 years, 10 months ago
  70. 9db9309 Merge "[rpc_binder] Rename existing rpc_server to vsock_rpc_server" by Alice Wang · 2 years, 10 months ago
  71. 52d3c72 Remove support for command-line args by Alan Stokes · 2 years, 10 months ago
  72. 86c88cc [rpc_binder] Rename existing rpc_server to vsock_rpc_server by Alice Wang · 2 years, 10 months ago
  73. ba888bd Merge "Implement collecting VmStatus in microdroid_manager" by Treehugger Robot · 2 years, 10 months ago
  74. 2d96720 Remove requesterSid from VirtualMachineDebugInfo by David Brazdil · 2 years, 10 months ago
  75. fd9a062 Implement collecting VmStatus in microdroid_manager by Seungjae Yoo · 2 years, 10 months ago
  76. e3141b1 Merge "Add persistent backing for encrypted storage in VM" by Treehugger Robot · 2 years, 10 months ago
  77. 22e7045 Add persistent backing for encrypted storage in VM by Shikha Panwar · 2 years, 10 months ago
  78. add38cb Update for new version of vsock crate. by Andrew Walbran · 2 years, 10 months ago
  79. 1f417c9 Handle PayloadConfig in Microdroid by Alan Stokes · 2 years, 10 months ago
  80. 0d1ef78 Initial work to make VM config file optional by Alan Stokes · 2 years, 11 months ago
  81. ed8ace4 Revert^2 "Boot VM without bootloader - using init ramdisk" by Shikha Panwar · 2 years, 10 months ago
  82. 1bf3d78 [apkverify] Merge idsig into apkverify package by Alice Wang · 2 years, 10 months ago
  83. f219cd8 Delete cpu affinity config by Victor Hsieh · 2 years, 11 months ago
  84. 82f389c Restrict setting cpu affinity or task profiles by Alan Stokes · 2 years, 11 months ago
  85. 2bead0d Make ErrorCode an enum by Alan Stokes · 3 years ago
  86. 53cc5ca Fix partition verification by Alan Stokes · 3 years ago
  87. 1291f84 Merge "Implement elapsed_time for VmBooted and VmExited" by Treehugger Robot · 3 years ago
  88. 2e7beea Implement elapsed_time for VmBooted and VmExited by Seungjae Yoo · 3 years ago
  89. 491382d Merge "Moved binder_common to rpcbinder package under binder directory." by Andrew Walbran · 3 years ago
  90. 62085c0 Send UID and VM identifier to existing atoms by Seungjae Yoo · 3 years ago
  91. acf559a Implement write_vm_booted_stats for VmBooted atom by Seungjae Yoo · 3 years ago
  92. 0a8c84c Improve write_vm_creation_stats for expanded VmCreationRequested by Seungjae Yoo · 3 years, 1 month ago
  93. 7eb5ca4 Moved binder_common to rpcbinder package under binder directory. by Andrew Walbran · 3 years ago
  94. 46999c9 Moved LazyServiceGuard to binder crate. by Andrew Walbran · 3 years ago
  95. 0e82b50 Move VM callback to vmclient by Alan Stokes · 3 years ago
  96. dcf9d58 Use new binder exception constructors moved from binder_common. by Andrew Walbran · 3 years ago
  97. 0fd0ff0 Add safe wrapper for RunRpcServerWithFactory. by Andrew Walbran · 3 years ago
  98. a4eebde Hangup is detected in another thread by Jiyong Park · 3 years, 1 month ago
  99. a446f80 Stop VM immediately with stop() call by Inseob Kim · 3 years, 1 month ago
  100. ecda928 Merge "Better logging on failure" by Treehugger Robot · 3 years, 1 month ago