mbox series

[v2,0/2] Add me as the maintainer for ivshmem-pci

Message ID 20250123012212.716499-1-gustavo.romero@linaro.org
Headers show
Series Add me as the maintainer for ivshmem-pci | expand

Message

Gustavo Romero Jan. 23, 2025, 1:22 a.m. UTC
Add me as the maintainer for the ivshmem-pci.c device, the ivshmem
server, and the ivshmem client tool. Also, adjust remaining parts left
behind after ivshmem PCI device was renamed from ivshmem.c to
ivshmem-pci.c, like header files, Kconfig, docs, and build scripts.


Cheers,
Gustavo

Gustavo Romero (2):
  hw/misc/ivshmem-pci: Rename remaining parts for consistency
  MAINTAINERS: Add me as the maintainer for ivshmem-pci

 MAINTAINERS                                          | 9 ++++++++-
 contrib/ivshmem-client/ivshmem-client.h              | 2 +-
 contrib/ivshmem-server/ivshmem-server.h              | 2 +-
 docs/system/device-emulation.rst                     | 2 +-
 docs/system/devices/ivshmem-flat.rst                 | 2 +-
 docs/system/devices/{ivshmem.rst => ivshmem-pci.rst} | 4 ++--
 hw/misc/Kconfig                                      | 4 ++--
 hw/misc/ivshmem-pci.c                                | 2 +-
 hw/misc/meson.build                                  | 4 ++--
 include/hw/misc/{ivshmem.h => ivshmem-pci.h}         | 6 +++---
 tests/qtest/meson.build                              | 2 +-
 11 files changed, 23 insertions(+), 16 deletions(-)
 rename docs/system/devices/{ivshmem.rst => ivshmem-pci.rst} (96%)
 rename include/hw/misc/{ivshmem.h => ivshmem-pci.h} (88%)