[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GIT PULL 07/18] stubs: Rename qmp_memory_device.c to memory_device.c
|
From: |
David Hildenbrand |
|
Subject: |
[GIT PULL 07/18] stubs: Rename qmp_memory_device.c to memory_device.c |
|
Date: |
Thu, 12 Oct 2023 16:36:44 +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 | 1 +
stubs/{qmp_memory_device.c => memory_device.c} | 0
stubs/meson.build | 2 +-
3 files changed, 2 insertions(+), 1 deletion(-)
rename stubs/{qmp_memory_device.c => memory_device.c} (100%)
diff --git a/MAINTAINERS b/MAINTAINERS
index c3cc12dc29..0c585d093f 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
diff --git a/stubs/qmp_memory_device.c b/stubs/memory_device.c
similarity index 100%
rename from stubs/qmp_memory_device.c
rename to stubs/memory_device.c
diff --git a/stubs/meson.build b/stubs/meson.build
index ef6e39a64d..cde44972bf 100644
--- a/stubs/meson.build
+++ b/stubs/meson.build
@@ -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'))
--
2.41.0
- [GIT PULL 00/18] Host Memory Backends and Memory devices queue 2023-10-12, David Hildenbrand, 2023/10/12
- [GIT PULL 07/18] stubs: Rename qmp_memory_device.c to memory_device.c,
David Hildenbrand <=
- [GIT PULL 03/18] softmmu/physmem: Fixup qemu_ram_block_from_host() documentation, David Hildenbrand, 2023/10/12
- [GIT PULL 05/18] vhost: Return number of free memslots, David Hildenbrand, 2023/10/12
- [GIT PULL 06/18] memory-device: Support memory devices with multiple memslots, David Hildenbrand, 2023/10/12
- [GIT PULL 08/18] memory-device: Track required and actually used memslots in DeviceMemoryState, David Hildenbrand, 2023/10/12
- [GIT PULL 09/18] memory-device, vhost: Support memory devices that dynamically consume memslots, David Hildenbrand, 2023/10/12
- [GIT PULL 11/18] vhost: Add vhost_get_max_memslots(), David Hildenbrand, 2023/10/12
- [GIT PULL 02/18] vhost: Remove vhost_backend_can_merge() callback, David Hildenbrand, 2023/10/12
- [GIT PULL 01/18] vhost: Rework memslot filtering and fix "used_memslot" tracking, David Hildenbrand, 2023/10/12
- [GIT PULL 15/18] virtio-mem: Update state to match bitmap as soon as it's been migrated, David Hildenbrand, 2023/10/12
- [GIT PULL 14/18] virtio-mem: Pass non-const VirtIOMEM via virtio_mem_range_cb, David Hildenbrand, 2023/10/12