diff options
author | David Hildenbrand | 2021-07-23 12:05:32 +0200 |
---|---|---|
committer | Paolo Bonzini | 2021-07-23 15:54:37 +0200 |
commit | 9f04dd7f5a3dd6d9a4c34f4882dd1ef0b7936a2f (patch) | |
tree | 9b64d7247051b7ebac9a7b5efc985323220361dc | |
parent | MAINTAINERS: Add Peter Xu and myself as co-maintainer of "Memory API" (diff) | |
download | qemu-9f04dd7f5a3dd6d9a4c34f4882dd1ef0b7936a2f.tar.gz qemu-9f04dd7f5a3dd6d9a4c34f4882dd1ef0b7936a2f.tar.xz qemu-9f04dd7f5a3dd6d9a4c34f4882dd1ef0b7936a2f.zip |
MAINTAINERS: Add memory_mapping.h and memory_mapping.c to "Memory API"
Both files logically belong to "Memory API" and are not yet listed
anywhere else explicitly. Let's add them to "Memory API".
Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Peter Xu <peterx@redhat.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
Acked-by: Peter Xu <peterx@redhat.com>
Message-Id: <20210723100532.27353-4-david@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 190a90b541..445f7fe2d1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2460,9 +2460,11 @@ F: include/exec/memop.h F: include/exec/memory.h F: include/exec/ram_addr.h F: include/exec/ramblock.h +F: include/sysemu/memory_mapping.h F: softmmu/dma-helpers.c F: softmmu/ioport.c F: softmmu/memory.c +F: softmmu/memory_mapping.c F: softmmu/physmem.c F: include/exec/memory-internal.h F: scripts/coccinelle/memory-region-housekeeping.cocci |