1. 4642281 virtualizationservice: Use custom pvmfw.img based on sysprop by Jaewan Kim · 2 years, 9 months ago
  2. 7aaa6b7 Merge "Enable crosvm balloon device based on new system property" by Keir Fraser · 2 years, 9 months ago
  3. 8cf8f48 Retry if the VM's RpcServer cannot be started by David Brazdil · 2 years, 9 months ago
  4. f25cb92 Enable crosvm balloon device based on new system property by Keir Fraser · 2 years, 9 months ago
  5. 73988ea Run RpcBinder server for each VM on port==CID by David Brazdil · 2 years, 9 months ago
  6. 528e047 Create IVirtualizationServiceInternal by David Brazdil · 2 years, 10 months ago
  7. ca084b0 Merge "Collect cpu/mem stats via VmExited atom" by Seungjae Yoo · 2 years, 9 months ago
  8. 6d265d9 Collect cpu/mem stats via VmExited atom by Seungjae Yoo · 2 years, 9 months ago
  9. 451cc96 Remove onPayloadStarted stream argument by David Brazdil · 2 years, 10 months ago
  10. b281406 virtualizationservice: Add crashkernel=17M when launching VM by Jaewan Kim · 2 years, 9 months ago
  11. 131c089 Merge changes Idefb0d1b,Ia13381b6,I23f04ef8 by Treehugger Robot · 2 years, 10 months ago
  12. 41d1a87 virtualizationservice: Move globals closer to users by David Brazdil · 2 years, 10 months ago
  13. 2d73656 Print actual file names rather than /proc/self/fd/NN by Jiyong Park · 2 years, 10 months ago
  14. 6c60fea Remove unnecessary logs by Jiyong Park · 2 years, 10 months ago
  15. 3ba10fd Log details for unexpected failure by Alan Stokes · 2 years, 10 months ago
  16. 2d96720 Remove requesterSid from VirtualMachineDebugInfo by David Brazdil · 2 years, 10 months ago
  17. f9231df Merge "Report crosvm reboot reason on watchdog stall" by Sebastian Ene · 2 years, 10 months ago
  18. 23167d8 Report crosvm reboot reason on watchdog stall by Sebastian Ene · 2 years, 10 months ago
  19. 13a956a Create a unix domain listener socket for crosvm. by Keir Fraser · 3 years, 1 month ago
  20. 7276272 Temporarily disable balloon device in crosvm by Keir Fraser · 2 years, 10 months ago
  21. f219cd8 Delete cpu affinity config by Victor Hsieh · 2 years, 11 months ago
  22. 2e7beea Implement elapsed_time for VmBooted and VmExited by Seungjae Yoo · 3 years ago
  23. d1bd3c1 Merge changes I5e4db74f,I167148cd,I512a2cd0 by Treehugger Robot · 3 years ago
  24. 1612b90 Send ramdump to tombstoned by Jiyong Park · 3 years ago
  25. 62085c0 Send UID and VM identifier to existing atoms by Seungjae Yoo · 3 years ago
  26. b4c07ba Implement write_vm_exited_stats for VmExited atom by Seungjae Yoo · 3 years ago
  27. 0e82b50 Move VM callback to vmclient by Alan Stokes · 3 years ago
  28. a4eebde Hangup is detected in another thread by Jiyong Park · 3 years, 1 month ago
  29. a446f80 Stop VM immediately with stop() call by Inseob Kim · 3 years, 1 month ago
  30. 4afe201 Use the unused /dev/hvc1 as the ramdump sink by Jiyong Park · 3 years, 1 month ago
  31. e558ab1 VirtualizationService notifies to its client when ramdump is available by Jiyong Park · 3 years, 1 month ago
  32. c3f2ac2 Fix tests on aosp_cf_x86_64_only_phone by Alan Stokes · 3 years, 2 months ago
  33. e6ed0f9 Detect Microdroid hangup during boot by Jiyong Park · 3 years, 2 months ago
  34. 272f572 Add death reasons for microdroid failures by Inseob Kim · 3 years, 2 months ago
  35. dfe16d6 Set task profile when running compilation VM by Jiyong Park · 3 years, 4 months ago
  36. b27681f Pass serial device to VM to report failure reason. by Andrew Walbran · 3 years, 6 months ago
  37. dcf1741 Specify virtual platform version and enforce it by Jiyong Park · 3 years, 6 months ago
  38. 0b5789f Allocate swiotlb buffer size based on number of virtio devices. by Andrew Walbran · 3 years, 6 months ago
  39. 86c76fa Revert "Temporary hack: Boot protected VMs without pVM firmware." by David Brazdil · 3 years, 6 months ago
  40. 3417c91 Merge "Temporary hack: Boot protected VMs without pVM firmware." by Andrew Walbran · 3 years, 6 months ago
  41. b6547b4 Temporary hack: Boot protected VMs without pVM firmware. by Andrew Walbran · 3 years, 6 months ago
  42. d15c563 Add DeathReason::CRASH and ERROR. by Andrew Walbran · 3 years, 6 months ago
  43. c92d35f Enable --extended-status for crosvm and return reason why VM died. by Andrew Walbran · 3 years, 7 months ago
  44. 032615f Add options for configuring number of vCPUs and CPU affinity by Jiyong Park · 3 years, 7 months ago
  45. ae5a4ed Add one more virtio-console device by Jiyong Park · 3 years, 9 months ago
  46. 5ce2798 Merge "microdroid_manager shuts down on failure" by Jooyung Han · 3 years, 9 months ago
  47. bfe086f microdroid_manager shuts down on failure by Jooyung Han · 3 years, 10 months ago
  48. b8182bb Console output and OS logs are separated by Jiyong Park · 3 years, 10 months ago
  49. fa91d70 Send logd logs from VM to host by Jiyong Park · 3 years, 10 months ago
  50. c7d28c7 Remove cid parameter from VirtualMachineService by Inseob Kim · 3 years, 10 months ago
  51. 747d636 Use virtio-console for the serial devices by Jiyong Park · 3 years, 10 months ago
  52. f8d9411 Separate creation and starting of VMs. by Andrew Walbran · 4 years ago
  53. d3a8418 Move log_fd and composite_disks into CrosvmConfig. by Andrew Walbran · 4 years ago
  54. 6b65066 Add VirtualMachineState enum rather than isRunning bool. by Andrew Walbran · 4 years ago
  55. 7f61fe7 Refactor callback and make payload stream duplex by Inseob Kim · 4 years ago
  56. b15cd6e Add memory size to VM config. by Andrew Walbran · 4 years, 1 month ago
  57. 02b8ec0 Use preserved_fds rather than fd_mappings. by Andrew Walbran · 4 years, 2 months ago
  58. f865042 Support running protected VMs. by Andrew Walbran · 4 years, 2 months ago
  59. 806f154 Improve error reporting and logging. by Andrew Walbran · 4 years, 2 months ago
  60. f5fbb7d Build composite image in VirtualizationService. by Andrew Walbran · 4 years, 3 months ago
  61. f6bf686 Rename VirtManager to VirtualizationService. by Andrew Walbran · 4 years, 3 months ago[Renamed (97%) from virtmanager/src/crosvm.rs]
  62. 3a5a921 Pass file descriptors rather than filenames to Virt Manager. by Andrew Walbran · 4 years, 3 months ago
  63. 0203449 Need to call set_requesting_sid for with_calling_sid to work. by Andrew Walbran · 4 years, 4 months ago
  64. dae0716 Wait for crosvm in a separate thread, and keep track of when it dies. by Andrew Walbran · 4 years, 5 months ago
  65. f6a1eb9 Include requester UID and SID in VM debug info. by Andrew Walbran · 4 years, 4 months ago
  66. 06b5f5c Pass VM config by FD rather than filename. by Andrew Walbran · 4 years, 4 months ago
  67. a89fc13 Allow client to pass a file descriptor for VM logs. by Andrew Walbran · 4 years, 5 months ago
  68. 320b560 Add method to get list of VMs for vm tool. by Andrew Walbran · 4 years, 5 months ago
  69. d6dce6f Refactor: split Virt Manager into separate packages. by Andrew Walbran · 4 years, 5 months ago