- 9c03a3a Use LazyLock rather than lazy_static. by Andrew Walbran · 11 months ago
- 93e884f Move virtualizationservice to under android by Jiyong Park · 1 year ago[Renamed from virtualizationservice/src/aidl.rs]
- 9bf1180 Merge "Reject bogus vsock connections" into main by Treehugger Robot · 1 year, 2 months ago
- a442e67 Implement disableVmTethering by Seungjae Yoo · 1 year, 2 months ago
- 548346e Implement enableVmTethering by Seungjae Yoo · 1 year, 2 months ago
- b6e4f1d Skeleton for IVmTethering service with flag guarding by Seungjae Yoo · 1 year, 2 months ago
- 8508bac Reject bogus vsock connections by Alan Stokes · 1 year, 2 months ago
- 6d238d8 Merge "Add `vm console` command to connect to serial console" into main by Yi-Yo Chiang · 1 year, 2 months ago
- 2f7656a Merge "Revert "Skeleton for IVmTethering service"" into main by Priyanka Advani · 1 year, 2 months ago
- 2fbf0da Add `vm console` command to connect to serial console by Yi-Yo Chiang · 1 year, 2 months ago
- f967687 Revert "Skeleton for IVmTethering service" by ELIYAZ MOMIN · 1 year, 2 months ago
- 75e920b Instance_id: Log only the first 8 bytes by Shikha Panwar · 1 year, 2 months ago
- bb7b613 Skeleton for IVmTethering service by Seungjae Yoo · 1 year, 2 months ago
- 3271f17 Implement deleting TAP interface in vmnic by Seungjae Yoo · 1 year, 2 months ago
- a6589bd Expose network support configuration into AVF Java Framework API by Seungjae Yoo · 1 year, 2 months ago
- 8e68bfb Merge "Check whether remote attestation is supported with system property" into main by Alice Wang · 1 year, 2 months ago
- eec580d Check whether remote attestation is supported with system property by Alice Wang · 1 year, 2 months ago
- de40e64 Only delete owned VM IDs by Alan Stokes · 1 year, 2 months ago
- 6c6535d Register RKP HAL only when it is declared in VINTF by Alice Wang · 1 year, 2 months ago
- 1cba46d Merge "binder::get_interface -> binder::wait_for_interface" into main by Treehugger Robot · 1 year, 3 months ago
- 13af0b6 bin/vm run-microdroid supports --network-supported flag. by Seungjae Yoo · 1 year, 3 months ago
- b2a0287 binder::get_interface -> binder::wait_for_interface by Frederick Mayle · 1 year, 3 months ago
- eee137d Add clearDisplayService in IVirtualizationServiceInternal by Jeongik Cha · 1 year, 4 months ago
- 7add2a4 Add setDisplayService and waitDisplayService in IVirtualizationServiceInternal by Jeongik Cha · 1 year, 4 months ago
- b621a52 Merge "Allow a new owner to claim a VM ID" into main by David Drysdale · 1 year, 4 months ago
- 0c99c61 Add more strict device assignment test by Jaewan Kim · 1 year, 5 months ago
- 3aa62b3 Allow a new owner to claim a VM ID by David Drysdale · 1 year, 4 months ago
- 20cb84b Merge "[attestation] Add API to check AVF RKP Hal presence in VM Attestation" into main by Alice Wang · 1 year, 5 months ago
- 0362f7f [attestation] Add API to check AVF RKP Hal presence in VM Attestation by Alice Wang · 1 year, 5 months ago
- 5daec07 [attestation] Optimize request processing in Service VM by Alice Wang · 1 year, 5 months ago
- a668cb0 Merge "[attestation] Verify AVF RKP Hal presence in VM Attestation" into main by Alice Wang · 1 year, 5 months ago
- 0dcab55 [attestation] Verify AVF RKP Hal presence in VM Attestation by Alice Wang · 1 year, 5 months ago
- 1138fa0 Add VM reconciliation by David Drysdale · 1 year, 5 months ago
- e64de8e Store VM IDs in maintenance DB by David Drysdale · 1 year, 5 months ago
- 30ccacb Add daily reconciliation by Alan Stokes · 1 year, 6 months ago
- 79af266 Add VM ID database and maintenance functionality by David Drysdale · 1 year, 6 months ago
- d15f5e9 Merge "Allocate each VM an instance_id" into main by Shikha Panwar · 1 year, 5 months ago
- 61a74b5 Allocate each VM an instance_id by Shikha Panwar · 1 year, 6 months ago
- ea1f046 Add a skeleton virtualizationmaintenance service by Alan Stokes · 1 year, 6 months ago
- ac66707 Reformat imports by Alan Stokes · 1 year, 6 months ago
- e64dd18 [test] Add e2e instrumentation test for VM attestation by Alice Wang · 1 year, 7 months ago
- 0c69426 Merge "[x509] Use openssl to parse x509 certificate chain" into main by Alice Wang · 1 year, 8 months ago
- fc5a44a [x509] Use openssl to parse x509 certificate chain by Alice Wang · 1 year, 8 months ago
- d42aa2c virtualizationservice: Unbind devices on VM exit by Jakob Vukalovic · 1 year, 9 months ago
- 20b8ebc [attestation] Build the certificate output for attestation by Alice Wang · 1 year, 9 months ago
- 4c6c558 [x509] Parse certificate chain from RKPD into individual certificate by Alice Wang · 1 year, 9 months ago
- 2dfefd1 virtmgr: Pass VM DTBO path to crosvm if devices assigned by David Brazdil · 1 year, 9 months ago
- bff017f [rkp] Retrieve attestation key from rkpd by Alice Wang · 1 year, 9 months ago
- 4e3015d [client-vm] Build client VM CSR and sign the CSR with two keys by Alice Wang · 1 year, 10 months ago
- a410b64 [attestation] Rename the client VM attestation API by Alice Wang · 1 year, 10 months ago
- 35e818d Renaming dtbo_node to dtbo_label by Jaewan Kim · 1 year, 10 months ago
- 7307a89 Pass dt symbol argument for devices to crosvm by Inseob Kim · 1 year, 11 months ago
- e9ac2db Add build time feature flag for pvm remote attestation by Alice Wang · 1 year, 11 months ago
- 9d3c20a Create full VM DTBO only once under /data/misc/virtualizationservice by Seungjae Yoo · 1 year, 11 months ago
- 58b83d1 Merge "[service-vm] Persist the service VM instance image in VS" into main by Treehugger Robot · 1 year, 11 months ago
- c4a774d Read assignable device list from vendor config xml by Inseob Kim · 2 years ago
- c206b9b [service-vm] Persist the service VM instance image in VS by Alice Wang · 2 years ago
- d7bd2f2 Rename avfutil to avflog by Jiyong Park · 2 years ago
- f4883fc Add libavfutil by Jiyong Park · 2 years ago
- 2227eaa Use binder::IntoBinderResult to simplify error handling by Jiyong Park · 2 years ago
- 55438b2 Fix trivial device assignment bugs by Inseob Kim · 2 years ago
- f36347b Use regular file for VM DTBO by Inseob Kim · 2 years ago
- bdca047 Bind devices to VFIO with VirtualizationService by Inseob Kim · 2 years ago
- 6ef8097 Implement platform API to assign devices by Inseob Kim · 2 years, 1 month ago
- 1ca0f65 Add internal API to bind devices to VFIO by Inseob Kim · 2 years, 1 month ago
- 53d0b21 Add API getting list of assignable devices by Inseob Kim · 2 years, 1 month ago
- b58d1b4 Standardise safety comments for virtualizationmanager and vmclient. by Andrew Walbran · 2 years, 1 month ago
- c2fec93 [service-vm] Start a bare-metal service VM from a client app by Alice Wang · 2 years, 5 months ago
- d1b11a0 [vs] Refactor directory removal in virtualizationservice by Alice Wang · 2 years, 4 months ago
- 96113f3 Importing rustc-1.66.0 by Charisee · 2 years, 6 months ago
- 33a3102 Rename virtualizationservice files by David Brazdil · 2 years, 7 months ago[Renamed (98%) from virtualizationservice/src/aidl_vs.rs]
- afc9a9e Separate virtualizationservice/manager code into own files by David Brazdil · 2 years, 7 months ago