On Mon, Jun 23, 2014 at 9:36 PM, Daniel P. Berrange <berrange(a)redhat.com> wrote:
> > 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.
Sure, I'll rebase and re-post. Thanks for advance-review :-)
--
Nehal J Wani