diff options
author | David Hildenbrand <david@redhat.com> | 2023-09-26 20:57:27 +0200 |
---|---|---|
committer | David Hildenbrand <david@redhat.com> | 2023-10-12 14:15:22 +0200 |
commit | 759bac673a8de9d6db50b0f96caa7b70cf0d1694 (patch) | |
tree | 2430af1de3aafbb57d37bc8e7723529423626a02 /MAINTAINERS | |
parent | 7975feece9053b73a2b7b015840f85e9f6ad25db (diff) | |
download | qemu-759bac673a8de9d6db50b0f96caa7b70cf0d1694.zip qemu-759bac673a8de9d6db50b0f96caa7b70cf0d1694.tar.gz qemu-759bac673a8de9d6db50b0f96caa7b70cf0d1694.tar.bz2 |
stubs: Rename qmp_memory_device.c to memory_device.c
We want to place non-qmp stubs in there, so let's rename it. While at
it, put it into the MAINTAINERS file under "Memory devices".
Message-ID: <20230926185738.277351-8-david@redhat.com>
Reviewed-by: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c3cc12d..0c585d0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2876,6 +2876,7 @@ F: hw/mem/pc-dimm.c F: include/hw/mem/memory-device.h F: include/hw/mem/nvdimm.h F: include/hw/mem/pc-dimm.h +F: stubs/memory_device.c F: docs/nvdimm.txt SPICE |