]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
stubs: Rename qmp_memory_device.c to memory_device.c
authorDavid Hildenbrand <david@redhat.com>
Tue, 26 Sep 2023 18:57:27 +0000 (20:57 +0200)
committerDavid Hildenbrand <david@redhat.com>
Thu, 12 Oct 2023 12:15:22 +0000 (14:15 +0200)
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>
MAINTAINERS
stubs/memory_device.c [moved from stubs/qmp_memory_device.c with 100% similarity]
stubs/meson.build

index c3cc12dc2964a0c72c01473c33656de9d4677824..0c585d093ff75bda2c44f6ba94ea84fe6e4063f5 100644 (file)
@@ -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
index ef6e39a64d83cf6e6c9c13dbfacb9d42b8ddb4fd..cde44972bf852bc4a5e97bf55504c35f5a1e0d01 100644 (file)
@@ -32,7 +32,7 @@ stub_ss.add(files('monitor.c'))
 stub_ss.add(files('monitor-core.c'))
 stub_ss.add(files('physmem.c'))
 stub_ss.add(files('qemu-timer-notify-cb.c'))
-stub_ss.add(files('qmp_memory_device.c'))
+stub_ss.add(files('memory_device.c'))
 stub_ss.add(files('qmp-command-available.c'))
 stub_ss.add(files('qmp-quit.c'))
 stub_ss.add(files('qtest.c'))