We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb8daf8 commit 36bf455Copy full SHA for 36bf455
1 file changed
bin/propolis-server/src/lib/spec/builder.rs
@@ -100,7 +100,7 @@ impl SpecBuilder {
100
memory_mb: board.memory_mb,
101
chipset: board.chipset,
102
guest_hv_interface: board.guest_hv_interface,
103
- ..Default::default()
+ acpi_variant: propolis::firmware::acpi::AcpiVariant::V0,
104
},
105
cpuid,
106
..Default::default()
@@ -404,7 +404,7 @@ mod test {
404
memory_mb: 512,
405
chipset: Chipset::I440Fx(I440Fx { enable_pcie: false }),
406
guest_hv_interface: GuestHypervisorInterface::Bhyve,
407
408
};
409
410
SpecBuilder {
0 commit comments