All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] misc: Replace the words 'blacklist/whitelist'
@ 2021-02-02 20:58 Philippe Mathieu-Daudé
  2021-02-02 20:58 ` [PATCH 01/12] ui: Replace the word 'whitelist' Philippe Mathieu-Daudé
                   ` (11 more replies)
  0 siblings, 12 replies; 42+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-02-02 20:58 UTC (permalink / raw)
  To: qemu-devel
  Cc: Eduardo Otubo, Kevin Wolf, qemu-block, Peter Maydell,
	Michael Roth, Philippe Mathieu-Daudé,
	Dr. David Alan Gilbert, Max Reitz, Alex Williamson,
	Gerd Hoffmann, Stefan Hajnoczi, Alex Bennée, Aurelien Jarno

Follow the inclusive terminology from the "Conscious Language in your
Open Source Projects" guidelines [*] and replace the words "blacklist"
and "whitelist" appropriately.

[*] https://github.com/conscious-lang/conscious-lang-docs/blob/main/faq.md

Philippe Mathieu-Daudé (12):
  ui: Replace the word 'whitelist'
  qga: Rename config key 'blacklist' as 'denylist'
  qga: Replace '--blacklist' command line option by '--denylist'
  qga: Replace the word 'blacklist'
  tools/virtiofsd: Replace the word 'whitelist'
  scripts/tracetool: Replace the word 'whitelist'
  scripts/device-crash-test: Replace the word 'whitelist'
  seccomp: Replace the word 'blacklist'
  qemu-options: Replace the word 'blacklist'
  tests/qemu-iotests: Replace the words 'blacklist/whitelist'
  tests/fp/fp-test: Replace the word 'blacklist'
  hw/vfio/pci-quirks: Replace the word 'blacklist'

 docs/interop/qemu-ga.rst              |  4 +-
 hw/vfio/pci.h                         |  2 +-
 qga/guest-agent-core.h                |  2 +-
 hw/vfio/pci-quirks.c                  | 14 ++---
 hw/vfio/pci.c                         |  4 +-
 qga/commands-posix.c                  | 14 ++---
 qga/commands-win32.c                  | 10 ++--
 qga/main.c                            | 78 +++++++++++++++------------
 softmmu/qemu-seccomp.c                | 16 +++---
 tests/fp/fp-test.c                    |  8 +--
 tests/test-qga.c                      |  8 +--
 tools/virtiofsd/passthrough_ll.c      |  6 +--
 tools/virtiofsd/passthrough_seccomp.c | 12 ++---
 ui/console.c                          |  2 +-
 ui/vnc-auth-sasl.c                    |  4 +-
 hw/vfio/trace-events                  |  2 +-
 qemu-options.hx                       |  4 +-
 scripts/device-crash-test             | 30 +++++------
 scripts/tracetool/__init__.py         |  2 +-
 tests/data/test-qga-config            |  2 +-
 tests/qemu-iotests/149                | 14 ++---
 tests/qemu-iotests/149.out            |  8 +--
 22 files changed, 128 insertions(+), 118 deletions(-)

-- 
2.26.2




^ permalink raw reply	[flat|nested] 42+ messages in thread

end of thread, other threads:[~2022-07-18 16:20 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-02 20:58 [PATCH 00/12] misc: Replace the words 'blacklist/whitelist' Philippe Mathieu-Daudé
2021-02-02 20:58 ` [PATCH 01/12] ui: Replace the word 'whitelist' Philippe Mathieu-Daudé
2021-02-03  9:43   ` Gerd Hoffmann
2021-02-03 10:04   ` Daniel P. Berrangé
2021-02-04  9:04     ` Philippe Mathieu-Daudé
2021-02-02 20:58 ` [PATCH 02/12] qga: Rename config key 'blacklist' as 'denylist' Philippe Mathieu-Daudé
2021-02-03 10:17   ` Daniel P. Berrangé
2021-02-04  9:45   ` Michal Suchánek
2021-02-04 12:29     ` Michal Suchánek
2021-02-02 20:58 ` [PATCH 03/12] qga: Replace '--blacklist' command line option by '--denylist' Philippe Mathieu-Daudé
2021-02-03 10:09   ` Daniel P. Berrangé
2021-02-03 12:45     ` BALATON Zoltan
2021-02-03 15:47       ` Kevin Wolf
2021-02-03 16:02         ` Michael Roth
2022-07-18 16:17           ` Thomas Huth
2021-02-02 20:58 ` [PATCH 04/12] qga: Replace the word 'blacklist' Philippe Mathieu-Daudé
2021-02-03 10:10   ` Daniel P. Berrangé
2021-02-02 20:58 ` [PATCH 05/12] tools/virtiofsd: Replace the word 'whitelist' Philippe Mathieu-Daudé
2021-02-03  9:08   ` Dr. David Alan Gilbert
2021-02-03 10:11   ` Daniel P. Berrangé
2021-02-02 20:58 ` [PATCH 06/12] scripts/tracetool: " Philippe Mathieu-Daudé
2021-02-03 10:12   ` Daniel P. Berrangé
2021-02-03 14:31   ` Stefan Hajnoczi
2021-02-02 20:58 ` [PATCH 07/12] scripts/device-crash-test: " Philippe Mathieu-Daudé
2021-02-03  9:14   ` Philippe Mathieu-Daudé
2021-02-03 10:14   ` Daniel P. Berrangé
2021-02-02 20:58 ` [PATCH 08/12] seccomp: Replace the word 'blacklist' Philippe Mathieu-Daudé
2021-02-03 10:15   ` Daniel P. Berrangé
2021-02-03 10:41     ` Eduardo Otubo
2021-02-02 20:58 ` [PATCH 09/12] qemu-options: " Philippe Mathieu-Daudé
2021-02-03 10:25   ` Daniel P. Berrangé
2021-02-04  9:09     ` Philippe Mathieu-Daudé
2021-02-02 20:58 ` [PATCH 10/12] tests/qemu-iotests: Replace the words 'blacklist/whitelist' Philippe Mathieu-Daudé
2021-02-03 10:28   ` Daniel P. Berrangé
2021-02-03 15:41     ` Kevin Wolf
2021-02-03 15:50       ` Daniel P. Berrangé
2021-02-02 20:58 ` [PATCH 11/12] tests/fp/fp-test: Replace the word 'blacklist' Philippe Mathieu-Daudé
2021-02-03  9:20   ` Alex Bennée
2021-02-03 10:29   ` Daniel P. Berrangé
2021-02-02 20:58 ` [PATCH 12/12] hw/vfio/pci-quirks: " Philippe Mathieu-Daudé
2021-02-02 22:13   ` Alex Williamson
2021-02-03 10:30   ` Daniel P. Berrangé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.