diff options
author | Wei Liu <liuwe@linux.microsoft.com> | 2025-03-07 11:55:25 -0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-04-17 18:23:26 +0200 |
commit | 6aa0d0391c56e411d43bbf9f9c6acd1fea6f55c4 (patch) | |
tree | 8b8e9121dd2b981c699283a4f6b5b78377f44a87 | |
parent | 27458df871097d7fc14b19d9e01c35d29737b9b3 (diff) | |
download | qemu-6aa0d0391c56e411d43bbf9f9c6acd1fea6f55c4.zip qemu-6aa0d0391c56e411d43bbf9f9c6acd1fea6f55c4.tar.gz qemu-6aa0d0391c56e411d43bbf9f9c6acd1fea6f55c4.tar.bz2 |
MAINTAINERS: add an entry for the x86 instruction emulator
Add myself as a reviewer.
Signed-off-by: Wei Liu <liuwe@linux.microsoft.com>
Link: https://lore.kernel.org/r/1741377325-28175-15-git-send-email-liuwe@linux.microsoft.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d54b557..6722840 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -534,6 +534,14 @@ S: Supported F: target/i386/whpx/ F: include/system/whpx.h +X86 Instruction Emulator +M: Cameron Esfahani <dirty@apple.com> +M: Roman Bolshakov <rbolshakov@ddn.com> +R: Phil Dennis-Jordan <phil@philjordan.eu> +R: Wei Liu <wei.liu@kernel.org> +S: Maintained +F: target/i386/emulate/ + Guest CPU Cores (Xen) --------------------- X86 Xen CPUs |