[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 03/11] MAINTAINERS: Add an entry for the HAX accelerator
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH v3 03/11] MAINTAINERS: Add an entry for the HAX accelerator |
Date: |
Thu, 21 May 2020 21:59:03 +0200 |
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
Cc: Sergio Andres Gomez Del Real <address@hidden>
Cc: Vincent Palatin <address@hidden>
Cc: Yu Ning <address@hidden>
Cc: Tao Wu <address@hidden>
Cc: address@hidden
Cc: Colin Xu <address@hidden>
Cc: Hang Yuan <address@hidden>
Cc: David Chou <address@hidden>
Cc: Wenchao Wang <address@hidden>
---
MAINTAINERS | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index d7b98f9878..0f76dc330b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -426,6 +426,12 @@ F: accel/accel.c
F: accel/Makefile.objs
F: accel/stubs/Makefile.objs
+HAX Accelerator
+S: Orphan
+F: accel/stubs/hax-stub.c
+F: target/i386/hax-all.c
+F: include/sysemu/hax.h
+
X86 HVF CPUs
M: Roman Bolshakov <address@hidden>
S: Maintained
--
2.21.3
- [PATCH v3 00/11] accel: Allow targets to use Kconfig, disable semihosting by default, Philippe Mathieu-Daudé, 2020/05/21
- [PATCH v3 01/11] MAINTAINERS: Fix KVM path expansion glob, Philippe Mathieu-Daudé, 2020/05/21
- [PATCH v3 02/11] MAINTAINERS: Add an 'overall' entry for accelerators, Philippe Mathieu-Daudé, 2020/05/21
- [PATCH v3 03/11] MAINTAINERS: Add an entry for the HAX accelerator,
Philippe Mathieu-Daudé <=
- [PATCH v3 04/11] accel/tcg: Add stub for probe_access(), Philippe Mathieu-Daudé, 2020/05/21
- [PATCH v3 05/11] Makefile: Remove dangerous EOL trailing backslash, Philippe Mathieu-Daudé, 2020/05/21
- [PATCH v3 06/11] Makefile: Write MINIKCONF variables as one entry per line, Philippe Mathieu-Daudé, 2020/05/21
- [PATCH v3 07/11] accel/Kconfig: Extract accel selectors into their own config, Philippe Mathieu-Daudé, 2020/05/21
- [PATCH v3 08/11] accel/Kconfig: Add the TCG selector, Philippe Mathieu-Daudé, 2020/05/21
- [PATCH v3 09/11] rules.mak: Add base-arch() rule, Philippe Mathieu-Daudé, 2020/05/21
- [PATCH v3 10/11] Makefile: Allow target-specific optional Kconfig, Philippe Mathieu-Daudé, 2020/05/21
- [PATCH v3 11/11] hw/semihosting: Make the feature depend of TCG, and allow to disable it, Philippe Mathieu-Daudé, 2020/05/21