On Wed, Mar 11, 2015 at 4:39 PM, Daniel P. Berrange <berrange(a)redhat.com> wrote:
In v10
- Remove 'if' tests before access of hwaddr as it is always present
- Switch remote protocol to use remote_nonnull_string for hwaddr
as it can never be NUL
- Misc typos Eric pointed out
Nehal J Wani (4):
domifaddr: Implement the public APIs
domifaddr: Implement the remote protocol
domifaddr: Implement the API for qemu
domifaddr: Add virsh support
daemon/remote.c | 124 ++++++++++++++++++++++++
include/libvirt/libvirt-domain.h | 32 ++++++
src/driver-hypervisor.h | 6 ++
src/libvirt-domain.c | 123 +++++++++++++++++++++++
src/libvirt_public.syms | 2 +
src/qemu/qemu_agent.c | 204 +++++++++++++++++++++++++++++++++++++++
src/qemu/qemu_agent.h | 4 +
src/qemu/qemu_driver.c | 175 +++++++++++++++++++++++++++++++++
src/remote/remote_driver.c | 103 ++++++++++++++++++++
src/remote/remote_protocol.x | 37 ++++++-
src/remote_protocol-structs | 25 +++++
tests/qemuagenttest.c | 188 ++++++++++++++++++++++++++++++++++++
tools/virsh-domain-monitor.c | 146 ++++++++++++++++++++++++++++
tools/virsh.pod | 16 +++
14 files changed, 1184 insertions(+), 1 deletion(-)
--
2.1.0
Thank You, Daniel, for v9 and v10. I am quite elated to see this
pushed :) The quest started in June 2012
(
https://www.redhat.com/archives/libvir-list/2012-June/msg00904.html),
resumed in July 2013
(
http://www.redhat.com/archives/libvir-list/2013-July/msg01553.html)
and was granted entry in March 2015 :) Quite a long journey!
--
Nehal J Wani