Re: [PATCH v2] tests/qtest/qmp-cmd-test: Use inclusive language

2020-09-15 Thread Philippe Mathieu-Daudé
On 9/14/20 6:37 PM, Thomas Huth wrote: > We simply want to ignore certain queries here, so let's rather > use the term 'ignore' to express this intention. > > Signed-off-by: Thomas Huth > --- > v2: Changed naming according to suggestions > > tests/qtest/qmp-cmd-test.c | 10 +- > 1 file

Re: [PATCH v2] tests/qtest/qmp-cmd-test: Use inclusive language

2020-09-15 Thread Daniel P . Berrangé
On Mon, Sep 14, 2020 at 06:37:55PM +0200, Thomas Huth wrote: > We simply want to ignore certain queries here, so let's rather > use the term 'ignore' to express this intention. > > Signed-off-by: Thomas Huth > --- > v2: Changed naming according to suggestions > > tests/qtest/qmp-cmd-test.c | 1

Re: [PATCH v2] tests/qtest/qmp-cmd-test: Use inclusive language

2020-09-14 Thread Thomas Huth
On 14/09/2020 18.51, Claudio Fontana wrote: > It seems to me that "blacklist" is a very commonly used technical term, > and expresses the concept more precisely. > > I am not sure what "inclusive language" is or what relationship it has with > technical work on QEMU. See e.g.: https://itsfoss.co

Re: [PATCH v2] tests/qtest/qmp-cmd-test: Use inclusive language

2020-09-14 Thread Claudio Fontana
It seems to me that "blacklist" is a very commonly used technical term, and expresses the concept more precisely. I am not sure what "inclusive language" is or what relationship it has with technical work on QEMU. Thanks, Claudio On 9/14/20 6:37 PM, Thomas Huth wrote: > We simply want to ignor

[PATCH v2] tests/qtest/qmp-cmd-test: Use inclusive language

2020-09-14 Thread Thomas Huth
We simply want to ignore certain queries here, so let's rather use the term 'ignore' to express this intention. Signed-off-by: Thomas Huth --- v2: Changed naming according to suggestions tests/qtest/qmp-cmd-test.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/t