]> git.proxmox.com Git - mirror_qemu.git/commit
i386: move whpx accel files into whpx/
authorClaudio Fontana <cfontana@suse.de>
Sat, 12 Dec 2020 15:55:09 +0000 (16:55 +0100)
committerEduardo Habkost <ehabkost@redhat.com>
Wed, 16 Dec 2020 19:06:53 +0000 (14:06 -0500)
commit1fc33bb9f05b2c263232ab01dd66d6e33d31cedc
tree036a1db8b26ea86b6b2b07e3f7f40f9aa62a402e
parenta9dc68d9b240bd4cb0c8910c6d10f6bdf9d53cb3
i386: move whpx accel files into whpx/

Signed-off-by: Claudio Fontana <cfontana@suse.de>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201212155530.23098-3-cfontana@suse.de>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
13 files changed:
MAINTAINERS
target/i386/meson.build
target/i386/whp-dispatch.h [deleted file]
target/i386/whpx-all.c [deleted file]
target/i386/whpx-apic.c [deleted file]
target/i386/whpx-cpus.c [deleted file]
target/i386/whpx-cpus.h [deleted file]
target/i386/whpx/meson.build [new file with mode: 0644]
target/i386/whpx/whp-dispatch.h [new file with mode: 0644]
target/i386/whpx/whpx-all.c [new file with mode: 0644]
target/i386/whpx/whpx-apic.c [new file with mode: 0644]
target/i386/whpx/whpx-cpus.c [new file with mode: 0644]
target/i386/whpx/whpx-cpus.h [new file with mode: 0644]