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

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-4-cfontana@suse.de>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
23 files changed:
MAINTAINERS
target/i386/hax-all.c [deleted file]
target/i386/hax-cpus.c [deleted file]
target/i386/hax-cpus.h [deleted file]
target/i386/hax-i386.h [deleted file]
target/i386/hax-interface.h [deleted file]
target/i386/hax-mem.c [deleted file]
target/i386/hax-posix.c [deleted file]
target/i386/hax-posix.h [deleted file]
target/i386/hax-windows.c [deleted file]
target/i386/hax-windows.h [deleted file]
target/i386/hax/hax-all.c [new file with mode: 0644]
target/i386/hax/hax-cpus.c [new file with mode: 0644]
target/i386/hax/hax-cpus.h [new file with mode: 0644]
target/i386/hax/hax-i386.h [new file with mode: 0644]
target/i386/hax/hax-interface.h [new file with mode: 0644]
target/i386/hax/hax-mem.c [new file with mode: 0644]
target/i386/hax/hax-posix.c [new file with mode: 0644]
target/i386/hax/hax-posix.h [new file with mode: 0644]
target/i386/hax/hax-windows.c [new file with mode: 0644]
target/i386/hax/hax-windows.h [new file with mode: 0644]
target/i386/hax/meson.build [new file with mode: 0644]
target/i386/meson.build