[libvirt] [PATCH 2/2] netcf backend for virInterface*.

Daniel Veillard veillard at redhat.com
Thu Jul 16 20:27:51 UTC 2009


On Tue, Jul 07, 2009 at 02:40:26AM -0400, Laine Stump wrote:
> ---
>  include/libvirt/virterror.h |    1 +

  Patch is fine, except:
    1/ it misses an export of symbols to add some of the new private
       entry points to the list (trivial to fix see attached patch)
    2/ unfortunately since there is no test driver for the Interface
       stuff, running make check tries to access the system running
       libvirtd, and that's a blocker to commit (it can turn especially
       frustrating if you don't want to give the root passwd to the
       repeating prompts !)

So we need to commit first a test driver for the interface driver
(dummy entry points should be sufficient), before pushing that last
patch

   Courage it's nearly there ! :-)

    thanks,

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
daniel at veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/
-------------- next part --------------
diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms
index 59c78d5..efdb912 100644
--- a/src/libvirt_private.syms
+++ b/src/libvirt_private.syms
@@ -161,6 +161,8 @@ virInterfaceDefParseFile;
 virInterfaceDefParseString;
 virInterfaceDefFree;
 
+# interface_driver.h
+interfaceRegister;
 
 # iptables.h
 iptablesAddForwardAllowCross;
@@ -199,6 +201,7 @@ virDomainMigrateFinish;
 virDomainMigratePrepare2;
 virDomainMigrateFinish2;
 virRegisterDriver;
+virRegisterInterfaceDriver;
 virRegisterNetworkDriver;
 virRegisterStateDriver;
 virRegisterStorageDriver;


More information about the libvir-list mailing list