1. 87c157e Merge "virtualizationservice: Unbind devices on VM exit" into main by Jakob Vukalović · 1 year, 8 months ago
  2. dd3ee51 Merge "Append dtbo_vendor into --device-tree-overlay crosvm option" into main by Seungjae Yoo · 1 year, 8 months ago
  3. 4dd3818 Append dtbo_vendor into --device-tree-overlay crosvm option by Seungjae Yoo · 1 year, 9 months ago
  4. d42aa2c virtualizationservice: Unbind devices on VM exit by Jakob Vukalovic · 1 year, 9 months ago
  5. 2dfefd1 virtmgr: Pass VM DTBO path to crosvm if devices assigned by David Brazdil · 1 year, 9 months ago
  6. b2cd905 Merge "virtmgr: crosvm: Use VFIO iommu=pkvm-iommu" into main by Treehugger Robot · 1 year, 9 months ago
  7. 9ff0da8 virtmgr: crosvm: Use VFIO iommu=pkvm-iommu by Pierre-Clément Tosi · 1 year, 9 months ago
  8. ec3bc52 Make DTBO for VM containing vendor pubkey when vendor image exists by Seungjae Yoo · 1 year, 9 months ago
  9. 35e818d Renaming dtbo_node to dtbo_label by Jaewan Kim · 1 year, 10 months ago
  10. c10ca94 Merge "Pass dt symbol argument for devices to crosvm" into main by Treehugger Robot · 1 year, 11 months ago
  11. 7307a89 Pass dt symbol argument for devices to crosvm by Inseob Kim · 1 year, 11 months ago
  12. c0611e7 virtualizationmanager: Use str::split_once() by Pierre-Clément Tosi · 1 year, 11 months ago
  13. 44aba64 virtualizationmanager: Run rustfmt on crosvm.rs by Pierre-Clément Tosi · 1 year, 11 months ago
  14. 9d3c20a Create full VM DTBO only once under /data/misc/virtualizationservice by Seungjae Yoo · 1 year, 11 months ago
  15. 30be448 Add new wait_for_success argument to ballon Adjust initializer by Devin Moore · 2 years ago
  16. 6ef8097 Implement platform API to assign devices by Inseob Kim · 2 years, 1 month ago
  17. b58d1b4 Standardise safety comments for virtualizationmanager and vmclient. by Andrew Walbran · 2 years, 1 month ago
  18. eff5839 [virt] Adjust spelling of initialise in code and comments by Alice Wang · 2 years, 1 month ago
  19. 34cf434 Don't forward console_in to both /dev/ttyS0 and /dev/hvc0 by Jiyong Park · 2 years, 1 month ago
  20. e6fb167 Support console input to VM by Jiyong Park · 2 years, 1 month ago
  21. de96446 Remove bootloader-related death reasons by Alan Stokes · 2 years, 4 months ago
  22. b2db3d2 Not to spawn thread when writing the atom VmExited by Seungjae Yoo · 2 years, 4 months ago
  23. 61f8614 Ignore debug policy with sysprop by Jaewan Kim · 2 years, 4 months ago
  24. d4dae65 Refactor to handle log output outside of pvmfw by Jaewan Kim · 2 years, 4 months ago
  25. dfdc5ce Merge changes I232ec389,I6c9ca2f2,I0dcd1f3a by Treehugger Robot · 2 years, 4 months ago
  26. 3124ef0 Handle ramdump in microdroid_manager by Jaewan Kim · 2 years, 5 months ago
  27. 5af5583 Shut down RpcServer together with crosvm by David Brazdil · 2 years, 5 months ago
  28. 2d12ff3 Add as_raw_descriptor to control_server_socket by Elie Kheirallah · 2 years, 5 months ago
  29. 91b5a59 Merge "Fix failure in outputIsNotRedirectedToLogcatIfNotDebuggable" by Jaewan Kim · 2 years, 5 months ago
  30. 84b9121 Fix failure in outputIsNotRedirectedToLogcatIfNotDebuggable by Jaewan Kim · 2 years, 5 months ago
  31. 933d2b2 Don't complain if ramdump file doesn't exist by Jiyong Park · 2 years, 5 months ago
  32. ed18093 Change the condition for preparing for ramdump on the crosvm side by Jiyong Park · 2 years, 6 months ago
  33. 3115cdb Reserve more memory for crashdump kernel by Jiyong Park · 2 years, 6 months ago
  34. 58baa30 virtualizationmanager: enable crash_dump workaround by Frederick Mayle · 2 years, 6 months ago
  35. b445624 Merge "Revert "Use crosvm's --host-cpu-topology option"" by David Brazdil · 2 years, 6 months ago
  36. 667cd89 Merge "Add --gdb flag to vm run,run-app and run-microdroid commands" by Nikita Ioffe · 2 years, 6 months ago
  37. 25e8c05 Revert "Use crosvm's --host-cpu-topology option" by David Brazdil · 2 years, 6 months ago
  38. 5776f08 Add --gdb flag to vm run,run-app and run-microdroid commands by Nikita Ioffe · 2 years, 6 months ago
  39. 1afbc0e Use crosvm's --host-cpu-topology option by David Brazdil · 2 years, 6 months ago
  40. 7d1e5ec Refactor VM config to support different CPU topologies by David Brazdil · 2 years, 6 months ago
  41. d1884ca virtualizationservice: Specify crashkernel only when necessary by Jaewan Kim · 2 years, 6 months ago
  42. 3358812 Merge "Increase hangup timeout for VMs" by Treehugger Robot · 2 years, 6 months ago
  43. e557cec Increase hangup timeout for VMs by Inseob Kim · 2 years, 6 months ago
  44. 96113f3 Importing rustc-1.66.0 by Charisee · 2 years, 6 months ago
  45. 138f53c don't ignore crosvm disk warning and error logs by Frederick Mayle · 2 years, 7 months ago
  46. 7526962 Fix warnings from Rust 1.65.0 by Chris Wailes · 2 years, 8 months ago
  47. 3f0f1e8 Move virtmgr files to their own directory by David Brazdil · 2 years, 7 months ago[Renamed from virtualizationservice/src/crosvm.rs]
  48. 4b4c510 Start using virtmgr for running VMs by David Brazdil · 2 years, 8 months ago
  49. 49f96f5 Send atoms via VirtualizationServiceInternal by David Brazdil · 2 years, 8 months ago
  50. f18e116 virtualizationservice: Fix race in monitor_vm_exit by David Brazdil · 2 years, 8 months ago
  51. 3e98d29 Remove onRamdump callback by Alan Stokes · 2 years, 8 months ago
  52. 02eea52 Remove TODO comment that collecting guest_time right before VM dies by Seungjae Yoo · 2 years, 8 months ago
  53. 799c385 Merge "Record signal number when death reason is KILLED" by Seungjae Yoo · 2 years, 8 months ago
  54. 7c459e8 Give a better name to STOP_REASON_ERROR by Alan Stokes · 2 years, 8 months ago
  55. 93430e8 Record signal number when death reason is KILLED by Seungjae Yoo · 2 years, 8 months ago
  56. da4fcf3 Merge changes from topic "lmkd-vm-integration" by Keir Fraser · 2 years, 8 months ago
  57. cdd4b11 Plumb onTrimMemory app callback to virtualizationservice by Keir Fraser · 2 years, 9 months ago
  58. 2775fe2 Merge "Enrich logs" by Treehugger Robot · 2 years, 8 months ago
  59. 4642281 virtualizationservice: Use custom pvmfw.img based on sysprop by Jaewan Kim · 2 years, 9 months ago
  60. 7aaa6b7 Merge "Enable crosvm balloon device based on new system property" by Keir Fraser · 2 years, 9 months ago
  61. 8cf8f48 Retry if the VM's RpcServer cannot be started by David Brazdil · 2 years, 9 months ago
  62. f25cb92 Enable crosvm balloon device based on new system property by Keir Fraser · 2 years, 9 months ago
  63. 73988ea Run RpcBinder server for each VM on port==CID by David Brazdil · 2 years, 9 months ago
  64. 528e047 Create IVirtualizationServiceInternal by David Brazdil · 2 years, 10 months ago
  65. 08eee7b Enrich logs by Jiyong Park · 2 years, 9 months ago
  66. ca084b0 Merge "Collect cpu/mem stats via VmExited atom" by Seungjae Yoo · 2 years, 9 months ago
  67. 6d265d9 Collect cpu/mem stats via VmExited atom by Seungjae Yoo · 2 years, 9 months ago
  68. 451cc96 Remove onPayloadStarted stream argument by David Brazdil · 2 years, 10 months ago
  69. b281406 virtualizationservice: Add crashkernel=17M when launching VM by Jaewan Kim · 2 years, 9 months ago
  70. 131c089 Merge changes Idefb0d1b,Ia13381b6,I23f04ef8 by Treehugger Robot · 2 years, 10 months ago
  71. 41d1a87 virtualizationservice: Move globals closer to users by David Brazdil · 2 years, 10 months ago
  72. 2d73656 Print actual file names rather than /proc/self/fd/NN by Jiyong Park · 2 years, 10 months ago
  73. 6c60fea Remove unnecessary logs by Jiyong Park · 2 years, 10 months ago
  74. 3ba10fd Log details for unexpected failure by Alan Stokes · 2 years, 10 months ago
  75. 2d96720 Remove requesterSid from VirtualMachineDebugInfo by David Brazdil · 2 years, 10 months ago
  76. f9231df Merge "Report crosvm reboot reason on watchdog stall" by Sebastian Ene · 2 years, 10 months ago
  77. 23167d8 Report crosvm reboot reason on watchdog stall by Sebastian Ene · 2 years, 10 months ago
  78. 13a956a Create a unix domain listener socket for crosvm. by Keir Fraser · 3 years, 1 month ago
  79. 7276272 Temporarily disable balloon device in crosvm by Keir Fraser · 2 years, 10 months ago
  80. f219cd8 Delete cpu affinity config by Victor Hsieh · 2 years, 11 months ago
  81. 2e7beea Implement elapsed_time for VmBooted and VmExited by Seungjae Yoo · 3 years ago
  82. d1bd3c1 Merge changes I5e4db74f,I167148cd,I512a2cd0 by Treehugger Robot · 3 years ago
  83. 1612b90 Send ramdump to tombstoned by Jiyong Park · 3 years ago
  84. 62085c0 Send UID and VM identifier to existing atoms by Seungjae Yoo · 3 years ago
  85. b4c07ba Implement write_vm_exited_stats for VmExited atom by Seungjae Yoo · 3 years ago
  86. 0e82b50 Move VM callback to vmclient by Alan Stokes · 3 years ago
  87. a4eebde Hangup is detected in another thread by Jiyong Park · 3 years, 1 month ago
  88. a446f80 Stop VM immediately with stop() call by Inseob Kim · 3 years, 1 month ago
  89. 4afe201 Use the unused /dev/hvc1 as the ramdump sink by Jiyong Park · 3 years, 1 month ago
  90. e558ab1 VirtualizationService notifies to its client when ramdump is available by Jiyong Park · 3 years, 1 month ago
  91. c3f2ac2 Fix tests on aosp_cf_x86_64_only_phone by Alan Stokes · 3 years, 2 months ago
  92. e6ed0f9 Detect Microdroid hangup during boot by Jiyong Park · 3 years, 2 months ago
  93. 272f572 Add death reasons for microdroid failures by Inseob Kim · 3 years, 2 months ago
  94. dfe16d6 Set task profile when running compilation VM by Jiyong Park · 3 years, 4 months ago
  95. b27681f Pass serial device to VM to report failure reason. by Andrew Walbran · 3 years, 6 months ago
  96. dcf1741 Specify virtual platform version and enforce it by Jiyong Park · 3 years, 6 months ago
  97. 0b5789f Allocate swiotlb buffer size based on number of virtio devices. by Andrew Walbran · 3 years, 6 months ago
  98. 86c76fa Revert "Temporary hack: Boot protected VMs without pVM firmware." by David Brazdil · 3 years, 6 months ago
  99. 3417c91 Merge "Temporary hack: Boot protected VMs without pVM firmware." by Andrew Walbran · 3 years, 6 months ago
  100. b6547b4 Temporary hack: Boot protected VMs without pVM firmware. by Andrew Walbran · 3 years, 6 months ago