diff options
author | Philippe Mathieu-Daudé | 2020-09-08 17:55:28 +0200 |
---|---|---|
committer | Paolo Bonzini | 2020-09-30 19:11:36 +0200 |
commit | 71f364b703119a319e6ac423c9446849d010abf3 (patch) | |
tree | f6598c59f6741c5a229e7b42171fed58e9d1e3fe /MAINTAINERS | |
parent | sysemu/xen: Add missing 'exec/cpu-common.h' header for ram_addr_t type (diff) | |
download | qemu-71f364b703119a319e6ac423c9446849d010abf3.tar.gz qemu-71f364b703119a319e6ac423c9446849d010abf3.tar.xz qemu-71f364b703119a319e6ac423c9446849d010abf3.zip |
stubs: Split accelerator / hardware related stubs
Move hardware stubs unrelated from the accelerator to xen-hw-stub.c.
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200908155530.249806-5-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 2c8366d3a5..ffcf222243 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -480,6 +480,7 @@ F: include/hw/block/dataplane/xen* F: include/hw/xen/ F: include/sysemu/xen.h F: include/sysemu/xen-mapcache.h +F: stubs/xen-hw-stub.c Guest CPU Cores (HAXM) --------------------- |