1
0
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:
Ruben S. Montero 2013-02-28 03:26:26 +01:00
parent 2e3306a7a3
commit e0022487bd

View File

@ -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;