Re: [libvirt] [PATCH v3 1/3] docs, conf, schema: add support for shmem device

2014-10-08 Thread Maxime Leroy
Hi Martin, On Fri, Oct 3, 2014 at 10:45 PM, Martin Kletzander mklet...@redhat.com wrote: On Thu, Oct 02, 2014 at 09:42:36AM +0200, Michal Privoznik wrote: On 26.09.2014 12:43, Martin Kletzander wrote: diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index b114737..51bdd31 100644

Re: [libvirt] [PATCH v3 1/3] docs, conf, schema: add support for shmem device

2014-10-08 Thread Michal Privoznik
On 08.10.2014 18:57, Maxime Leroy wrote: Hi Martin, On Fri, Oct 3, 2014 at 10:45 PM, Martin Kletzander mklet...@redhat.com wrote: On Thu, Oct 02, 2014 at 09:42:36AM +0200, Michal Privoznik wrote: On 26.09.2014 12:43, Martin Kletzander wrote: diff --git a/src/conf/domain_conf.c

Re: [libvirt] [PATCH v3 1/3] docs, conf, schema: add support for shmem device

2014-10-08 Thread Martin Kletzander
On Wed, Oct 08, 2014 at 06:57:45PM +0200, Maxime Leroy wrote: Hi Martin, On Fri, Oct 3, 2014 at 10:45 PM, Martin Kletzander mklet...@redhat.com wrote: On Thu, Oct 02, 2014 at 09:42:36AM +0200, Michal Privoznik wrote: On 26.09.2014 12:43, Martin Kletzander wrote: diff --git

Re: [libvirt] [PATCH v3 1/3] docs, conf, schema: add support for shmem device

2014-10-03 Thread Martin Kletzander
On Thu, Oct 02, 2014 at 09:42:36AM +0200, Michal Privoznik wrote: On 26.09.2014 12:43, Martin Kletzander wrote: diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index b114737..51bdd31 100644 --- a/src/conf/domain_conf.c +++ b/src/conf/domain_conf.c @@ -9702,6 +9730,84 @@

Re: [libvirt] [PATCH v3 1/3] docs, conf, schema: add support for shmem device

2014-10-03 Thread Eric Blake
On 09/26/2014 04:43 AM, Martin Kletzander wrote: This patch adds parsing/formatting code as well as documentation for shared memory devices. This will currently be only accessible in QEMU using it's ivshmem device, but is designed as generic as possible to allow future expansion for other

Re: [libvirt] [PATCH v3 1/3] docs, conf, schema: add support for shmem device

2014-10-03 Thread Eric Blake
On 09/26/2014 04:43 AM, Martin Kletzander wrote: This patch adds parsing/formatting code as well as documentation for shared memory devices. This will currently be only accessible in QEMU using it's ivshmem device, but is designed as generic as possible to allow future expansion for other

Re: [libvirt] [PATCH v3 1/3] docs, conf, schema: add support for shmem device

2014-10-02 Thread Michal Privoznik
On 26.09.2014 12:43, Martin Kletzander wrote: This patch adds parsing/formatting code as well as documentation for shared memory devices. This will currently be only accessible in QEMU using it's ivshmem device, but is designed as generic as possible to allow future expansion for other

[libvirt] [PATCH v3 1/3] docs, conf, schema: add support for shmem device

2014-09-26 Thread Martin Kletzander
This patch adds parsing/formatting code as well as documentation for shared memory devices. This will currently be only accessible in QEMU using it's ivshmem device, but is designed as generic as possible to allow future expansion for other hypervisors. In the devices section in the domain XML