- 1e7b603 Use 'package_native' for apexes wqith *classpath jars by Jooyung Han · 3 years, 9 months ago
- 3db15fb Merge "Erase data before initializeWritablePartition" by Treehugger Robot · 3 years, 9 months ago
- 5ce2798 Merge "microdroid_manager shuts down on failure" by Jooyung Han · 3 years, 9 months ago
- 1edd5b9 Erase data before initializeWritablePartition by Jooyung Han · 3 years, 10 months ago
- bfe086f microdroid_manager shuts down on failure by Jooyung Han · 3 years, 10 months ago
- b8182bb Console output and OS logs are separated by Jiyong Park · 3 years, 10 months ago
- fa91d70 Send logd logs from VM to host by Jiyong Park · 3 years, 10 months ago
- c7d28c7 Remove cid parameter from VirtualMachineService by Inseob Kim · 3 years, 10 months ago
- 3d3f545 Merge "Use virtio-console for the serial devices" by Treehugger Robot · 3 years, 10 months ago
- 747d636 Use virtio-console for the serial devices by Jiyong Park · 3 years, 10 months ago
- 53cf799 Use package_native only when prefer_staged by Jooyung Han · 3 years, 10 months ago
- 9fc8783 Merge "Implement dump state API for VirtualizationService - for bugreporting" by Shikha Panwar · 3 years, 10 months ago
- c2a49cc Define debug levels by Jiyong Park · 3 years, 10 months ago
- d8e3542 Implement dump state API for VirtualizationService - for bugreporting by Shikha Panwar · 3 years, 10 months ago
- 9d7cd7d virtualizationservice: read env var once by Jooyung Han · 3 years, 10 months ago
- 5e0f206 virtualizationservice: pass *CLASSPATH apexes to VM by Jooyung Han · 3 years, 10 months ago
- 772159a Merge "virtualizationservice: "prefer_staged" for apexes" by Jooyung Han · 3 years, 10 months ago
- 5dc4217 virtualizationservice: "prefer_staged" for apexes by Jooyung Han · 3 years, 10 months ago
- 0cc59ee Fix lazy service persistence for VS by Alan Stokes · 3 years, 11 months ago
- 3189af0 Extract a library for common binder-related things by Alan Stokes · 3 years, 10 months ago
- d50a024 Don't reuse CID while Android is up by Jiyong Park · 3 years, 11 months ago
- 60c796c Merge changes from topics "b/186126194", "b/199367367" by Treehugger Robot · 4 years ago
- 8bbb893 Fix warnings in preparation for Rust 1.55.0 by Chris Wailes · 4 years ago
- 7e54e29 Register as a lazy service. by Alan Stokes · 4 years ago
- f8d9411 Separate creation and starting of VMs. by Andrew Walbran · 4 years ago
- cb46154 Merge "Move log_fd and composite_disks into CrosvmConfig." by Andrew Walbran · 4 years ago
- 7fa065d Merge "Add VirtualMachineState enum rather than isRunning bool." by Andrew Walbran · 4 years ago
- d3a8418 Move log_fd and composite_disks into CrosvmConfig. by Andrew Walbran · 4 years ago
- 6b65066 Add VirtualMachineState enum rather than isRunning bool. by Andrew Walbran · 4 years ago
- 1c2d758 Update microdroid's built-in apexes by Jooyung Han · 4 years ago
- e160951 Add placeholder test to prevent CI failure. by Andrew Walbran · 4 years ago
- d058756 Make port numbers aidl constants by Inseob Kim · 4 years ago
- 14cb869 Add onPayloadReady callback by Inseob Kim · 4 years ago
- 2444af9 Add onPayloadFinished callback by Inseob Kim · 4 years ago
- 1b9e4e6 Merge "Format instance.img" by Jiyong Park · 4 years ago
- 9dd389e Format instance.img by Jiyong Park · 4 years ago
- 7f61fe7 Refactor callback and make payload stream duplex by Inseob Kim · 4 years ago
- 1b95f2e Add VirtualMachineService skeleton code by Inseob Kim · 4 years ago
- 0a24843 Create idsig file automatically by Jiyong Park · 4 years ago
- fc51f0e Merge "Add method to open vsock connection to VM." by Andrew Walbran · 4 years ago
- 19c1d6c microdroid_manager: verify APK/APEXes by Jooyung Han · 4 years ago
- cbe8b08 Add method to open vsock connection to VM. by Andrew Walbran · 4 years ago
- b31c3f1 Use composite disk code from crosvm. by Andrew Walbran · 4 years ago
- fbb39d2 Pass composite image header, footer and filler as FDs too. by Andrew Walbran · 4 years ago
- 631d588 remove support of multi-file partition by Jooyung Han · 4 years ago
- 2970432 Merge changes Id7dcf0b8,Ia8749923 by Andrew Walbran · 4 years ago
- 68c39f8 Fix warnings in preparation for Rust 1.54.0 by Chris Wailes · 4 years ago
- cc04590 Use Java style field names in AIDL. by Andrew Walbran · 4 years ago
- f4aa566 Merge "instance.img is actually added as a writable partition" by Jiyong Park · 4 years ago
- 8d08181 instance.img is actually added as a writable partition by Jiyong Park · 4 years, 1 month ago
- 45bcb0c Allow VM memory to be specified in app config. by Andrew Walbran · 4 years, 1 month ago
- cc0db52 Pass payload disk images as file descriptors rather than paths. by Andrew Walbran · 4 years, 1 month ago
- 9588463 Do not use size filler by Jooyung Han · 4 years, 1 month ago
- 44b02ab use serde-xml-rs to read apex-info-list.xml by Jooyung Han · 4 years, 1 month ago
- 48b354d Create instance.img by Jiyong Park · 4 years, 1 month ago
- 730c11e Merge "Clear temporary directory on start." by Andrew Walbran · 4 years, 1 month ago
- 488bd07 Clear temporary directory on start. by Andrew Walbran · 4 years, 1 month ago
- 753553b Access control for virtualizationservice by Jiyong Park · 4 years, 1 month ago
- 8611a6c Add the onPayloadStarted callback API by Jiyong Park · 4 years, 1 month ago
- 1a72c6f microdroid: remove sdkext APEX by Jooyung Han · 4 years, 1 month ago
- 0ba3be8 Merge "Add memory size to VM config." by Treehugger Robot · 4 years, 1 month ago
- b15cd6e Add memory size to VM config. by Andrew Walbran · 4 years, 1 month ago
- 14e5a8e Rename payload metadata partition by Jooyung Han · 4 years, 1 month ago
- 9900f3d virtualizationservice: lazy-load ApexInfoList by Jooyung Han · 4 years, 1 month ago
- 2360114 Enable debug mode by Jiyong Park · 4 years, 1 month ago
- 73bac24 use "apexservice" to get paths of APEXes by Jooyung Han · 4 years, 1 month ago
- 35edb8f virtualizationservice: clean up by Jooyung Han · 4 years, 1 month ago
- 54f422f vmconfig: remove path (use paths always) by Jooyung Han · 4 years, 1 month ago
- adfb76c microdroid: create payload disk image with system apexes by Jooyung Han · 4 years, 1 month ago
- 21e9b92 Virtualizationservice makes payload disk image by Jooyung Han · 4 years, 1 month ago
- 9713bd4 Support multi-file partitions for composite disk by Jooyung Han · 4 years, 1 month ago
- 02b8ec0 Use preserved_fds rather than fd_mappings. by Andrew Walbran · 4 years, 2 months ago
- 2ff8eba Merge "Support running protected VMs." by Andrew Walbran · 4 years, 2 months ago
- f865042 Support running protected VMs. by Andrew Walbran · 4 years, 2 months ago
- 1fee0d8 Support multiple files per partition. by Andrew Walbran · 4 years, 2 months ago
- 3eca16c Create composite disk image in VirtualizationService. by Andrew Walbran · 4 years, 2 months ago
- 806f154 Improve error reporting and logging. by Andrew Walbran · 4 years, 2 months 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
- 0c4d3df Move shared config structs to shared crate. by Andrew Walbran · 4 years, 2 months ago
- 17de24f Rename VirtManager to VirtualizationService in a few more places. by Andrew Walbran · 4 years, 2 months ago
- f5fbb7d Build composite image in VirtualizationService. by Andrew Walbran · 4 years, 3 months ago
- f6bf686 Rename VirtManager to VirtualizationService. by Andrew Walbran · 4 years, 3 months ago