On 29/11/25 14:43, Vladimir Sementsov-Ogievskiy wrote:
Most handlers implementations has name like {unit_name}_{handler_name},
which is usual and well-recognized pattern. Convert the rest (especially
with useless qemu_ prefixes and misleading qmp_ prefixes) to the common
pattern.

Signed-off-by: Vladimir Sementsov-Ogievskiy <[email protected]>
---
  chardev/char-console.c                        | 10 ++---
  chardev/char-file.c                           | 16 ++++----
  chardev/char-hub.c                            | 15 ++++---
  chardev/char-mux.c                            | 15 ++++---
  chardev/char-parallel.c                       | 28 ++++++-------
  chardev/char-pipe.c                           | 24 +++++------
  chardev/char-pty.c                            | 19 +++++----
  chardev/char-ringbuf.c                        | 16 ++++----
  chardev/char-serial.c                         | 28 ++++++-------
  chardev/char-socket.c                         | 25 ++++++------
  chardev/char-stdio.c                          | 22 +++++-----
  chardev/char-udp.c                            | 15 ++++---
  chardev/char-win-stdio.c                      | 20 +++++-----
  chardev/msmouse.c                             |  4 +-
  chardev/spice.c                               | 40 +++++++++----------
  gdbstub/system.c                              |  8 ++--
  .../codeconverter/test_regexps.py             |  2 +-
  ui/gtk.c                                      |  4 +-
  18 files changed, 153 insertions(+), 158 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <[email protected]>


Reply via email to