]> xenbits.xensource.com Git - libvirt.git/commit
Add the Interface config APIs
authorDaniel Veillard <veillard@redhat.com>
Wed, 20 May 2009 14:26:49 +0000 (14:26 +0000)
committerDaniel Veillard <veillard@redhat.com>
Wed, 20 May 2009 14:26:49 +0000 (14:26 +0000)
commit73bc0114832c6ad66d3b6067aa981109248c7bde
treeafe3ec623b85321e88c10aef4df3faf1fd44aa2b
parente8da987570fd7abc44c361f69d25faeddc8629d8
Add the Interface config APIs
* configure.in include/libvirt/libvirt.h[.in]
  include/libvirt/virterror.h qemud/remote.c
  qemud/remote_dispatch_args.h qemud/remote_dispatch_prototypes.h
  qemud/remote_dispatch_ret.h qemud/remote_dispatch_table.h
  qemud/remote_protocol.[chx] src/Makefile.am src/datatypes.c
  src/datatypes.h src/driver.h src/libvirt.c src/remote_internal.c
  src/virterror.c src/libvirt_private.syms src/libvirt_public.syms:
  Add the Interface config APIs and remote stubs for those, patch
  by Laine Stump
* AUTHORS: add Laine
daniel
23 files changed:
AUTHORS
ChangeLog
configure.in
include/libvirt/libvirt.h
include/libvirt/libvirt.h.in
include/libvirt/virterror.h
qemud/remote.c
qemud/remote_dispatch_args.h
qemud/remote_dispatch_prototypes.h
qemud/remote_dispatch_ret.h
qemud/remote_dispatch_table.h
qemud/remote_protocol.c
qemud/remote_protocol.h
qemud/remote_protocol.x
src/Makefile.am
src/datatypes.c
src/datatypes.h
src/driver.h
src/libvirt.c
src/libvirt_private.syms
src/libvirt_public.syms
src/remote_internal.c
src/virterror.c