diff options
author | Philippe Mathieu-Daudé | 2021-01-22 21:44:38 +0100 |
---|---|---|
committer | Paolo Bonzini | 2021-02-08 14:43:55 +0100 |
commit | 9b45a025edbb6ddeeee04e071ac9c4b17c507b50 (patch) | |
tree | 97cb9f6b7b3aa82ff1236ee4e81f2692cd5e2afe /MAINTAINERS | |
parent | meson: Restrict emulation code (diff) | |
download | qemu-9b45a025edbb6ddeeee04e071ac9c4b17c507b50.tar.gz qemu-9b45a025edbb6ddeeee04e071ac9c4b17c507b50.tar.xz qemu-9b45a025edbb6ddeeee04e071ac9c4b17c507b50.zip |
qapi/meson: Restrict qdev code to system-mode emulation
Beside a CPU device, user-mode emulation doesn't access
anything else from qdev subsystem.
Tools don't need anything from qdev.
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20210122204441.2145197-10-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@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 8d8b0bf966..ca74617cc3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2539,6 +2539,7 @@ F: qapi/qom.json F: qapi/qdev.json F: scripts/coccinelle/qom-parent-type.cocci F: softmmu/qdev-monitor.c +F: stubs/qdev.c F: qom/ F: tests/check-qom-interface.c F: tests/check-qom-proplist.c |