1. b3dd8af Merge "Remove direct access to the sealing CDI from the payload" by Andrew Scull · 2 years, 11 months ago
  2. c58b37c Merge "Allow attestation chain to be up to 4k" by Andrew Scull · 2 years, 11 months ago
  3. 197e3f6 Merge changes from topic "rust-pvmfw" by Pierre-Clément Tosi · 2 years, 11 months ago
  4. 5a838a0 Merge "[API] Change libvm_payload to shared lib" by Alice Wang · 2 years, 11 months ago
  5. c975509 Merge changes from topic "b/243513572" by Treehugger Robot · 2 years, 11 months ago
  6. 87f5b61 Allow attestation chain to be up to 4k by Andrew Scull · 2 years, 11 months ago
  7. 609299c [API] Change libvm_payload to shared lib by Alice Wang · 2 years, 11 months ago
  8. 7762003 test: Ignore testBootFailsWhenProtectedVmStartsWithImagesSignedWithDifferentKey by Pierre-Clément Tosi · 2 years, 11 months ago
  9. dc07ca6 test: Ignore bootFailsWhenPvmFwDataIsCompromised by Pierre-Clément Tosi · 3 years ago
  10. 102067a Remove direct access to the sealing CDI from the payload by Andrew Scull · 2 years, 11 months ago
  11. e4b0285 Use the vm_payload library to access DICE values by Andrew Scull · 2 years, 11 months ago
  12. 38d00f8 Simplify use of config files by Alan Stokes · 3 years ago
  13. 6056be1 Support config-less VMs by Alan Stokes · 3 years ago
  14. d4667bc VirtualMachine API changes pre-@SystemApi by Alan Stokes · 3 years ago
  15. fb46ee1 [pkvm][API] Add API to connect payload and VM service by Alice Wang · 3 years ago
  16. 7710a6d Merge "Move getProcMemInfo() from MicrodroidTestCase to ProcessUtil." by Guile Chao · 3 years ago
  17. ff7d5af Move getProcMemInfo() from MicrodroidTestCase to ProcessUtil. by guile · 3 years ago
  18. 5c4127f Merge "Fix crosvm mem usage measurement in MicrodroidBenchmarks" by Frederick Mayle · 3 years ago
  19. 3e421e7 Fix crosvm mem usage measurement in MicrodroidBenchmarks by Frederick Mayle · 3 years ago
  20. 1b732d7 Revert^2 "Remove UBoot related Microdroid tests" by Shikha Panwar · 3 years ago
  21. b54396f Revert^2 "bootloader_time should exclude time spent in ABL" by Shikha Panwar · 3 years ago
  22. c113f28 Revert^2 "Fix Microdroid tests to work with kernelboot method" by Shikha Panwar · 3 years ago
  23. 5a24738 [cleanup][test] Refactor MicrodroidTestCase with ProcessUtil by Alice Wang · 3 years ago
  24. 39915e9 Merge "MicrodroidBenchmarks: Measure crosvm RSS and PSS from the host side" by Treehugger Robot · 3 years ago
  25. a14fdee MicrodroidBenchmarks: Measure crosvm RSS and PSS from the host side by Frederick Mayle · 3 years ago
  26. 44ba865 Merge "Include 'debug.hypervisor.metrics_tag' in metric names" by David Brazdil · 3 years ago
  27. cab9d1b Include 'debug.hypervisor.metrics_tag' in metric names by David Brazdil · 3 years ago
  28. 7a52b0f Revert "Add debug property to skip benchmarks" by Inseob Kim · 3 years ago
  29. ef91938 Add debug property to skip benchmarks by Inseob Kim · 3 years ago
  30. bbea2de Merge "Move ComposBenchmark's executeCommand to MicrodroidDeviceTestBase" by Treehugger Robot · 3 years ago
  31. a766f31 Move ComposBenchmark's executeCommand to MicrodroidDeviceTestBase by Frederick Mayle · 3 years ago
  32. 95471e6 Merge "Re-connect after adb root" by Jiyong Park · 3 years ago
  33. 78b6e42 Merge "Add more time info and break down test cases in AVFHostTestCases." by Guile Chao · 3 years ago
  34. cd9b945 Re-connect after adb root by Jiyong Park · 3 years ago
  35. 3893add Add more time info and break down test cases in AVFHostTestCases. by guile · 3 years ago
  36. e93cc88 Merge "Migrate pkvm_perf_test.py dex2oat64 and crosvm memory footprint collection during compilation to AOSP." by Guile Chao · 3 years ago
  37. 551f7d3 Migrate pkvm_perf_test.py dex2oat64 and crosvm memory footprint by guile · 3 years ago
  38. cb2322c Share a single VirtualMachine object for VMs by Inseob Kim · 3 years ago
  39. 431ca43 Refactor identity invalidation test by Inseob Kim · 3 years ago
  40. 27b22fc Make sure that runToFinish() returns after VM dies by Inseob Kim · 3 years ago
  41. beeb104 Skip AVFHostTestCases on Cuttlefish by David Brazdil · 3 years ago
  42. f219cd8 Delete cpu affinity config by Victor Hsieh · 3 years ago
  43. b3aa404 bootFailsWhenLowMem to rely on onPayloadReady callback by Shikha Panwar · 3 years ago
  44. 2654dbc Merge "Revert "Set cpu affinity for time benchmarks"" by Inseob Kim · 3 years ago
  45. c6a5f2f Fix skipping testBootEnableAndDisablePKVM (take 2) by David Brazdil · 3 years ago
  46. 2a3537d Fix metric reporting from AVFHostTestCase by David Brazdil · 3 years ago
  47. 7d3d0a9 Revert "Set cpu affinity for time benchmarks" by Inseob Kim · 3 years ago
  48. bcfa535 Fix skipping testBootEnableAndDisablePKVM by David Brazdil · 3 years ago
  49. 845915e Set cpu affinity for time benchmarks by Inseob Kim · 3 years ago
  50. f2685f6 cleanup:Rename IBenchmarkService#readFile to measureReadRate by Alice Wang · 3 years ago
  51. 32721cd Skip pKVM boot time benchmark on _pkvm builds by David Brazdil · 3 years ago
  52. 78ce220 Merge "Rename device test helper package to com.android.microdroid.test.device" by Alice Wang · 3 years ago
  53. 7f7c439 Rename host test helper package to com.android.microdroid.test.host by Alice Wang · 3 years ago
  54. 9e9c551 Rename device test helper package to com.android.microdroid.test.device by Alice Wang · 3 years ago
  55. dc00166 Merge "Add MetricsProcessor to calculate metrics stats" by Alice Wang · 3 years ago
  56. f1090b3 Merge "Modify API clients to use only the to-be public API" by Treehugger Robot · 3 years ago
  57. bc039c0 Add MetricsProcessor to calculate metrics stats by Alice Wang · 3 years ago
  58. 3504a6f Modify API clients to use only the to-be public API by Alan Stokes · 3 years, 1 month ago
  59. 73509f5 Merge "Fix boot time includes shutdown time issue that mention in b/236799228#comment39" by Guile Chao · 3 years ago
  60. 6f5ff86 Merge "Fix precision when measuring vsock host to VM data transfer rate" by Alice Wang · 3 years ago
  61. ae6731a Fix boot time includes shutdown time issue that mention in b/236799228#comment39 by guile · 3 years ago
  62. e042804 Merge "Migrate pkvm_perf_test.py test_boot_time_when_pkvm_enabled and test_boot_time_when_pkvm_disabled functions to AOSP" by Guile Chao · 3 years ago
  63. 0520799 Fix precision when measuring vsock host to VM data transfer rate by Alice Wang · 3 years ago
  64. ef70658 Merge "Rename target MicroroidDeviceTestHelper to MicrodroidDeviceTestHelper" by Alice Wang · 3 years ago
  65. e429aa3 Migrate pkvm_perf_test.py test_boot_time_when_pkvm_enabled and by guile · 3 years ago
  66. 7e0843d Rename target MicroroidDeviceTestHelper to MicrodroidDeviceTestHelper by Alice Wang · 3 years ago
  67. aeab9e8 Refactor Benchmark VM event listeners by Alice Wang · 3 years ago
  68. 0a7b448 Merge "Skip CompOS benchmark on Cuttlefish" by Treehugger Robot · 3 years ago
  69. 16ef810 Skip CompOS benchmark on Cuttlefish by David Brazdil · 3 years ago
  70. 98e6e8a benchmark:Measure vsock host to VM transfer rate by Alice Wang · 3 years, 1 month ago
  71. 5df91be Use common prefix for benchmark names by Alice Wang · 3 years ago
  72. 1291f84 Merge "Implement elapsed_time for VmBooted and VmExited" by Treehugger Robot · 3 years ago
  73. 2e7beea Implement elapsed_time for VmBooted and VmExited by Seungjae Yoo · 3 years ago
  74. e2cfc9f Merge "Add AVFHostTestCases to postsubmit and fix boot time is not as expected issue." by Guile Chao · 3 years ago
  75. 5108b5a Add AVFHostTestCases to postsubmit and fix boot time is not as expected issue. by guile · 3 years ago
  76. 2958a38 Merge "Pass "shared libs" apexes" by Treehugger Robot · 3 years ago
  77. 8e4630c Merge "Fix issues after submit aosp/2188239" by Guile Chao · 3 years ago
  78. 0c9b767 Merge "MicrodroidTests: multiple low-memory tests" by Steven Moreland · 3 years ago
  79. f62bed5 MicrodroidTests: multiple low-memory tests by Steven Moreland · 3 years ago
  80. 8287705 Fix issues after submit aosp/2188239 by guile · 3 years ago
  81. 106b287 Merge "Report amount of used memory in a VM" by Treehugger Robot · 3 years ago
  82. 70225b3 Pass "shared libs" apexes by Jooyung Han · 3 years ago
  83. d629d64 Merge "Assorted cleanups" by Treehugger Robot · 3 years ago
  84. bf2c494 Merge "Minor build tweaks" by Treehugger Robot · 3 years ago
  85. 088ff0f Assorted cleanups by Alan Stokes · 3 years, 1 month ago
  86. 9e64d77 Merge "Add test for atoms VmCreationRequested, VmBooted, and VmExited" by Treehugger Robot · 3 years ago
  87. 34f0688 Minor build tweaks by Alan Stokes · 3 years, 1 month ago
  88. 14cf601 Merge "The test app built from AOSP is installable to T devices" by Treehugger Robot · 3 years ago
  89. 968635d The test app built from AOSP is installable to T devices by Jiyong Park · 3 years ago
  90. 1b8a7d1 Add test for atoms VmCreationRequested, VmBooted, and VmExited by Seungjae Yoo · 3 years, 1 month ago
  91. 1d32b3d Merge "Revert "Migrate pkvm_perf_test.py test_boot_time_without_comp_os and"" by Treehugger Robot · 3 years ago
  92. a702770 Revert "Migrate pkvm_perf_test.py test_boot_time_without_comp_os and" by David Brazdil · 3 years ago
  93. a2129e0 Report amount of used memory in a VM by David Brazdil · 3 years, 1 month ago
  94. 2cb76a9 Merge "Reduce expected length of VM's DICE chain" by Treehugger Robot · 3 years, 1 month ago
  95. 3b243c0 Merge "Report breakdown of Microdroid userspace memory usage" by Treehugger Robot · 3 years, 1 month ago
  96. 9cb37ec Report breakdown of Microdroid userspace memory usage by David Brazdil · 3 years, 1 month ago
  97. c1b04da Merge "Migrate pkvm_perf_test.py test_boot_time_without_comp_os and test_boot_time_with_comp_os function to AOSP" by Guile Chao · 3 years, 1 month ago
  98. 5f522d7 Migrate pkvm_perf_test.py test_boot_time_without_comp_os and by guile · 3 years, 1 month ago
  99. 93c7ccc Reduce expected length of VM's DICE chain by Andrew Scull · 3 years, 1 month ago
  100. 950578d Merge "Format MicrodroidTestCase.java with aosp style" by Treehugger Robot · 3 years, 1 month ago