[libvirt] [PATCH v6 0/4] Introduce APIs to extract DHCP leases info

Daniel P. Berrange berrange at redhat.com
Mon Jun 23 16:06:53 UTC 2014


> > Nehal J Wani (4):
> >   net-dhcp-leases: Implement the public APIs
> >   net-dhcp-leases: Implement the remote protocol
> >   net-dhcp-leases: Private implementation inside network
> >   net-dhcp-leases: Add virsh support
> >
> >  daemon/remote.c              | 185 ++++++++++++++++++++++++++++++++++
> >  include/libvirt/libvirt.h.in |  34 +++++++
> >  src/driver.h                 |  13 +++
> >  src/internal.h               |   5 +
> >  src/libvirt.c                | 179 +++++++++++++++++++++++++++++++++
> >  src/libvirt_public.syms      |   6 ++
> >  src/network/bridge_driver.c  | 232 +++++++++++++++++++++++++++++++++++++++++++
> >  src/remote/remote_driver.c   | 186 ++++++++++++++++++++++++++++++++++
> >  src/remote/remote_protocol.x |  51 +++++++++-
> >  src/remote_protocol-structs  |  38 +++++++
> >  src/rpc/gendispatch.pl       |   1 +
> >  tools/virsh-network.c        | 119 ++++++++++++++++++++++
> >  tools/virsh.pod              |   6 ++
> >  13 files changed, 1054 insertions(+), 1 deletion(-)
> 
> Ping!

I tried to apply this locally to test it, but I'm afraid it has some
nasty conflicts with the huge pages APIs that were added last week
that were not going to be quick to resolve. Could you rebase & repost
it and I'll promise to review it then.

Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list