1. 9dd389e Format instance.img by Jiyong Park · 4 years ago
  2. 0a24843 Create idsig file automatically by Jiyong Park · 4 years ago
  3. cbe8b08 Add method to open vsock connection to VM. by Andrew Walbran · 4 years ago
  4. fbb39d2 Pass composite image header, footer and filler as FDs too. by Andrew Walbran · 4 years ago
  5. 2970432 Merge changes Id7dcf0b8,Ia8749923 by Andrew Walbran · 4 years ago
  6. 68c39f8 Fix warnings in preparation for Rust 1.54.0 by Chris Wailes · 4 years ago
  7. cc04590 Use Java style field names in AIDL. by Andrew Walbran · 4 years ago
  8. f4aa566 Merge "instance.img is actually added as a writable partition" by Jiyong Park · 4 years ago
  9. 8d08181 instance.img is actually added as a writable partition by Jiyong Park · 4 years, 1 month ago
  10. 45bcb0c Allow VM memory to be specified in app config. by Andrew Walbran · 4 years, 1 month ago
  11. cc0db52 Pass payload disk images as file descriptors rather than paths. by Andrew Walbran · 4 years, 1 month ago
  12. 9588463 Do not use size filler by Jooyung Han · 4 years, 1 month ago
  13. 48b354d Create instance.img by Jiyong Park · 4 years, 1 month ago
  14. 730c11e Merge "Clear temporary directory on start." by Andrew Walbran · 4 years, 1 month ago
  15. 488bd07 Clear temporary directory on start. by Andrew Walbran · 4 years, 1 month ago
  16. 753553b Access control for virtualizationservice by Jiyong Park · 4 years, 1 month ago
  17. 8611a6c Add the onPayloadStarted callback API by Jiyong Park · 4 years, 1 month ago
  18. 1a72c6f microdroid: remove sdkext APEX by Jooyung Han · 4 years, 1 month ago
  19. 0ba3be8 Merge "Add memory size to VM config." by Treehugger Robot · 4 years, 1 month ago
  20. b15cd6e Add memory size to VM config. by Andrew Walbran · 4 years, 1 month ago
  21. 9900f3d virtualizationservice: lazy-load ApexInfoList by Jooyung Han · 4 years, 1 month ago
  22. 2360114 Enable debug mode by Jiyong Park · 4 years, 1 month ago
  23. 73bac24 use "apexservice" to get paths of APEXes by Jooyung Han · 4 years, 1 month ago
  24. 35edb8f virtualizationservice: clean up by Jooyung Han · 4 years, 1 month ago
  25. adfb76c microdroid: create payload disk image with system apexes by Jooyung Han · 4 years, 1 month ago
  26. 21e9b92 Virtualizationservice makes payload disk image by Jooyung Han · 4 years, 1 month ago
  27. 02b8ec0 Use preserved_fds rather than fd_mappings. by Andrew Walbran · 4 years, 2 months ago
  28. 2ff8eba Merge "Support running protected VMs." by Andrew Walbran · 4 years, 1 month ago
  29. f865042 Support running protected VMs. by Andrew Walbran · 4 years, 2 months ago
  30. 3eca16c Create composite disk image in VirtualizationService. by Andrew Walbran · 4 years, 2 months ago
  31. 806f154 Improve error reporting and logging. by Andrew Walbran · 4 years, 2 months ago
  32. dfc953d Create QCOW2 image rather than raw for writable partitions. by Andrew Walbran · 4 years, 2 months ago
  33. dff3b94 Add method to create empty writable partition. by Andrew Walbran · 4 years, 2 months ago
  34. f5fbb7d Build composite image in VirtualizationService. by Andrew Walbran · 4 years, 3 months ago
  35. f6bf686 Rename VirtManager to VirtualizationService. by Andrew Walbran · 4 years, 3 months ago[Renamed (84%) from virtmanager/src/aidl.rs]
  36. 3a5a921 Pass file descriptors rather than filenames to Virt Manager. by Andrew Walbran · 4 years, 3 months ago
  37. 0203449 Need to call set_requesting_sid for with_calling_sid to work. by Andrew Walbran · 4 years, 4 months ago
  38. 4de2878 Moved set_requesting_sid to public BinderFeatures struct. by Andrew Walbran · 4 years, 4 months ago
  39. dae0716 Wait for crosvm in a separate thread, and keep track of when it dies. by Andrew Walbran · 4 years, 5 months ago
  40. 1ef19ae Use camelCase for parcelable fields. by Andrew Walbran · 4 years, 4 months ago
  41. 1415c13 Use Strong<> for Rust AIDL interfaces by Andrei Homescu · 4 years, 5 months ago
  42. f6a1eb9 Include requester UID and SID in VM debug info. by Andrew Walbran · 4 years, 4 months ago
  43. 06b5f5c Pass VM config by FD rather than filename. by Andrew Walbran · 4 years, 4 months ago
  44. 3c2ddef Add VM ref holding to Virt Manager by David Brazdil · 4 years, 5 months ago
  45. a89fc13 Allow client to pass a file descriptor for VM logs. by Andrew Walbran · 4 years, 5 months ago
  46. a2f8c23 Refactor: move load_vm_config to associated function on VmConfig. by Andrew Walbran · 4 years, 5 months ago
  47. 320b560 Add method to get list of VMs for vm tool. by Andrew Walbran · 4 years, 5 months ago
  48. 9c01baa No need for Arc around state, as VirtManager is not Clone. by Andrew Walbran · 4 years, 5 months ago
  49. d6dce6f Refactor: split Virt Manager into separate packages. by Andrew Walbran · 4 years, 5 months ago