commit | 10c4767b90f75f9afc4b98478c6162dee31f2d67 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Tue Dec 13 17:17:08 2022 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Thu Dec 15 11:58:02 2022 +0000 |
tree | 83dcd4e6032c497b7996e03bc52a30b31b63efce | |
parent | 0a94138c0f728da7b1ff45d98ac5021b9784b3a1 [diff] |
Document valid port range. Switch the port parameters to long, since Java int can't hold the largest u32 value. Throw an exception if out of range values are passed. Also enforce the >= 1024 restriction in VS, just in case we start using privileged vsock ports for something. Use a port number > 2^31 in one of our tests just to make sure it works. BYPASS_INCLUSIVE_LANGUAGE_REASON='man' used to refer to the manual command. Bug: 261037705 Test: atest MicrodroidTests Change-Id: Icf22d9c2e746f300b184e66469fb6b62c574b6ff
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.