mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
parallels: add VIR_ARCH_I686 capability to parallels driver
as soon as x32 architecture is also supported
This commit is contained in:
parent
a00e5c662b
commit
eaf1539d2a
@ -99,6 +99,13 @@ parallelsBuildCapabilities(void)
|
|||||||
NULL, 0, NULL)) == NULL)
|
NULL, 0, NULL)) == NULL)
|
||||||
goto error;
|
goto error;
|
||||||
|
|
||||||
|
if ((guest = virCapabilitiesAddGuest(caps, "hvm",
|
||||||
|
VIR_ARCH_I686,
|
||||||
|
"parallels",
|
||||||
|
NULL, 0, NULL)) == NULL)
|
||||||
|
goto error;
|
||||||
|
|
||||||
|
|
||||||
if (virCapabilitiesAddGuestDomain(guest,
|
if (virCapabilitiesAddGuestDomain(guest,
|
||||||
"parallels", NULL, NULL, 0, NULL) == NULL)
|
"parallels", NULL, NULL, 0, NULL) == NULL)
|
||||||
goto error;
|
goto error;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user