diff options
author | Sunil Muthuswamy | 2020-10-28 03:23:19 +0100 |
---|---|---|
committer | Paolo Bonzini | 2020-12-10 18:15:01 +0100 |
commit | faf20793b5af15ed4bea9c40dd8e6ae46d51be23 (patch) | |
tree | 323f0f9bebaa45bc847dcc93bcbe604323e2a2eb /MAINTAINERS | |
parent | target/i386: seg_helper: Correct segment selector nullification in the RET/IR... (diff) | |
download | qemu-faf20793b5af15ed4bea9c40dd8e6ae46d51be23.tar.gz qemu-faf20793b5af15ed4bea9c40dd8e6ae46d51be23.tar.xz qemu-faf20793b5af15ed4bea9c40dd8e6ae46d51be23.zip |
WHPX: support for the kernel-irqchip on/off
This patch adds support the kernel-irqchip option for
WHPX with on or off value. 'split' value is not supported
for the option. The option only works for the latest version
of Windows (ones that are coming out on Insiders). The
change maintains backward compatibility on older version of
Windows where this option is not supported.
Signed-off-by: Sunil Muthuswamy <sunilmut@microsoft.com>
Message-Id: <SN4PR2101MB0880B13258DA9251F8459F4DC0170@SN4PR2101MB0880.namprd21.prod.outlook.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 a83416d54c..aa39490a24 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -452,6 +452,7 @@ WHPX CPUs M: Sunil Muthuswamy <sunilmut@microsoft.com> S: Supported F: target/i386/whpx-all.c +F: target/i386/whpx-apic.c F: target/i386/whpx-cpus.c F: target/i386/whp-dispatch.h F: accel/stubs/whpx-stub.c |