Re: [libvirt] [RFC PATCH 01/17] qemu: setup shared memory without explicit numa configuration

2018-08-16 Thread Marc-André Lureau
Hi On Thu, Aug 16, 2018 at 12:48 PM Daniel P. Berrangé wrote: > > On Fri, Jul 13, 2018 at 03:28:08PM +0200, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > When a domain is configured with 'shared' memory backing: > > > > > > > > > > > > But no explicit NUMA

Re: [libvirt] [RFC PATCH 01/17] qemu: setup shared memory without explicit numa configuration

2018-08-16 Thread Daniel P . Berrangé
On Thu, Aug 16, 2018 at 07:32:57AM -0400, John Ferlan wrote: > > > On 08/16/2018 06:31 AM, Marc-André Lureau wrote: > > Hi > > > > On Thu, Aug 16, 2018 at 4:35 AM, John Ferlan wrote: > >> > >> > >> On 07/13/2018 09:28 AM, marcandre.lur...@redhat.com wrote: > >>> From: Marc-André Lureau > >>>

Re: [libvirt] [RFC PATCH 01/17] qemu: setup shared memory without explicit numa configuration

2018-08-16 Thread John Ferlan
On 08/16/2018 06:31 AM, Marc-André Lureau wrote: > Hi > > On Thu, Aug 16, 2018 at 4:35 AM, John Ferlan wrote: >> >> >> On 07/13/2018 09:28 AM, marcandre.lur...@redhat.com wrote: >>> From: Marc-André Lureau >>> >>> When a domain is configured with 'shared' memory backing: >>> >>> >>>

Re: [libvirt] [RFC PATCH 01/17] qemu: setup shared memory without explicit numa configuration

2018-08-16 Thread Daniel P . Berrangé
On Fri, Jul 13, 2018 at 03:28:08PM +0200, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > When a domain is configured with 'shared' memory backing: > > > > > > But no explicit NUMA configuration, let's configure a shared memory > backend associated with default

Re: [libvirt] [RFC PATCH 01/17] qemu: setup shared memory without explicit numa configuration

2018-08-16 Thread Marc-André Lureau
Hi On Thu, Aug 16, 2018 at 4:35 AM, John Ferlan wrote: > > > On 07/13/2018 09:28 AM, marcandre.lur...@redhat.com wrote: >> From: Marc-André Lureau >> >> When a domain is configured with 'shared' memory backing: >> >> >> >> >> >> But no explicit NUMA configuration, let's configure a

Re: [libvirt] [RFC PATCH 01/17] qemu: setup shared memory without explicit numa configuration

2018-08-15 Thread John Ferlan
On 07/13/2018 09:28 AM, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > When a domain is configured with 'shared' memory backing: > > > > > > But no explicit NUMA configuration, let's configure a shared memory > backend associated with default -numa. > >

[libvirt] [RFC PATCH 01/17] qemu: setup shared memory without explicit numa configuration

2018-07-13 Thread marcandre . lureau
From: Marc-André Lureau When a domain is configured with 'shared' memory backing: But no explicit NUMA configuration, let's configure a shared memory backend associated with default -numa. Signed-off-by: Marc-André Lureau --- src/qemu/qemu_command.c | 100