- 2b6352f Remove support for --daemonize by David Brazdil · 2 years, 7 months ago
- ad359e6 Merge "Prepare for clap 4." by Andrew Walbran · 2 years, 7 months ago
- 8d39a9b virtmgr: fail fast on misconfigured device by Alan Stokes · 2 years, 7 months ago
- aa1efc4 Prepare for clap 4. by Andrew Walbran · 3 years ago
- 8f12f2b Only accept binary name not path by Alan Stokes · 2 years, 7 months ago
- 4b4c510 Start using virtmgr for running VMs by David Brazdil · 2 years, 8 months ago
- 3e98d29 Remove onRamdump callback by Alan Stokes · 2 years, 8 months ago
- fa22bb0 Remove DEBUG_LEVEL_APP_ONLY by Seungjae Yoo · 2 years, 8 months ago
- 0a15fcf run-microdroid command: default --debug flag to "full" by Nikita Ioffe · 2 years, 8 months ago
- 99585d4 Merge "Add test for clap::IntoApp." by Treehugger Robot · 2 years, 8 months ago
- 1f810b6 Add test for clap::IntoApp. by Andrew Walbran · 3 years ago
- b0b6756 Add command to start an empty Microdroid instance by Nikita Ioffe · 2 years, 9 months ago
- 7b5f65c Support payload path for vm run-app by Inseob Kim · 2 years, 9 months ago
- 22e7045 Add persistent backing for encrypted storage in VM by Shikha Panwar · 2 years, 10 months ago
- 0d1ef78 Initial work to make VM config file optional by Alan Stokes · 2 years, 10 months ago
- b5bcfab Migrate away from structopt by Victor Hsieh · 2 years, 11 months ago
- f219cd8 Delete cpu affinity config by Victor Hsieh · 2 years, 11 months ago
- 62085c0 Send UID and VM identifier to existing atoms by Seungjae Yoo · 3 years ago
- 0e82b50 Move VM callback to vmclient by Alan Stokes · 3 years ago
- e558ab1 VirtualizationService notifies to its client when ramdump is available by Jiyong Park · 3 years, 1 month ago
- d0ef400 Factor out Rust client library for VirtualizationService. by Andrew Walbran · 3 years, 3 months ago
- 616d13f No need to pass Strong, just a regular reference is fine. by Andrew Walbran · 3 years, 3 months ago
- dfe16d6 Set task profile when running compilation VM by Jiyong Park · 3 years, 4 months ago
- b7983a2 vm run --log <logfile> by Jooyung Han · 3 years, 6 months ago
- c221c05 vm create-idsig <apk> <idsig> by Jooyung Han · 3 years, 6 months ago
- 014efb5 Update to improved system_properties API. by Andrew Walbran · 3 years, 6 months ago
- c4b1bde Add vm subcommand to check support for protected and unprotected VMs. by Andrew Walbran · 3 years, 6 months ago
- 3994f00 Don't fall back to unprotected mode if protected is not supported. by Andrew Walbran · 3 years, 6 months ago
- 9978257 Use fs-verity digests proto to build the directory by Victor Hsieh · 3 years, 7 months ago
- 032615f Add options for configuring number of vCPUs and CPU affinity by Jiyong Park · 3 years, 7 months ago
- a5a262f Add a parameter for extra apks to payload config by Inseob Kim · 3 years, 9 months ago
- b8182bb Console output and OS logs are separated by Jiyong Park · 3 years, 10 months ago
- c2a49cc Define debug levels by Jiyong Park · 3 years, 10 months ago
- d63cfff Add --mem option to the vm tool by Jiyong Park · 3 years, 10 months ago
- 9dd389e Format instance.img by Jiyong Park · 4 years ago
- 48b354d Create instance.img by Jiyong Park · 4 years, 1 month ago
- 2360114 Enable debug mode by Jiyong Park · 4 years, 1 month ago
- 21e9b92 Virtualizationservice makes payload disk image by Jooyung Han · 4 years, 1 month ago
- fc732f5 Merge VM and CDISK config into libvmconfig by Jooyung Han · 4 years, 1 month ago
- be42924 Support sending VM log output to a file. by Andrew Walbran · 4 years, 1 month ago
- dfc953d Create QCOW2 image rather than raw for writable partitions. by Andrew Walbran · 4 years, 2 months ago
- dff3b94 Add method to create empty writable partition. by Andrew Walbran · 4 years, 2 months ago
- f145380 Start VirtualizationService on demand. by Andrew Walbran · 4 years, 4 months ago
- 17de24f Rename VirtManager to VirtualizationService in a few more places. by Andrew Walbran · 4 years, 2 months ago
- f6bf686 Rename VirtManager to VirtualizationService. by Andrew Walbran · 4 years, 3 months ago
- 3a5a921 Pass file descriptors rather than filenames to Virt Manager. by Andrew Walbran · 4 years, 3 months ago
- f395b82 Separate out run module. by Andrew Walbran · 4 years, 3 months ago
- 4de2878 Moved set_requesting_sid to public BinderFeatures struct. by Andrew Walbran · 4 years, 4 months ago
- dae0716 Wait for crosvm in a separate thread, and keep track of when it dies. by Andrew Walbran · 4 years, 5 months ago
- 1415c13 Use Strong<> for Rust AIDL interfaces by Andrei Homescu · 4 years, 5 months ago
- c2e5d8b Fix lint error. by Andrew Walbran · 4 years, 4 months ago
- 06b5f5c Pass VM config by FD rather than filename. by Andrew Walbran · 4 years, 4 months ago
- 3e0d7d7 Merge "No longer need to use libbinder_rs directly." by Andrew Walbran · 4 years, 5 months ago
- 3c2ddef Add VM ref holding to Virt Manager by David Brazdil · 4 years, 5 months ago
- 651b068 No longer need to use libbinder_rs directly. by Andrew Walbran · 4 years, 5 months ago
- 20412d9 vm: Use Structopt for parsing command line arguments by David Brazdil · 4 years, 5 months ago
- a89fc13 Allow client to pass a file descriptor for VM logs. by Andrew Walbran · 4 years, 5 months ago
- 320b560 Add method to get list of VMs for vm tool. by Andrew Walbran · 4 years, 5 months ago
- ea9fa48 Add `vm` tool for talking to Virt Manager. by Andrew Walbran · 4 years, 5 months ago