Commit 3ec3f53
committed
review: address Copilot comments
- OvmfVariant doc: clarify that the firmware switch and the runtime
version-to-variant cutoff aren't the same line. 0.5.9 already ships
the new OVMF, but the heuristic in ovmf_variant_for_version
deliberately draws the boundary at 0.5.10.
- dstack-mr CLI: drop unnecessary image_info.cmdline.clone() — the
rest of the struct stays usable via partial move (ovmf_variant is
Copy, version is only borrowed).1 parent c827191 commit 3ec3f53
2 files changed
Lines changed: 12 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
18 | 25 | | |
19 | 26 | | |
20 | 27 | | |
| |||
0 commit comments