Commit b018e3b
committed
fix: boottimer device MMIO address
When we re-arranged the MMIO address space in commit 9a165d1 (arch:
define 64-bit capable MMIO memory regions) we moved the MMIO region of
the boot timer device for x86 systems, but we didn't update the init
scripts that hardcode it and use it to report boot time timestamp back
to Firecracker.
Update the init.c and initramfs values for the region. Also, add a
functional test that runs during CI PR tests and makes sure the boot
timer works.
Signed-off-by: Babis Chalios <[email protected]>1 parent be5a600 commit b018e3b
File tree
3 files changed
+31
-15
lines changed- resources
- overlay/usr/local/bin
- tests/integration_tests/performance
3 files changed
+31
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
97 | 124 | | |
98 | 125 | | |
99 | 126 | | |
| |||
105 | 132 | | |
106 | 133 | | |
107 | 134 | | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
| 135 | + | |
| 136 | + | |
116 | 137 | | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | 138 | | |
123 | 139 | | |
124 | 140 | | |
| |||
0 commit comments