Giuseppe Scrivano (5):
cpu_models: add new public API
cpu_models: implement the remote protocol
cpu_models: add the support for qemu
cpu_models: add the support for the test protocol
cpu_models: add Python bindings
daemon/remote.c | 37 ++++++++++++++++++++++
include/libvirt/libvirt.h.in | 18 +++++++++++
python/generator.py | 1 +
python/libvirt-override-api.xml | 7 +++++
python/libvirt-override.c | 56 +++++++++++++++++++++++++++++++++
python/libvirt-override.py | 11 +++++++
src/cpu/cpu.c | 69 +++++++++++++++++++++++++++++++++++++++++
src/cpu/cpu.h | 3 ++
src/driver.h | 7 +++++
src/libvirt.c | 47 ++++++++++++++++++++++++++++
src/libvirt_private.syms | 1 +
src/libvirt_public.syms | 5 +++
src/qemu/qemu_driver.c | 14 +++++++++
src/remote/remote_driver.c | 51 ++++++++++++++++++++++++++++++
src/remote/remote_protocol.x | 17 +++++++++-
src/remote_protocol-structs | 11 +++++++
src/test/test_driver.c | 16 ++++++++++
tools/virsh-host.c | 48 ++++++++++++++++++++++++++++
tools/virsh.pod | 5 +++
19 files changed, 423 insertions(+), 1 deletion(-)
--
1.8.3.1