[PATCH 0/2] qemu_command: Generate -mem-prealloc in one corner case more

Michal Privoznik posted 2 patches 2 years, 7 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1631775421.git.mprivozn@redhat.com
src/qemu/qemu_command.c                       | 17 ++++-----
.../fd-memory-numa-topology.args              |  3 +-
.../fd-memory-numa-topology2.args             |  5 +--
.../fd-memory-numa-topology3.args             |  7 ++--
...d-memory-numa-topology4.x86_64-latest.args | 34 +++++++++++++++++
.../fd-memory-numa-topology4.xml              | 37 +++++++++++++++++++
tests/qemuxml2argvtest.c                      |  1 +
...fd-memory-numa-topology4.x86_64-latest.xml |  1 +
tests/qemuxml2xmltest.c                       |  1 +
9 files changed, 88 insertions(+), 18 deletions(-)
create mode 100644 tests/qemuxml2argvdata/fd-memory-numa-topology4.x86_64-latest.args
create mode 100644 tests/qemuxml2argvdata/fd-memory-numa-topology4.xml
create mode 120000 tests/qemuxml2xmloutdata/fd-memory-numa-topology4.x86_64-latest.xml
[PATCH 0/2] qemu_command: Generate -mem-prealloc in one corner case more
Posted by Michal Privoznik 2 years, 7 months ago
This is a result of mu discussion with Jing:

https://listman.redhat.com/archives/libvir-list/2021-September/msg00407.html

Turns out, the problem has nothing to do with my virtio-mem patches so
I'm sending fix separately.

Michal Prívozník (2):
  qemuxml2argvtest: Introduce another numa-topology test
  qemu_command: Generate -mem-prealloc in one corner case more

 src/qemu/qemu_command.c                       | 17 ++++-----
 .../fd-memory-numa-topology.args              |  3 +-
 .../fd-memory-numa-topology2.args             |  5 +--
 .../fd-memory-numa-topology3.args             |  7 ++--
 ...d-memory-numa-topology4.x86_64-latest.args | 34 +++++++++++++++++
 .../fd-memory-numa-topology4.xml              | 37 +++++++++++++++++++
 tests/qemuxml2argvtest.c                      |  1 +
 ...fd-memory-numa-topology4.x86_64-latest.xml |  1 +
 tests/qemuxml2xmltest.c                       |  1 +
 9 files changed, 88 insertions(+), 18 deletions(-)
 create mode 100644 tests/qemuxml2argvdata/fd-memory-numa-topology4.x86_64-latest.args
 create mode 100644 tests/qemuxml2argvdata/fd-memory-numa-topology4.xml
 create mode 120000 tests/qemuxml2xmloutdata/fd-memory-numa-topology4.x86_64-latest.xml

-- 
2.32.0

Re: [PATCH 0/2] qemu_command: Generate -mem-prealloc in one corner case more
Posted by Ján Tomko 2 years, 5 months ago
On a Thursday in 2021, Michal Privoznik wrote:
>This is a result of mu discussion with Jing:
>
>https://listman.redhat.com/archives/libvir-list/2021-September/msg00407.html
>
>Turns out, the problem has nothing to do with my virtio-mem patches so
>I'm sending fix separately.
>
>Michal Prívozník (2):
>  qemuxml2argvtest: Introduce another numa-topology test
>  qemu_command: Generate -mem-prealloc in one corner case more
>
> src/qemu/qemu_command.c                       | 17 ++++-----
> .../fd-memory-numa-topology.args              |  3 +-
> .../fd-memory-numa-topology2.args             |  5 +--
> .../fd-memory-numa-topology3.args             |  7 ++--
> ...d-memory-numa-topology4.x86_64-latest.args | 34 +++++++++++++++++
> .../fd-memory-numa-topology4.xml              | 37 +++++++++++++++++++
> tests/qemuxml2argvtest.c                      |  1 +
> ...fd-memory-numa-topology4.x86_64-latest.xml |  1 +
> tests/qemuxml2xmltest.c                       |  1 +
> 9 files changed, 88 insertions(+), 18 deletions(-)
> create mode 100644 tests/qemuxml2argvdata/fd-memory-numa-topology4.x86_64-latest.args
> create mode 100644 tests/qemuxml2argvdata/fd-memory-numa-topology4.xml
> create mode 120000 tests/qemuxml2xmloutdata/fd-memory-numa-topology4.x86_64-latest.xml
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano