]> git.proxmox.com Git - mirror_qemu.git/commit - system/qtest.c
accel: extend AccelState and AccelClass to user-mode
authorClaudio Fontana <cfontana@suse.de>
Thu, 4 Feb 2021 16:39:24 +0000 (17:39 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 5 Feb 2021 20:24:15 +0000 (10:24 -1000)
commit940e43aa30e0f793bd18b79221296cdf17724018
tree9ab6484293ad85368f66aaf72ee944493cf3913c
parent78271684719f34c1cc19f895e089f2f19b69698d
accel: extend AccelState and AccelClass to user-mode

Signed-off-by: Claudio Fontana <cfontana@suse.de>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
[claudio: rebased on Richard's splitwx work]

Signed-off-by: Claudio Fontana <cfontana@suse.de>
Message-Id: <20210204163931.7358-17-cfontana@suse.de>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
26 files changed:
MAINTAINERS
accel/accel-common.c [new file with mode: 0644]
accel/accel-softmmu.c [new file with mode: 0644]
accel/accel-user.c [new file with mode: 0644]
accel/accel.c [deleted file]
accel/meson.build
accel/qtest/qtest.c
accel/tcg/meson.build
accel/tcg/tcg-all.c
accel/xen/xen-all.c
bsd-user/main.c
include/hw/boards.h
include/qemu/accel.h [new file with mode: 0644]
include/sysemu/accel.h [deleted file]
include/sysemu/hvf.h
include/sysemu/kvm.h
include/sysemu/kvm_int.h
linux-user/main.c
softmmu/memory.c
softmmu/qtest.c
softmmu/vl.c
target/i386/hax/hax-all.c
target/i386/hvf/hvf-i386.h
target/i386/hvf/hvf.c
target/i386/hvf/x86_task.c
target/i386/whpx/whpx-all.c