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

Michal Privoznik mprivozn at redhat.com
Thu Dec 16 16:01:00 UTC 2021


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




More information about the libvir-list mailing list