summary refs log tree commit diff
path: root/Documentation/decisions/006-drivers-on-host.adoc
blob: b92d863459bb4cb6e6cb12239d4e8d69dca81c0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
= 006 Drivers on Host
:page-parent: Architecture Decision Records
:page-grand_parent: About Spectrum

// SPDX-FileCopyrightText: 2022 Unikie
// SPDX-License-Identifier: GFDL-1.3-no-invariants-or-later OR CC-BY-SA-4.0

== Status

Accepted

== Context

It's important to minimize the amount of software in Spectrum's Trusted
Computing Base (TCB).

== Decision

As few drivers as possible should be running on the Spectrum host.

== Consequences

- No networking on the host.
- Responsibilities of the host are expected to get smaller over time.
- More flexible management of devices. We need to decouple devices from the host
  based on their class -- like net, usb, bluetooth and GUI -- and pass them
  through to their respective device VMs.