Re: [PATCH 16/27] qemumonitorjsontest: chardev: Remove need to allow unused commands

2022-02-10 Thread Ján Tomko
On a Wednesday in 2022, Peter Krempa wrote: Don't add the command to the test monitor when we don't expect to invoke it rather than bypassing the test monitor. Signed-off-by: Peter Krempa --- tests/qemumonitorjsontest.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-)

[PATCH 16/27] qemumonitorjsontest: chardev: Remove need to allow unused commands

2022-02-09 Thread Peter Krempa
Don't add the command to the test monitor when we don't expect to invoke it rather than bypassing the test monitor. Signed-off-by: Peter Krempa --- tests/qemumonitorjsontest.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tests/qemumonitorjsontest.c