summary refs log tree commit diff
path: root/host/start-vm/ch.rs
Commit message (Collapse)AuthorAge
* host/rootfs: prefix VM service namesAlyssa Ross2024-01-19
| | | | | | | | This will allow adding other services that are not specific to any particular VM (e.g. multi-VM bundles) without risking conflicts with user-provided VM names. Signed-off-by: Alyssa Ross <hi@alyssa.is>
* host/start-vm: fix clippy diagnosticsAlyssa Ross2023-04-13
| | | | Signed-off-by: Alyssa Ross <hi@alyssa.is>
* Clarify EUPL SPDX expressionAlyssa Ross2022-05-23
| | | | | | | | | | | | | | | | | | This isn't a license change — the code was always available under potential future EUPL versions because of this language in the EUPL: > Copyleft clause: If the Licensee distributes or communicates copies of the > Original Works or Derivative Works, this Distribution or Communication will be > done under the terms of this Licence or of a later version of this Licence > unless the Original Work is expressly distributed only under this version of the > Licence — for example by communicating ‘EUPL v. 1.2 only’. The Licensee > (becoming Licensor) cannot offer or impose any additional terms or conditions on > the Work or Derivative Work that alter or restrict the terms of the Licence. But now that reuse 1.0.0 is out, and supports SPDX '+' expressions, we can express this more clearly in SPDX. Signed-off-by: Alyssa Ross <hi@alyssa.is>
* host/start-vm: fix typo in doc commentAlyssa Ross2022-03-19
|
* host/rootfs: don't autostart VM consolesAlyssa Ross2022-02-19
| | | | | | Aside from the experience benefit of not popping the netvm console open when it's not required, this also simplifies the implementation a lot, because it means each VM only has to be a single service.
* host/start-vm: clean up net after VM shuts downAlyssa Ross2022-02-15