[libvirt] [PATCH 3/4] vcpupin: implement the remote protocol to address the new API

2011-05-10 Thread Taku Izumi
This patch implements the remote protocol to address the new API (virDomainPinVcpuFlags). Signed-off-by: Taku Izumi --- src/remote/remote_driver.c |2 +- src/remote/remote_protocol.x | 10 +- src/remote_protocol-structs |9 + 3 files changed, 19 insertions(+), 2 del

Re: [libvirt] [PATCH 3/4] vcpupin: implement the remote protocol to address the new API

2011-04-27 Thread Hu Tao
> Index: libvirt/daemon/remote_dispatch_table.h This file is generated automatically, update src/remote/remote_protocol.x instead. > === > --- libvirt.orig/daemon/remote_dispatch_table.h > +++ libvirt/daemon/remote_dispatch_table.h >

[libvirt] [PATCH 3/4] vcpupin: implement the remote protocol to address the new API

2011-04-07 Thread Taku Izumi
This patch implements the remote protocol to address the new API (virDomainPinVcpuFlags). Signed-off-by: Taku Izumi --- daemon/remote.c | 37 + daemon/remote_dispatch_args.h |1 daemon/remote_dispatch_prototypes.h |8 +++

Re: [libvirt] [PATCH 3/4] vcpupin: implement the remote protocol to address the new API

2011-04-01 Thread Hu Tao
On Thu, Mar 31, 2011 at 02:39:52PM +0900, Taku Izumi wrote: > > This patch implements the remote protocol to address the new API > (virDomainPinVcpuFlags). > > Signed-off-by: Taku Izumi > --- > daemon/remote.c | 37 + > daemon/remote_dispatc

[libvirt] [PATCH 3/4] vcpupin: implement the remote protocol to address the new API

2011-03-30 Thread Taku Izumi
This patch implements the remote protocol to address the new API (virDomainPinVcpuFlags). Signed-off-by: Taku Izumi --- daemon/remote.c | 37 + daemon/remote_dispatch_args.h |1 daemon/remote_dispatch_prototypes.h |8 +++ d