Re: [PATCH] conf: fix error message

2023-08-08 Thread Martin Kletzander
On Mon, Aug 07, 2023 at 04:37:34PM +0300, Anastasia Belova wrote: From: Анастасия Белова In case of invalid placement its value should be passed as a parameter of virReportError instead of mode. Fixes: 93e82727ec ("numatune: Encapsulate numatune configuration in order to unify results") Signe

[PATCH] conf: fix error message

2023-08-07 Thread Anastasia Belova
From: Анастасия Белова In case of invalid placement its value should be passed as a parameter of virReportError instead of mode. Fixes: 93e82727ec ("numatune: Encapsulate numatune configuration in order to unify results") Signed-off-by: Anastasia Belova --- src/conf/numa_conf.c | 2 +- 1 file

[libvirt PATCH] conf: fix error message for wrong thread_pool_size

2022-07-01 Thread Ján Tomko
Fix the copy-and-paste error by referring to the correct variable. Fixes: 0df2e7df80452f81edbfeb0ee355235b533346a9 https://bugzilla.redhat.com/show_bug.cgi?id=2103132 Signed-off-by: Ján Tomko --- Pushed as trivial. src/conf/domain_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d

[libvirt] [PATCH] conf: Fix error message to use correct parameter

2015-10-21 Thread John Ferlan
Fix a cut-n-paste error from commit id '35eecdde' where the previous check for max_sectors seems to have been copied, but the error message parameter not updated to be ioeventfd Signed-off-by: John Ferlan --- pushing as trivial src/conf/domain_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 d