diff options
author | Juan Quintela <quintela@redhat.com> | 2020-01-22 15:58:57 +0100 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2020-01-29 11:28:59 +0100 |
commit | 41aa4e9fd847a2145d336406d1cf7bbb7aa8803a (patch) | |
tree | 6c2fc0a8b59c725bc6ad90cfacee79f65c699d38 /MAINTAINERS | |
parent | 9c4d333c092e9c26d38f740ff3616deb42f21681 (diff) | |
download | qemu-41aa4e9fd847a2145d336406d1cf7bbb7aa8803a.zip |
ram_addr: Split RAMBlock definition
We need some of the fields without having to poison everything else.
Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@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 efd3f3875f..c45e886d88 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1975,6 +1975,7 @@ F: ioport.c F: include/exec/memop.h F: include/exec/memory.h F: include/exec/ram_addr.h +F: include/exec/ramblock.h F: memory.c F: include/exec/memory-internal.h F: exec.c |