[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 07/17] MAINTAINERS: Fix a couple s390 paths
|
From: |
Michael Tokarev |
|
Subject: |
[PULL 07/17] MAINTAINERS: Fix a couple s390 paths |
|
Date: |
Sat, 21 Oct 2023 15:05:09 +0300 |
From: Eric Farman <farman@linux.ibm.com>
These are simple typos, since the directories don't exist but the
files themselves do in hw/s390x/
Fixes: 56e3483402 ("MAINTAINERS: split out s390x sections")
Signed-off-by: Eric Farman <farman@linux.ibm.com>
Reviewed-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
MAINTAINERS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 27e5b882ae..167f0fe3ac 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2602,7 +2602,7 @@ M: Halil Pasic <pasic@linux.ibm.com>
M: Christian Borntraeger <borntraeger@linux.ibm.com>
S: Supported
F: hw/s390x/storage-keys.h
-F: hw/390x/s390-skeys*.c
+F: hw/s390x/s390-skeys*.c
L: qemu-s390x@nongnu.org
S390 storage attribute device
@@ -2610,7 +2610,7 @@ M: Halil Pasic <pasic@linux.ibm.com>
M: Christian Borntraeger <borntraeger@linux.ibm.com>
S: Supported
F: hw/s390x/storage-attributes.h
-F: hw/s390/s390-stattrib*.c
+F: hw/s390x/s390-stattrib*.c
L: qemu-s390x@nongnu.org
S390 floating interrupt controller
--
2.39.2
- [PULL 00/17] Trivial patches for 2023-10-21, Michael Tokarev, 2023/10/21
- [PULL 01/17] hw/rdma/vmw/pvrdma_cmd: Use correct struct in query_port(), Michael Tokarev, 2023/10/21
- [PULL 02/17] hw/ppc/ppc440_uc: Remove dead l2sram_update_mappings(), Michael Tokarev, 2023/10/21
- [PULL 03/17] MAINTAINERS: Cover hw/ppc/ppc440_uc.c with Sam460ex board, Michael Tokarev, 2023/10/21
- [PULL 05/17] MAINTAINERS: Add include/hw/intc/i8259.h to the PC chip section, Michael Tokarev, 2023/10/21
- [PULL 08/17] ppc/{bamboo, virtex_ml507}: Remove useless dependency on ppc405.h header, Michael Tokarev, 2023/10/21
- [PULL 10/17] MAINTAINERS: Adjust file list for PPC 4xx CPUs, Michael Tokarev, 2023/10/21
- [PULL 06/17] MAINTAINERS: Add docs/devel/ebpf_rss.rst to the EBPF section, Michael Tokarev, 2023/10/21
- [PULL 04/17] MAINTAINERS: Add the nios2 interrupt controller to the nios2 section, Michael Tokarev, 2023/10/21
- [PULL 09/17] MAINTAINERS: Adjust file list for PPC ref405ep machine, Michael Tokarev, 2023/10/21
- [PULL 07/17] MAINTAINERS: Fix a couple s390 paths,
Michael Tokarev <=
- [PULL 11/17] MAINTAINERS: Adjust file list for PPC e500 machines, Michael Tokarev, 2023/10/21
- [PULL 12/17] MAINTAINERS: Adjust file list for PPC pseries machine, Michael Tokarev, 2023/10/21
- [PULL 13/17] MAINTAINERS: Add fw_cfg.c to PPC mac99 machine, Michael Tokarev, 2023/10/21
- [PULL 14/17] MAINTAINERS: Add PPC common files to PowerPC TCG CPUs, Michael Tokarev, 2023/10/21
- [PULL 15/17] MAINTAINERS: Add unvalued folders in tests/tcg/ to the right sections, Michael Tokarev, 2023/10/21
- [PULL 16/17] MAINTAINERS: Fix typo in openpic_kvm.c entry, Michael Tokarev, 2023/10/21
- [PULL 17/17] MAINTAINERS: Add the ompic.c file to the or1k-sim section, Michael Tokarev, 2023/10/21
- Re: [PULL 00/17] Trivial patches for 2023-10-21, Stefan Hajnoczi, 2023/10/23