mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Use the right initialization value for PAE/ACPI
This commit is contained in:
parent
2e3306a7a3
commit
e0022487bd
@ -92,8 +92,8 @@ int LibVirtDriver::deployment_description_kvm(
|
||||
bool pae = false;
|
||||
bool acpi = false;
|
||||
|
||||
int pae_found = 0;
|
||||
int acpi_found = 0;
|
||||
int pae_found = -1;
|
||||
int acpi_found = -1;
|
||||
|
||||
const VectorAttribute * raw;
|
||||
string default_raw;
|
||||
|
Loading…
x
Reference in New Issue
Block a user