Re: [libvirt] [PATCHv4 3/3] qemu: Add args generation for file memory backing

2017-01-30 Thread Pavel Hrdina
On Mon, Jan 30, 2017 at 11:38:08AM +, Daniel P. Berrange wrote: > On Sat, Jan 28, 2017 at 03:03:16PM +0100, Michal Privoznik wrote: > > On 13.12.2016 13:12, Jaroslav Safka wrote: > > > This patch add support for file memory backing on numa topology. > > > > > > The specified access mode in mem

Re: [libvirt] [PATCHv4 3/3] qemu: Add args generation for file memory backing

2017-01-30 Thread Safka, JaroslavX
> -Original Message- > From: Daniel P. Berrange [mailto:berra...@redhat.com] > Sent: Monday, January 30, 2017 12:38 PM > To: Michal Privoznik > Cc: Safka, JaroslavX ; libvir-list@redhat.com; > Mooney, Sean K ; Ptacek, MichalX > > Subject: Re: [libvirt] [PAT

Re: [libvirt] [PATCHv4 3/3] qemu: Add args generation for file memory backing

2017-01-30 Thread Daniel P. Berrange
On Sat, Jan 28, 2017 at 03:03:16PM +0100, Michal Privoznik wrote: > On 13.12.2016 13:12, Jaroslav Safka wrote: > > This patch add support for file memory backing on numa topology. > > > > The specified access mode in memoryBacking can be overriden > > by specifying token memAccess in numa cell. >

Re: [libvirt] [PATCHv4 3/3] qemu: Add args generation for file memory backing

2017-01-30 Thread Safka, JaroslavX
Comments inside > -Original Message- > From: Michal Privoznik [mailto:mpriv...@redhat.com] > Sent: Saturday, January 28, 2017 3:03 PM > To: Safka, JaroslavX ; libvir-list@redhat.com > Cc: Mooney, Sean K ; Ptacek, MichalX > > Subject: Re: [libvirt] [PATCHv4 3/3] qemu

Re: [libvirt] [PATCHv4 3/3] qemu: Add args generation for file memory backing

2017-01-28 Thread Michal Privoznik
On 13.12.2016 13:12, Jaroslav Safka wrote: > This patch add support for file memory backing on numa topology. > > The specified access mode in memoryBacking can be overriden > by specifying token memAccess in numa cell. > --- > src/qemu/qemu_command.c| 113 > +

[libvirt] [PATCHv4 3/3] qemu: Add args generation for file memory backing

2016-12-13 Thread Jaroslav Safka
This patch add support for file memory backing on numa topology. The specified access mode in memoryBacking can be overriden by specifying token memAccess in numa cell. --- src/qemu/qemu_command.c| 113 ++--- .../qemuxml2argv-fd-memory-no-numa-topology.