[libvirt] [PATCH v3 0/5] Predictable file names for memory-backend-file

Michal Privoznik posted 5 patches 6 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1510069752.git.mprivozn@redhat.com
docs/news.xml                                      |  11 ++
src/qemu/qemu_command.c                            |   9 +-
src/qemu/qemu_conf.c                               |  55 ++++++++-
src/qemu/qemu_conf.h                               |   9 +-
src/qemu/qemu_driver.c                             |  17 +++
src/qemu/qemu_hotplug.c                            |   2 +-
src/qemu/qemu_process.c                            | 137 +++++++++++++++------
src/qemu/qemu_process.h                            |   8 +-
.../qemuxml2argv-cpu-numa-memshared.args           |   6 +-
.../qemuxml2argv-fd-memory-numa-topology.args      |   3 +-
.../qemuxml2argv-fd-memory-numa-topology2.args     |   6 +-
.../qemuxml2argv-fd-memory-numa-topology3.args     |   9 +-
.../qemuxml2argv-hugepages-memaccess2.args         |   9 +-
13 files changed, 218 insertions(+), 63 deletions(-)
[libvirt] [PATCH v3 0/5] Predictable file names for memory-backend-file
Posted by Michal Privoznik 6 years, 5 months ago
v3 of:

https://www.redhat.com/archives/libvir-list/2017-October/msg01091.html

diff to v2:
- Pushed 1/4 and 2/4 from the original series
- Split 3/4 into smaller patches

Michal Privoznik (5):
  qemu: Set alias for memory cell in qemuBuildMemoryCellBackendStr
  qemu: Rename qemuProcessBuildDestroyHugepagesPath
  qemu: Destroy whole memory tree
  qemu: Use predictable file names for memory-backend-file
  news: Document predictable file names for memory-backend-file

 docs/news.xml                                      |  11 ++
 src/qemu/qemu_command.c                            |   9 +-
 src/qemu/qemu_conf.c                               |  55 ++++++++-
 src/qemu/qemu_conf.h                               |   9 +-
 src/qemu/qemu_driver.c                             |  17 +++
 src/qemu/qemu_hotplug.c                            |   2 +-
 src/qemu/qemu_process.c                            | 137 +++++++++++++++------
 src/qemu/qemu_process.h                            |   8 +-
 .../qemuxml2argv-cpu-numa-memshared.args           |   6 +-
 .../qemuxml2argv-fd-memory-numa-topology.args      |   3 +-
 .../qemuxml2argv-fd-memory-numa-topology2.args     |   6 +-
 .../qemuxml2argv-fd-memory-numa-topology3.args     |   9 +-
 .../qemuxml2argv-hugepages-memaccess2.args         |   9 +-
 13 files changed, 218 insertions(+), 63 deletions(-)

-- 
2.13.6

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v3 0/5] Predictable file names for memory-backend-file
Posted by John Ferlan 6 years, 5 months ago

On 11/07/2017 10:50 AM, Michal Privoznik wrote:
> v3 of:
> 
> https://www.redhat.com/archives/libvir-list/2017-October/msg01091.html
> 
> diff to v2:
> - Pushed 1/4 and 2/4 from the original series
> - Split 3/4 into smaller patches
> 
> Michal Privoznik (5):
>   qemu: Set alias for memory cell in qemuBuildMemoryCellBackendStr
>   qemu: Rename qemuProcessBuildDestroyHugepagesPath
>   qemu: Destroy whole memory tree
>   qemu: Use predictable file names for memory-backend-file
>   news: Document predictable file names for memory-backend-file
> 
>  docs/news.xml                                      |  11 ++
>  src/qemu/qemu_command.c                            |   9 +-
>  src/qemu/qemu_conf.c                               |  55 ++++++++-
>  src/qemu/qemu_conf.h                               |   9 +-
>  src/qemu/qemu_driver.c                             |  17 +++
>  src/qemu/qemu_hotplug.c                            |   2 +-
>  src/qemu/qemu_process.c                            | 137 +++++++++++++++------
>  src/qemu/qemu_process.h                            |   8 +-
>  .../qemuxml2argv-cpu-numa-memshared.args           |   6 +-
>  .../qemuxml2argv-fd-memory-numa-topology.args      |   3 +-
>  .../qemuxml2argv-fd-memory-numa-topology2.args     |   6 +-
>  .../qemuxml2argv-fd-memory-numa-topology3.args     |   9 +-
>  .../qemuxml2argv-hugepages-memaccess2.args         |   9 +-
>  13 files changed, 218 insertions(+), 63 deletions(-)
> 

There's a couple of things to clean up, but in general with those
cleanups in place,

Reviewed-by: John Ferlan <jferlan@redhat.com>

John

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v3 0/5] Predictable file names for memory-backend-file
Posted by Michal Privoznik 6 years, 5 months ago
On 11/07/2017 10:45 PM, John Ferlan wrote:
> 
> 
> On 11/07/2017 10:50 AM, Michal Privoznik wrote:
>> v3 of:
>>
>> https://www.redhat.com/archives/libvir-list/2017-October/msg01091.html
>>
>> diff to v2:
>> - Pushed 1/4 and 2/4 from the original series
>> - Split 3/4 into smaller patches
>>
>> Michal Privoznik (5):
>>   qemu: Set alias for memory cell in qemuBuildMemoryCellBackendStr
>>   qemu: Rename qemuProcessBuildDestroyHugepagesPath
>>   qemu: Destroy whole memory tree
>>   qemu: Use predictable file names for memory-backend-file
>>   news: Document predictable file names for memory-backend-file
>>
>>  docs/news.xml                                      |  11 ++
>>  src/qemu/qemu_command.c                            |   9 +-
>>  src/qemu/qemu_conf.c                               |  55 ++++++++-
>>  src/qemu/qemu_conf.h                               |   9 +-
>>  src/qemu/qemu_driver.c                             |  17 +++
>>  src/qemu/qemu_hotplug.c                            |   2 +-
>>  src/qemu/qemu_process.c                            | 137 +++++++++++++++------
>>  src/qemu/qemu_process.h                            |   8 +-
>>  .../qemuxml2argv-cpu-numa-memshared.args           |   6 +-
>>  .../qemuxml2argv-fd-memory-numa-topology.args      |   3 +-
>>  .../qemuxml2argv-fd-memory-numa-topology2.args     |   6 +-
>>  .../qemuxml2argv-fd-memory-numa-topology3.args     |   9 +-
>>  .../qemuxml2argv-hugepages-memaccess2.args         |   9 +-
>>  13 files changed, 218 insertions(+), 63 deletions(-)
>>
> 
> There's a couple of things to clean up, but in general with those
> cleanups in place,
> 
> Reviewed-by: John Ferlan <jferlan@redhat.com>

Thanks. Fixed all the raised points and pushed.

Michal

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list