Re: [PATCH 4/4] qemu: Generate command line for MTE feature

2023-05-16 Thread Martin Kletzander
On Tue, May 16, 2023 at 12:54:16PM +0200, Michal Privoznik wrote: This is pretty trivia, just append "mte=on/off" to -machine *trivial arguments. Signed-off-by: Michal Privoznik --- src/qemu/qemu_command.c| 6 ++ tests/qemuxml2argvdata/aarch64-gic-v3.args | 2 +- 2 fil

[PATCH 4/4] qemu: Generate command line for MTE feature

2023-05-16 Thread Michal Privoznik
This is pretty trivia, just append "mte=on/off" to -machine arguments. Signed-off-by: Michal Privoznik --- src/qemu/qemu_command.c| 6 ++ tests/qemuxml2argvdata/aarch64-gic-v3.args | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/qemu/qemu_command