Commit 5eb1337
authored
Bump Propolis once more (#9682)
only two changes that are actually interesting for Omicron, but the full
set:
* ASpace should allow spaces with size 1 (propolis#1020)
* run header-check in CI (propolis#1017)
* small typo that I couldn't ignore (propolis#1018)
* Indicator should allow stopping instances at Init (propolis#1007)
The first one fixes a Propolis panic when guests use fixed interrupts
for VirtIO NICs (so far as we know the only currently-relevant case of
this is iPXE)
That last one fixes an issue where stopping a started-but-not-running VM
crashes Propolis. I haven't tried to reach that issue via Neuxs, but I
imagine it is reachable you stop an instance at the right moment after
trying to start it. Either way, Propolis shouldn't die like that.1 parent c17bdd2 commit 5eb1337
3 files changed
+23
-23
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
678 | 678 | | |
679 | 679 | | |
680 | 680 | | |
681 | | - | |
682 | | - | |
683 | | - | |
684 | | - | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
685 | 685 | | |
686 | 686 | | |
687 | 687 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
650 | 650 | | |
651 | 651 | | |
652 | 652 | | |
653 | | - | |
| 653 | + | |
654 | 654 | | |
655 | 655 | | |
656 | | - | |
| 656 | + | |
657 | 657 | | |
658 | 658 | | |
659 | 659 | | |
| |||
0 commit comments