[Qemu-devel] Re: [RFC][PATCH v6 07/23] virtagent: base server definitions

2011-01-24 Thread Jes Sorensen
On 01/24/11 17:51, Michael Roth wrote: > On 01/24/2011 04:16 AM, Jes Sorensen wrote: >> It's obviously contentious, and it is not core functionality. In order >> to get the patches adapted upstream it would easy the process to remove >> it and keep it as a separate patch. > > Fair enough, the prop

[Qemu-devel] Re: [RFC][PATCH v6 07/23] virtagent: base server definitions

2011-01-24 Thread Michael Roth
On 01/24/2011 04:16 AM, Jes Sorensen wrote: On 01/21/11 18:55, Michael Roth wrote: On 01/21/2011 10:38 AM, Jes Sorensen wrote: +#include +#include + +#define GUEST_AGENT_SERVICE_ID "virtagent" +#define GUEST_AGENT_PATH "/tmp/virtagent-guest.sock" +#define HOST_AGENT_SERVICE_ID "virtagent-host"

[Qemu-devel] Re: [RFC][PATCH v6 07/23] virtagent: base server definitions

2011-01-24 Thread Jes Sorensen
On 01/21/11 18:55, Michael Roth wrote: > On 01/21/2011 10:38 AM, Jes Sorensen wrote: >>> +#include >>> +#include >>> + >>> +#define GUEST_AGENT_SERVICE_ID "virtagent" >>> +#define GUEST_AGENT_PATH "/tmp/virtagent-guest.sock" >>> +#define HOST_AGENT_SERVICE_ID "virtagent-host" >>> +#define HOST_AGEN

[Qemu-devel] Re: [RFC][PATCH v6 07/23] virtagent: base server definitions

2011-01-21 Thread Michael Roth
On 01/21/2011 10:38 AM, Jes Sorensen wrote: diff --git a/virtagent-server.h b/virtagent-server.h new file mode 100644 index 000..9f68921 --- /dev/null +++ b/virtagent-server.h @@ -0,0 +1,34 @@ +/* + * virt-agent - host/guest RPC daemon functions + * + * Copyright IBM Corp. 2010 + * + * Author

[Qemu-devel] Re: [RFC][PATCH v6 07/23] virtagent: base server definitions

2011-01-21 Thread Jes Sorensen
> diff --git a/virtagent-server.h b/virtagent-server.h > new file mode 100644 > index 000..9f68921 > --- /dev/null > +++ b/virtagent-server.h > @@ -0,0 +1,34 @@ > +/* > + * virt-agent - host/guest RPC daemon functions > + * > + * Copyright IBM Corp. 2010 > + * > + * Authors: > + * Michael Roth