parallels: add VIR_ARCH_I686 capability to parallels driver

as soon as x32 architecture is also supported
This commit is contained in:
Maxim Nestratov 2015-03-10 22:32:50 +03:00 committed by Michal Privoznik
parent a00e5c662b
commit eaf1539d2a

View File

@ -99,6 +99,13 @@ parallelsBuildCapabilities(void)
NULL, 0, NULL)) == NULL)
goto error;
if ((guest = virCapabilitiesAddGuest(caps, "hvm",
VIR_ARCH_I686,
"parallels",
NULL, 0, NULL)) == NULL)
goto error;
if (virCapabilitiesAddGuestDomain(guest,
"parallels", NULL, NULL, 0, NULL) == NULL)
goto error;