From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Patrick Colp" <patrick.colp@oracle.com>,
"Philippe Mathieu-Daudé" <philmd@redhat.com>,
"Riku Voipio" <riku.voipio@iki.fi>,
"Laurent Vivier" <laurent@vivier.eu>,
"Cameron Esfahani" <dirty@apple.com>,
"Sergio Andres Gomez Del Real" <sergio.g.delreal@gmail.com>,
"Roman Bolshakov" <r.bolshakov@yadro.com>,
"Liran Alon" <liran.alon@oracle.com>,
"Reviewed-by : Nikita Leshenko" <nikita.leshchenko@oracle.com>,
"Aleksandar Markovic" <amarkovic@wavecomp.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Aleksandar Rikalo" <aleksandar.rikalo@rt-rk.com>,
"Alex Bennée" <alex.bennee@linaro.org>, Heiher <r@hev.cc>
Subject: [PATCH 04/11] MAINTAINERS: Add an entry for the HVF accelerator
Date: Mon, 16 Mar 2020 13:00:42 +0100 [thread overview]
Message-ID: <20200316120049.11225-5-philmd@redhat.com> (raw)
In-Reply-To: <20200316120049.11225-1-philmd@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
Cc: Reviewed-by: Nikita Leshenko <nikita.leshchenko@oracle.com>
Cc: Sergio Andres Gomez Del Real <sergio.g.delreal@gmail.com>
Cc: Roman Bolshakov <r.bolshakov@yadro.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>
---
MAINTAINERS | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 7ec42a18f7..bcf40afb85 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -420,6 +420,12 @@ F: accel/stubs/hax-stub.c
F: target/i386/hax-all.c
F: include/sysemu/hax.h
+HVF Accelerator
+S: Orphan
+F: accel/stubs/hvf-stub.c
+F: target/i386/hvf/hvf.c
+F: include/sysemu/hvf.h
+
WHPX CPUs
M: Sunil Muthuswamy <sunilmut@microsoft.com>
S: Supported
--
2.21.1
next prev parent reply other threads:[~2020-03-16 13:27 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-16 12:00 [PATCH 00/11] accel: Allow targets to use Kconfig, disable semihosting by default Philippe Mathieu-Daudé
2020-03-16 12:00 ` [PATCH 01/11] MAINTAINERS: Fix KVM path expansion glob Philippe Mathieu-Daudé
2020-03-16 18:30 ` Richard Henderson
2020-04-23 7:52 ` Philippe Mathieu-Daudé
2020-04-23 8:24 ` Juan Quintela
2020-03-16 12:00 ` [PATCH 02/11] MAINTAINERS: Add an 'overall' entry for accelerators Philippe Mathieu-Daudé
2020-03-16 18:30 ` Richard Henderson
2020-03-16 12:00 ` [PATCH 03/11] MAINTAINERS: Add an entry for the HAX accelerator Philippe Mathieu-Daudé
2020-03-16 12:00 ` Philippe Mathieu-Daudé [this message]
2020-03-16 12:12 ` [PATCH 04/11] MAINTAINERS: Add an entry for the HVF accelerator Roman Bolshakov
2020-03-16 12:36 ` Philippe Mathieu-Daudé
2020-03-17 23:24 ` Cameron Esfahani via
2020-03-19 13:36 ` Roman Bolshakov
2020-03-18 18:35 ` Cameron Esfahani via
2020-03-16 12:00 ` [PATCH 05/11] Makefile: Write MINIKCONF variables as one entry per line Philippe Mathieu-Daudé
2020-03-16 18:30 ` Richard Henderson
2020-03-16 12:00 ` [PATCH 06/11] accel/Kconfig: Extract accel selectors into their own config Philippe Mathieu-Daudé
2020-03-16 18:30 ` Richard Henderson
2020-03-16 12:00 ` [PATCH 07/11] accel/Kconfig: Add the TCG selector Philippe Mathieu-Daudé
2020-03-16 18:31 ` Richard Henderson
2020-03-16 12:00 ` [PATCH 08/11] target/Kconfig: Allow targets to use Kconfig Philippe Mathieu-Daudé
2020-03-16 18:33 ` Richard Henderson
2020-03-16 12:00 ` [PATCH 09/11] target/mips: Always enable CONFIG_SEMIHOSTING Philippe Mathieu-Daudé
2020-03-16 18:34 ` Richard Henderson
2020-03-18 10:31 ` Paolo Bonzini
2020-04-20 11:28 ` Philippe Mathieu-Daudé
[not found] ` <5ebee88a-4ce4-7406-a668-c64e1cc5ae6c@redhat.com>
[not found] ` <766b5fe0-148e-827c-eb67-ad798a517b1a@redhat.com>
[not found] ` <CAP+75-W0PVH+Gmo3-4qq8Of7ss=Zr4FLVUrxc+nwwdqakHy=Uw@mail.gmail.com>
[not found] ` <c246a638-946f-7bbc-43b8-aa09489bd83c@redhat.com>
[not found] ` <CAP+75-XGxAnc_xVReTXicPhUAGjq_Q4D5Dpw3yd=6ayAFjSftw@mail.gmail.com>
2020-04-23 9:26 ` Paolo Bonzini
2020-04-23 9:51 ` Paolo Bonzini
2020-03-16 12:00 ` [PATCH 10/11] target/arm: " Philippe Mathieu-Daudé
2020-03-16 18:35 ` Richard Henderson
2020-03-16 12:00 ` [PATCH 11/11] hw/semihosting: Make the feature depend of TCG, and allow to disable it Philippe Mathieu-Daudé
2020-03-16 13:49 ` Peter Maydell
2020-03-16 14:01 ` Philippe Mathieu-Daudé
2020-03-16 18:37 ` Richard Henderson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200316120049.11225-5-philmd@redhat.com \
--to=philmd@redhat.com \
--cc=aleksandar.rikalo@rt-rk.com \
--cc=alex.bennee@linaro.org \
--cc=amarkovic@wavecomp.com \
--cc=dirty@apple.com \
--cc=laurent@vivier.eu \
--cc=liran.alon@oracle.com \
--cc=nikita.leshchenko@oracle.com \
--cc=patrick.colp@oracle.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=r.bolshakov@yadro.com \
--cc=r@hev.cc \
--cc=riku.voipio@iki.fi \
--cc=sergio.g.delreal@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.