[PATCH v2 0/6] qemu: Explicitly forbid live changing nodeset for strict numatune

Michal Privoznik posted 6 patches 2 years, 4 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1639670292.git.mprivozn@redhat.com
NEWS.rst                                      |  8 ++++
docs/formatdomain.rst                         |  3 ++
docs/manpages/virsh.rst                       | 10 ++---
src/libvirt-domain.c                          |  7 ++++
src/qemu/qemu_command.c                       |  3 +-
src/qemu/qemu_driver.c                        | 37 +++++++++++++------
.../numatune-system-memory.x86_64-latest.args |  2 +-
tools/virsh-completer-domain.c                | 20 ++++++++++
tools/virsh-completer-domain.h                |  5 +++
tools/virsh-domain.c                          |  1 +
10 files changed, 76 insertions(+), 20 deletions(-)
[PATCH v2 0/6] qemu: Explicitly forbid live changing nodeset for strict numatune
Posted by Michal Privoznik 2 years, 4 months ago
v2 of:

https://listman.redhat.com/archives/libvir-list/2021-December/msg00708.html

diff to v1:
- Wrote documentation, per Pavel's request
- Wrote a completer

Michal Prívozník (6):
  manpages: Document 'restrictive' mode for numatune
  virsh-completer: Provide completer for numatune --mode
  qemu: Allow VIR_DOMAIN_NUMATUNE_MEM_RESTRICTIVE in
    qemuDomainSetNumaParamsLive()
  qemu: Explicitly forbid live changing nodeset for strict numatune
  qemu_command: do use host-nodes for system memory
  NEWS: Document recent numatune change

 NEWS.rst                                      |  8 ++++
 docs/formatdomain.rst                         |  3 ++
 docs/manpages/virsh.rst                       | 10 ++---
 src/libvirt-domain.c                          |  7 ++++
 src/qemu/qemu_command.c                       |  3 +-
 src/qemu/qemu_driver.c                        | 37 +++++++++++++------
 .../numatune-system-memory.x86_64-latest.args |  2 +-
 tools/virsh-completer-domain.c                | 20 ++++++++++
 tools/virsh-completer-domain.h                |  5 +++
 tools/virsh-domain.c                          |  1 +
 10 files changed, 76 insertions(+), 20 deletions(-)

-- 
2.32.0

Re: [PATCH v2 0/6] qemu: Explicitly forbid live changing nodeset for strict numatune
Posted by Pavel Hrdina 2 years, 4 months ago
On Thu, Dec 16, 2021 at 05:01:00PM +0100, Michal Privoznik wrote:
> v2 of:
> 
> https://listman.redhat.com/archives/libvir-list/2021-December/msg00708.html
> 
> diff to v1:
> - Wrote documentation, per Pavel's request
> - Wrote a completer
> 
> Michal Prívozník (6):
>   manpages: Document 'restrictive' mode for numatune
>   virsh-completer: Provide completer for numatune --mode
>   qemu: Allow VIR_DOMAIN_NUMATUNE_MEM_RESTRICTIVE in
>     qemuDomainSetNumaParamsLive()
>   qemu: Explicitly forbid live changing nodeset for strict numatune
>   qemu_command: do use host-nodes for system memory
>   NEWS: Document recent numatune change

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>