Commit a7e4044
refactor: move vmm::arch_gen::x86 to vmm::arch::x86_64::gen
The goal is to have all bindgen generated things be in modules just
called "`gen`" (so they're easy to exclude from code coverage). In this
case, instead of just moving `arch_gen` to `arch::gen` (e.g. moving
into the pre-existing `arch` module and dropping the `arch_` prefix),
directly move its `x86` submodule into `arch::x86_64`.
Signed-off-by: Patrick Roy <roypat@amazon.co.uk>1 parent 991ef6b commit a7e4044
File tree
15 files changed
+21
-28
lines changed- src
- cpu-template-helper/src/template/dump
- vmm/src
- arch_gen
- arch/x86_64
- gen
- cpu_config/x86_64/cpuid
- vstate/vcpu
- tools
15 files changed
+21
-28
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | | - | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | | - | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments