mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 09:17:52 +03: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)
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user