mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-05 12:35:20 +00:00
Fix typo in xen capabilities code
This commit is contained in:
parent
c4a04dc024
commit
f055724b27
@ -2205,7 +2205,7 @@ xenHypervisorBuildCapabilities(virConnectPtr conn,
|
|||||||
char const *const xen_machines[] = {guest_archs[i].hvm ? "xenfv" : "xenpv"};
|
char const *const xen_machines[] = {guest_archs[i].hvm ? "xenfv" : "xenpv"};
|
||||||
virCapsGuestMachinePtr *machines;
|
virCapsGuestMachinePtr *machines;
|
||||||
|
|
||||||
if ((machines = virCapabiltiesAllocMachines(xen_machines, 1)) == NULL)
|
if ((machines = virCapabilitiesAllocMachines(xen_machines, 1)) == NULL)
|
||||||
goto no_memory;
|
goto no_memory;
|
||||||
|
|
||||||
if ((guest = virCapabilitiesAddGuest(caps,
|
if ((guest = virCapabilitiesAddGuest(caps,
|
||||||
|
Loading…
Reference in New Issue
Block a user