diff options
author | Roman Bolshakov | 2020-03-16 18:18:27 +0100 |
---|---|---|
committer | Paolo Bonzini | 2020-04-01 20:24:03 +0200 |
commit | 674fc21ff6200148675d8f13c192a4cf94d187c2 (patch) | |
tree | 6531bde248df527ff981abf85149981db08d0a8e /MAINTAINERS | |
parent | softmmu: fix crash with invalid -M memory-backend= (diff) | |
download | qemu-674fc21ff6200148675d8f13c192a4cf94d187c2.tar.gz qemu-674fc21ff6200148675d8f13c192a4cf94d187c2.tar.xz qemu-674fc21ff6200148675d8f13c192a4cf94d187c2.zip |
MAINTAINERS: Add an entry for the HVF accelerator
Cc: Nikita Leshenko <nikita.leshchenko@oracle.com>
Cc: Sergio Andres Gomez Del Real <sergio.g.delreal@gmail.com>
Cc: Patrick Colp <patrick.colp@oracle.com>
Cc: Cameron Esfahani <dirty@apple.com>
Cc: Liran Alon <liran.alon@oracle.com>
Cc: Heiher <r@hev.cc>
Signed-off-by: Roman Bolshakov <r.bolshakov@yadro.com>
Message-Id: <20200316171825.42544-1-r.bolshakov@yadro.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e580276603..7cb53ec138 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -412,6 +412,13 @@ S: Supported F: target/i386/kvm.c F: scripts/kvm/vmxcap +X86 HVF CPUs +M: Roman Bolshakov <r.bolshakov@yadro.com> +S: Maintained +F: accel/stubs/hvf-stub.c +F: target/i386/hvf/ +F: include/sysemu/hvf.h + WHPX CPUs M: Sunil Muthuswamy <sunilmut@microsoft.com> S: Supported |