Re: [PATCH REBASE 7/7] qemu: Use memory-backend-* for regular guest memory

2020-09-15 Thread Igor Mammedov
On Tue, 15 Sep 2020 10:59:04 +0100 Daniel P. Berrangé wrote: > On Tue, Sep 15, 2020 at 11:53:56AM +0200, Igor Mammedov wrote: > > On Tue, 15 Sep 2020 10:54:46 +0200 > > Michal Privoznik wrote: > > > > > On 9/8/20 3:55 PM, Ján Tomko wrote: > > > > On a Tuesday in 2020, Michal Privoznik

Re: [PATCH REBASE 7/7] qemu: Use memory-backend-* for regular guest memory

2020-09-15 Thread Michal Privoznik
On 9/15/20 12:07 PM, Michal Privoznik wrote: On 9/15/20 11:59 AM, Daniel P. Berrangé wrote: On Tue, Sep 15, 2020 at 11:53:56AM +0200, Igor Mammedov wrote: On Tue, 15 Sep 2020 10:54:46 +0200 Michal Privoznik wrote: On 9/8/20 3:55 PM, Ján Tomko wrote: On a Tuesday in 2020, Michal Privoznik

Re: [PATCH REBASE 7/7] qemu: Use memory-backend-* for regular guest memory

2020-09-15 Thread Michal Privoznik
On 9/15/20 11:59 AM, Daniel P. Berrangé wrote: On Tue, Sep 15, 2020 at 11:53:56AM +0200, Igor Mammedov wrote: On Tue, 15 Sep 2020 10:54:46 +0200 Michal Privoznik wrote: On 9/8/20 3:55 PM, Ján Tomko wrote: On a Tuesday in 2020, Michal Privoznik wrote: diff --git

Re: [PATCH REBASE 7/7] qemu: Use memory-backend-* for regular guest memory

2020-09-15 Thread Michal Privoznik
On 9/15/20 11:53 AM, Igor Mammedov wrote: On Tue, 15 Sep 2020 10:54:46 +0200 Michal Privoznik wrote: On 9/8/20 3:55 PM, Ján Tomko wrote: On a Tuesday in 2020, Michal Privoznik wrote: diff --git a/tests/qemuxml2argvdata/memfd-memory-default-hugepage.x86_64-latest.args

Re: [PATCH REBASE 7/7] qemu: Use memory-backend-* for regular guest memory

2020-09-15 Thread Daniel P . Berrangé
On Tue, Sep 15, 2020 at 11:53:56AM +0200, Igor Mammedov wrote: > On Tue, 15 Sep 2020 10:54:46 +0200 > Michal Privoznik wrote: > > > On 9/8/20 3:55 PM, Ján Tomko wrote: > > > On a Tuesday in 2020, Michal Privoznik wrote: > > > > >> diff --git > > >>

Re: [PATCH REBASE 7/7] qemu: Use memory-backend-* for regular guest memory

2020-09-15 Thread Igor Mammedov
On Tue, 15 Sep 2020 10:54:46 +0200 Michal Privoznik wrote: > On 9/8/20 3:55 PM, Ján Tomko wrote: > > On a Tuesday in 2020, Michal Privoznik wrote: > > >> diff --git > >> a/tests/qemuxml2argvdata/memfd-memory-default-hugepage.x86_64-latest.args > >>

Re: [PATCH REBASE 7/7] qemu: Use memory-backend-* for regular guest memory

2020-09-15 Thread Michal Privoznik
On 9/8/20 3:55 PM, Ján Tomko wrote: On a Tuesday in 2020, Michal Privoznik wrote: diff --git a/tests/qemuxml2argvdata/memfd-memory-default-hugepage.x86_64-latest.args b/tests/qemuxml2argvdata/memfd-memory-default-hugepage.x86_64-latest.args index 5d256c42bc..b43e7d9c3c 100644 ---

Re: [PATCH REBASE 7/7] qemu: Use memory-backend-* for regular guest memory

2020-09-08 Thread Ján Tomko
On a Tuesday in 2020, Michal Privoznik wrote: So far, Libvirt configures memory-backend-* for memory hotplug, *libvirt possibly NUMA nodes and in a few other cases. This patch switches to constructing the memory-backend-* command line for all cases. To keep ability to migrate guests a little

[PATCH REBASE 7/7] qemu: Use memory-backend-* for regular guest memory

2020-09-01 Thread Michal Privoznik
So far, Libvirt configures memory-backend-* for memory hotplug, possibly NUMA nodes and in a few other cases. This patch switches to constructing the memory-backend-* command line for all cases. To keep ability to migrate guests a little hack is used: the ID of the object is set to the one that