commit | 5af55834d0477d6ce858b0d4c11c0ceda509a999 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Wed Mar 08 13:08:56 2023 +0000 |
committer | David Brazdil <dbrazdil@google.com> | Thu Mar 23 15:28:14 2023 +0000 |
tree | 62a1f4e314308dc864500d3463654e4ae23a5325 | |
parent | 0147e4d00be00b89059a2ebda5ad979ad25ac2e9 [diff] |
Shut down RpcServer together with crosvm It can take a long time (maybe even never?) for Drop to be called on a dead RpcBinder object. IVirtualMachine objects already rely on stop() to be called when the client's VirtualMachine object is closed. As a first step, shut down the vsock RpcServer running VirtualMachineServer when the VM is killed. Bug: 269731051 Test: atest MicrodroidTestApp Change-Id: I6c9ca2f2d2dd424af206826db97e217e7f0ec5a5
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.