1. e6ed0f9 Detect Microdroid hangup during boot by Jiyong Park · 3 years, 3 months ago
  2. ec8c160 Fix typo in the funcion notifyError of aidl.rs by Seungjae Yoo · 3 years, 3 months ago
  3. 1119d70 Add USE_CUSTOM_VIRTUAL_MACHINE permission by Inseob Kim · 3 years, 4 months ago
  4. dfe16d6 Set task profile when running compilation VM by Jiyong Park · 3 years, 5 months ago
  5. 061aa2c [AVF Telemetry] Add exception_code to logged atoms by Shikha Panwar · 3 years, 5 months ago
  6. 7afc139 Enable exporting of tombstones out of guest VMs by Shikha Panwar · 3 years, 5 months ago
  7. dcf1741 Specify virtual platform version and enforce it by Jiyong Park · 3 years, 7 months ago
  8. 527e577 Don't discard logs from VMs by Andrew Scull · 3 years, 7 months ago
  9. aff6299 Allow protected VMs to run with full debugging by Andrew Scull · 3 years, 7 months ago
  10. 014efb5 Update to improved system_properties API. by Andrew Walbran · 3 years, 7 months ago
  11. f6d600f Fixed typo in log messages, and adjusted log levels. by Andrew Walbran · 3 years, 7 months ago
  12. 3994f00 Don't fall back to unprotected mode if protected is not supported. by Andrew Walbran · 3 years, 7 months ago
  13. 391d9cf Merge "Enable --extended-status for crosvm and return reason why VM died." by Andrew Walbran · 3 years, 8 months ago
  14. 3ffa832 Add logging from VMCreate method by Treehugger Robot · 3 years, 10 months ago
  15. c92d35f Enable --extended-status for crosvm and return reason why VM died. by Andrew Walbran · 3 years, 8 months ago
  16. 032615f Add options for configuring number of vCPUs and CPU affinity by Jiyong Park · 3 years, 8 months ago
  17. d2dc83f Run microdroid in protected mode by Jiyong Park · 3 years, 9 months ago
  18. 641fc4a Fixed warnings generated by rustc 1.57.0 by Chris Wailes · 3 years, 9 months ago
  19. 029977d Don't allow disk images labeled as app_data_file by Jiyong Park · 3 years, 9 months ago
  20. dd0a173 Add notifyError/onError notification for VM errors by Jooyung Han · 3 years, 10 months ago
  21. 3db15fb Merge "Erase data before initializeWritablePartition" by Treehugger Robot · 3 years, 10 months ago
  22. 1edd5b9 Erase data before initializeWritablePartition by Jooyung Han · 3 years, 10 months ago
  23. b8182bb Console output and OS logs are separated by Jiyong Park · 3 years, 10 months ago
  24. c7d28c7 Remove cid parameter from VirtualMachineService by Inseob Kim · 3 years, 10 months ago
  25. 9fc8783 Merge "Implement dump state API for VirtualizationService - for bugreporting" by Shikha Panwar · 3 years, 11 months ago
  26. c2a49cc Define debug levels by Jiyong Park · 3 years, 11 months ago
  27. d8e3542 Implement dump state API for VirtualizationService - for bugreporting by Shikha Panwar · 3 years, 11 months ago
  28. 772159a Merge "virtualizationservice: "prefer_staged" for apexes" by Jooyung Han · 4 years ago
  29. 5dc4217 virtualizationservice: "prefer_staged" for apexes by Jooyung Han · 4 years ago
  30. 0cc59ee Fix lazy service persistence for VS by Alan Stokes · 4 years ago
  31. 3189af0 Extract a library for common binder-related things by Alan Stokes · 4 years ago
  32. d50a024 Don't reuse CID while Android is up by Jiyong Park · 4 years ago
  33. 60c796c Merge changes from topics "b/186126194", "b/199367367" by Treehugger Robot · 4 years ago
  34. 8bbb893 Fix warnings in preparation for Rust 1.55.0 by Chris Wailes · 4 years ago
  35. 7e54e29 Register as a lazy service. by Alan Stokes · 4 years ago
  36. f8d9411 Separate creation and starting of VMs. by Andrew Walbran · 4 years ago
  37. d3a8418 Move log_fd and composite_disks into CrosvmConfig. by Andrew Walbran · 4 years ago
  38. 6b65066 Add VirtualMachineState enum rather than isRunning bool. by Andrew Walbran · 4 years ago
  39. d058756 Make port numbers aidl constants by Inseob Kim · 4 years ago
  40. 14cb869 Add onPayloadReady callback by Inseob Kim · 4 years ago
  41. 2444af9 Add onPayloadFinished callback by Inseob Kim · 4 years ago
  42. 1b9e4e6 Merge "Format instance.img" by Jiyong Park · 4 years ago
  43. 9dd389e Format instance.img by Jiyong Park · 4 years ago
  44. 7f61fe7 Refactor callback and make payload stream duplex by Inseob Kim · 4 years, 1 month ago
  45. 1b95f2e Add VirtualMachineService skeleton code by Inseob Kim · 4 years, 1 month ago
  46. 0a24843 Create idsig file automatically by Jiyong Park · 4 years, 1 month ago
  47. cbe8b08 Add method to open vsock connection to VM. by Andrew Walbran · 4 years, 1 month ago
  48. fbb39d2 Pass composite image header, footer and filler as FDs too. by Andrew Walbran · 4 years, 1 month ago
  49. 2970432 Merge changes Id7dcf0b8,Ia8749923 by Andrew Walbran · 4 years, 1 month ago
  50. 68c39f8 Fix warnings in preparation for Rust 1.54.0 by Chris Wailes · 4 years, 1 month ago
  51. cc04590 Use Java style field names in AIDL. by Andrew Walbran · 4 years, 1 month ago
  52. f4aa566 Merge "instance.img is actually added as a writable partition" by Jiyong Park · 4 years, 1 month ago
  53. 8d08181 instance.img is actually added as a writable partition by Jiyong Park · 4 years, 1 month ago
  54. 45bcb0c Allow VM memory to be specified in app config. by Andrew Walbran · 4 years, 2 months ago
  55. cc0db52 Pass payload disk images as file descriptors rather than paths. by Andrew Walbran · 4 years, 2 months ago
  56. 9588463 Do not use size filler by Jooyung Han · 4 years, 2 months ago
  57. 48b354d Create instance.img by Jiyong Park · 4 years, 2 months ago
  58. 730c11e Merge "Clear temporary directory on start." by Andrew Walbran · 4 years, 2 months ago
  59. 488bd07 Clear temporary directory on start. by Andrew Walbran · 4 years, 2 months ago
  60. 753553b Access control for virtualizationservice by Jiyong Park · 4 years, 2 months ago
  61. 8611a6c Add the onPayloadStarted callback API by Jiyong Park · 4 years, 2 months ago
  62. 1a72c6f microdroid: remove sdkext APEX by Jooyung Han · 4 years, 2 months ago
  63. 0ba3be8 Merge "Add memory size to VM config." by Treehugger Robot · 4 years, 2 months ago
  64. b15cd6e Add memory size to VM config. by Andrew Walbran · 4 years, 2 months ago
  65. 9900f3d virtualizationservice: lazy-load ApexInfoList by Jooyung Han · 4 years, 2 months ago
  66. 2360114 Enable debug mode by Jiyong Park · 4 years, 2 months ago
  67. 73bac24 use "apexservice" to get paths of APEXes by Jooyung Han · 4 years, 2 months ago
  68. 35edb8f virtualizationservice: clean up by Jooyung Han · 4 years, 2 months ago
  69. adfb76c microdroid: create payload disk image with system apexes by Jooyung Han · 4 years, 2 months ago
  70. 21e9b92 Virtualizationservice makes payload disk image by Jooyung Han · 4 years, 2 months ago
  71. 02b8ec0 Use preserved_fds rather than fd_mappings. by Andrew Walbran · 4 years, 2 months ago
  72. 2ff8eba Merge "Support running protected VMs." by Andrew Walbran · 4 years, 2 months ago
  73. f865042 Support running protected VMs. by Andrew Walbran · 4 years, 3 months ago
  74. 3eca16c Create composite disk image in VirtualizationService. by Andrew Walbran · 4 years, 3 months ago
  75. 806f154 Improve error reporting and logging. by Andrew Walbran · 4 years, 3 months ago
  76. dfc953d Create QCOW2 image rather than raw for writable partitions. by Andrew Walbran · 4 years, 3 months ago
  77. dff3b94 Add method to create empty writable partition. by Andrew Walbran · 4 years, 3 months ago
  78. f5fbb7d Build composite image in VirtualizationService. by Andrew Walbran · 4 years, 4 months ago
  79. f6bf686 Rename VirtManager to VirtualizationService. by Andrew Walbran · 4 years, 4 months ago[Renamed (84%) from virtmanager/src/aidl.rs]
  80. 3a5a921 Pass file descriptors rather than filenames to Virt Manager. by Andrew Walbran · 4 years, 4 months ago
  81. 0203449 Need to call set_requesting_sid for with_calling_sid to work. by Andrew Walbran · 4 years, 5 months ago
  82. 4de2878 Moved set_requesting_sid to public BinderFeatures struct. by Andrew Walbran · 4 years, 5 months ago
  83. dae0716 Wait for crosvm in a separate thread, and keep track of when it dies. by Andrew Walbran · 4 years, 6 months ago
  84. 1ef19ae Use camelCase for parcelable fields. by Andrew Walbran · 4 years, 5 months ago
  85. 1415c13 Use Strong<> for Rust AIDL interfaces by Andrei Homescu · 4 years, 6 months ago
  86. f6a1eb9 Include requester UID and SID in VM debug info. by Andrew Walbran · 4 years, 5 months ago
  87. 06b5f5c Pass VM config by FD rather than filename. by Andrew Walbran · 4 years, 5 months ago
  88. 3c2ddef Add VM ref holding to Virt Manager by David Brazdil · 4 years, 6 months ago
  89. a89fc13 Allow client to pass a file descriptor for VM logs. by Andrew Walbran · 4 years, 6 months ago
  90. a2f8c23 Refactor: move load_vm_config to associated function on VmConfig. by Andrew Walbran · 4 years, 6 months ago
  91. 320b560 Add method to get list of VMs for vm tool. by Andrew Walbran · 4 years, 6 months ago
  92. 9c01baa No need for Arc around state, as VirtManager is not Clone. by Andrew Walbran · 4 years, 6 months ago
  93. d6dce6f Refactor: split Virt Manager into separate packages. by Andrew Walbran · 4 years, 6 months ago