]> git.proxmox.com Git - mirror_qemu.git/commit - cpus.c
Plumb the HAXM-based hardware acceleration support
authorVincent Palatin <vpalatin@chromium.org>
Tue, 10 Jan 2017 10:59:57 +0000 (11:59 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 19 Jan 2017 21:07:46 +0000 (22:07 +0100)
commitb0cb0a66d6d535112aa513568ef21dcb1ad283ed
treeb9481c3b2b789027087af196eccc42f0e78b10b7
parent47c1c8c12f6c8b3c6e0da7bbd93fd4e1724cf114
Plumb the HAXM-based hardware acceleration support

Use the Intel HAX is kernel-based hardware acceleration module for
Windows (similar to KVM on Linux).

Based on the "target/i386: Add Intel HAX to android emulator" patch
from David Chou <david.j.chou@intel.com>

Signed-off-by: Vincent Palatin <vpalatin@chromium.org>
Message-Id: <7b9cae28a0c379ab459c7a8545c9a39762bd394f.1484045952.git.vpalatin@chromium.org>
[Drop hax_populate_ram stub. - Paolo]
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile.target
configure
cpus.c
hax-stub.c
hw/intc/apic_common.c
include/qom/cpu.h
include/sysemu/hw_accel.h
qemu-options.hx
target/i386/Makefile.objs
util/qemu-thread-win32.c
vl.c