On 11/29/2010 06:15 PM, Eric Blake wrote:
On 11/24/2010 06:39 AM, Stefan Berger wrote:
> -v2:
> - changing the vmOpStr array and vmOperation enum to use
> VIR_ENUM_IMPL and VIR_ENUM_DECL. Renaming the enum to virVMOperationType
> and adapting the name of the enum constants.
>
> This patch introduces the usage of the pre-associate state of the IEEE
> 802.1Qbg standard on incoming VM migration on the target host. It is in
> response to bugzilla entry 632750.
ACK.
> Index: libvirt-acl/src/libvirt_macvtap.syms
> ===================================================================
> --- libvirt-acl.orig/src/libvirt_macvtap.syms
> +++ libvirt-acl/src/libvirt_macvtap.syms
> @@ -3,3 +3,7 @@
> # macvtap.h
> openMacvtapTap;
> delMacvtap;
> +vpAssociatePortProfileId;
> +vpDisassociatePortProfileId;
> +virVMOperationTypeToString;
> +virVMOperationTypeFromString;
One nit: maybe you want to sort this file (see how libvirt_private.syms
is sorted); but that's more reasonable as a separate commit, and is not
a show-stopper for pushing this one as-is.
I did sort it now.
Pushed.
Stefan