Commit 6354879
mmio: Remove Virtio-over-MMIO support
The code currently does not work and relies on hard-coded addresses.
Removing this code makes the remainder of the code easier to refactor
(by avoiding lifetime complexity). It also makes adding support for
new block devices easier (as we can assume all devices get discovered
via PCI).
Also adds an explicit "Halting.." log, making it clear the firmware is
_intentionally_ hanging.
Signed-off-by: Joe Richey <joerichey@google.com>1 parent 62f9772 commit 6354879
3 files changed
+1
-123
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| |||
182 | 181 | | |
183 | 182 | | |
184 | 183 | | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
| 184 | + | |
189 | 185 | | |
190 | 186 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
| |||
0 commit comments