1. 7b0848a Merge changes from topic "bootstrap-service-virtualization-jar" into main by Nikita Ioffe · 1 year, 6 months ago
  2. 20c0825 Add missing null check by Alan Stokes · 1 year, 6 months ago
  3. ad4c719 Add a VirtualizationSystemService that runs inside system_server by Nikita Ioffe · 1 year, 6 months ago
  4. fda7084 Make extra APKs easier to specify by Alan Stokes · 1 year, 8 months ago
  5. 2b26d65 Fix error messages by Alan Stokes · 1 year, 6 months ago
  6. eb78624 Merge "Remove java_api_contribution modules from .bp files" into main by Jihoon Kang · 1 year, 7 months ago
  7. efb0800 Merge "Fix typo" into main by Treehugger Robot · 1 year, 7 months ago
  8. ae902cc Fix typo by Alan Stokes · 1 year, 7 months ago
  9. ae4933a Remove java_api_contribution modules from .bp files by Jihoon Kang · 1 year, 7 months ago
  10. 9a7b007 Treat APK path change as compatible by Alan Stokes · 1 year, 7 months ago
  11. d9ab481 Validate setOs and --gki when creating a VM by Inseob Kim · 1 year, 7 months ago
  12. 4625738 Add test APIs for Microdroid GKI by Inseob Kim · 1 year, 7 months ago
  13. 6d424fa Fixes to API documentation by Alan Stokes · 1 year, 9 months ago
  14. 32bbc2e README for the Java APIs by Alan Stokes · 1 year, 10 months ago
  15. bbed887 Make error names more consistent. by Alan Stokes · 1 year, 10 months ago
  16. 1e494e6 Add additional overriding methods to signature files by Jihoon Kang · 1 year, 10 months ago
  17. d915af4 Prepare for keeping concrete overrides of abstract methods by Paul Duffin · 1 year, 10 months ago
  18. 27f3ef0 Multi_tenant is the new payload_not_root by Alan Stokes · 1 year, 10 months ago
  19. d09b298 Allow preinstalled apps to use the AVF APIs by Alan Stokes · 1 year, 11 months ago
  20. 1f8bdba Merge "Stop truncating the BCC" into main by Alan Stokes · 1 year, 11 months ago
  21. 7f27c0d Stop truncating the BCC by Alan Stokes · 1 year, 11 months ago
  22. 2e7d4d7 Change the javadoc comment for FEATURE_VENDOR_MODULES 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. f7c742a Add support for checking whether feature is enabled on device by Nikita Ioffe · 1 year, 11 months ago
  25. 6ef8097 Implement platform API to assign devices by Inseob Kim · 2 years, 1 month ago
  26. 97dd06f Add test api for setting vendor disk image by Nikita Ioffe · 2 years, 1 month ago
  27. 46d77fc Merge changes from topic "microdroid_log" by Jiyong Park · 2 years, 1 month ago
  28. 92e3472 Add TestApis for using console input by Jiyong Park · 2 years, 1 month ago
  29. e6fb167 Support console input to VM by Jiyong Park · 2 years, 1 month ago
  30. a0eb5ee Introduce VirtualMachineAppConfig::CustomConfig struct by Nikita Ioffe · 2 years, 1 month ago
  31. de96446 Remove bootloader-related death reasons by Alan Stokes · 2 years, 4 months ago
  32. b1a98ae Reuse Binder connection for VirtualizationService by David Brazdil · 2 years, 5 months ago
  33. eab0cdf Reduce virtmgr threads by Alan Stokes · 2 years, 5 months ago
  34. dfedcf7 Merge "sed setMaxOutgoing{Threads,Connections}" by Steven Moreland · 2 years, 5 months ago
  35. 33ce773 Handle split APKs by Alan Stokes · 2 years, 5 months ago
  36. 16b3bc9 sed setMaxOutgoing{Threads,Connections} by Steven Moreland · 2 years, 5 months ago
  37. 08bdcdd Optimize identical configs by Alan Stokes · 2 years, 6 months ago
  38. 1d96244 Set 1 rather than 10 incoming threads. by Alan Stokes · 2 years, 6 months ago
  39. a270d69 Switch to AutoCloseable by Alan Stokes · 2 years, 6 months ago
  40. 21fdc91 Make VM Descriptor AutoCloseable by Alan Stokes · 2 years, 6 months ago
  41. 5bb43e0 Merge changes Ia3e093b6,I924c0fd9,I809fa635 by Nikita Ioffe · 2 years, 6 months ago
  42. 287f6ce Test that we can parcel & unparcel VirtualMachineDescriptor by Nikita Ioffe · 2 years, 6 months ago
  43. 21873d7 Fix some warnings by Alan Stokes · 2 years, 6 months ago
  44. 97cec9a Merge "Refactor VM config to support different CPU topologies" by Treehugger Robot · 2 years, 6 months ago
  45. 7d1e5ec Refactor VM config to support different CPU topologies by David Brazdil · 2 years, 6 months ago
  46. cd673d6 Add an incoming threadpool for connectToVsockServer by Alan Stokes · 2 years, 6 months ago
  47. 9a411dc Set memory size in bytes by Alan Stokes · 2 years, 6 months ago
  48. ff0005f Set encrypted storage size in bytes by Alan Stokes · 2 years, 6 months ago
  49. 4a66deb A stopped VM with no files is deleted by Alan Stokes · 2 years, 6 months ago
  50. 9bffc3b Cache package name not APK path by Alan Stokes · 2 years, 7 months ago
  51. 630e0c3 Merge "Better error messages" by Treehugger Robot · 2 years, 7 months ago
  52. 272f0e1 Merge "java_api_contribution module definitions for Virtualization" by Jihoon Kang · 2 years, 7 months ago
  53. 7f95771 Better error messages by Alan Stokes · 2 years, 7 months ago
  54. a517f71 Refactor: Extract callback class by Alan Stokes · 2 years, 7 months ago
  55. e904035 java_api_contribution module definitions for Virtualization by Jihoon Kang · 2 years, 7 months ago
  56. 2a75df0 Delete some old files by Alan Stokes · 2 years, 7 months ago
  57. 8961f10 Add API to selectively redirect VM logs to apps by Inseob Kim · 2 years, 8 months ago
  58. e428eb9 Merge "Document protected vs debuggable" by Treehugger Robot · 2 years, 7 months ago
  59. 96b45ea Merge "virtmgr: fail fast on misconfigured device" by Treehugger Robot · 2 years, 7 months ago
  60. 8d39a9b virtmgr: fail fast on misconfigured device by Alan Stokes · 2 years, 7 months ago
  61. 0a2dcc7 Merge "Minor fixes" by Treehugger Robot · 2 years, 7 months ago
  62. a4363d8 Document protected vs debuggable by Alan Stokes · 2 years, 7 months ago
  63. 24f7658 Minor fixes by Alan Stokes · 2 years, 7 months ago
  64. 2df2a2e Merge "Only accept binary name not path" by Treehugger Robot · 2 years, 7 months ago
  65. f4affb2 Merge "java_api_contribution module definition for Virtualization" by Jihoon Kang · 2 years, 7 months ago
  66. 8f12f2b Only accept binary name not path by Alan Stokes · 2 years, 7 months ago
  67. 0d34b16 Merge changes Ida323bae,I3097b152,Id63cc01f by Treehugger Robot · 2 years, 7 months ago
  68. 6e322eb javalib: Remove JNI boilerplate code by David Brazdil · 2 years, 7 months ago
  69. 45713c7 javalib: More eagerly terminate virtmgr by David Brazdil · 2 years, 7 months ago
  70. 2466a42 javalib: Mark mVirtualizationService field final by David Brazdil · 2 years, 7 months ago
  71. 7c6fe54 More API changes by Alan Stokes · 2 years, 7 months ago
  72. 4280d7c Merge "Start using virtmgr for running VMs" by David Brazdil · 2 years, 7 months ago
  73. 4b4c510 Start using virtmgr for running VMs by David Brazdil · 2 years, 8 months ago
  74. 3afd9f9 Annotate blocking methods by Alan Stokes · 2 years, 7 months ago
  75. abcf262 Improve API documentation. by Alan Stokes · 2 years, 7 months ago
  76. 40dd5b2 Make sure a deleted VM stays deleted by Alan Stokes · 2 years, 7 months ago
  77. 7958839 javalib: Spawn child virtmgr and connect to it by David Brazdil · 2 years, 10 months ago
  78. a2125dd rpc_binder: Update users of RpcSession by David Brazdil · 2 years, 8 months ago
  79. 49f96f5 Send atoms via VirtualizationServiceInternal by David Brazdil · 2 years, 8 months ago
  80. 87cdb37 Merge "Restrict exception constructors" by Treehugger Robot · 2 years, 8 months ago
  81. 105634b Add tests for get, create, getOrCreate by Alan Stokes · 2 years, 8 months ago
  82. 854edeb Restrict exception constructors by Alan Stokes · 2 years, 8 months ago
  83. 4deae89 java_api_contribution module definition for Virtualization by Jihoon Kang · 2 years, 8 months ago
  84. a048614 Merge "Document valid port range." by Treehugger Robot · 2 years, 8 months ago
  85. fcd3c97 Change KB -> KiB in javadocs for consistency by Shikha Panwar · 2 years, 8 months ago
  86. 10c4767 Document valid port range. by Alan Stokes · 2 years, 8 months ago
  87. d7bf72f Merge "Remove onRamdump callback" by Treehugger Robot · 2 years, 8 months ago
  88. 5b173d8 Drop the VM reference when stopped by Alan Stokes · 2 years, 8 months ago
  89. 3e98d29 Remove onRamdump callback by Alan Stokes · 2 years, 8 months ago
  90. 09bb82c Remove getCid() by Alan Stokes · 2 years, 8 months ago
  91. 6be517c Move config validation to the builder by Alan Stokes · 2 years, 8 months ago
  92. 0c53e6c Merge changes from topic "encryptedstore_java_api" by Treehugger Robot · 2 years, 8 months ago
  93. 5468922 Resizing encryptedstore is incompatible by Shikha Panwar · 2 years, 8 months ago
  94. e698154 Enable transferring VM with encryptedstore enabled by Shikha Panwar · 2 years, 8 months ago
  95. 969cb2d Merge "Remove DEBUG_LEVEL_APP_ONLY" by Seungjae Yoo · 2 years, 8 months ago
  96. a2ff8c5 Expose encryptedstore feature to system apps by Shikha Panwar · 2 years, 8 months ago
  97. 13c17be Merge "Add tests for creating VM with CE/DE contexts" by Nikita Ioffe · 2 years, 8 months ago
  98. fa22bb0 Remove DEBUG_LEVEL_APP_ONLY by Seungjae Yoo · 2 years, 8 months ago
  99. 9625489 Add tests for creating VM with CE/DE contexts by Nikita Ioffe · 2 years, 8 months ago
  100. 6529004 Merge "Switch to non-updatable-framework-module-defaults" by Nikita Ioffe · 2 years, 8 months ago