i386: hvf: move all hvf files in the same directory
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 3 Oct 2017 13:33:29 +0000 (15:33 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 22 Dec 2017 14:02:05 +0000 (15:02 +0100)
commit69e0a03c3f28f5bd35f54a47cd4996cc14e135ba
tree5a2a715a6844f03dc2d34eeff7edb537ad441968
parent3010460fb99776bdf0a8b170555f2ab076382f9c
i386: hvf: move all hvf files in the same directory

Just call it hvf/, no need for the "utils" suffix.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
49 files changed:
target/i386/Makefile.objs
target/i386/hvf-all.c [deleted file]
target/i386/hvf-i386.h [deleted file]
target/i386/hvf-utils/Makefile.objs [deleted file]
target/i386/hvf-utils/README.md [deleted file]
target/i386/hvf-utils/vmcs.h [deleted file]
target/i386/hvf-utils/vmx.h [deleted file]
target/i386/hvf-utils/x86.c [deleted file]
target/i386/hvf-utils/x86.h [deleted file]
target/i386/hvf-utils/x86_cpuid.c [deleted file]
target/i386/hvf-utils/x86_decode.c [deleted file]
target/i386/hvf-utils/x86_decode.h [deleted file]
target/i386/hvf-utils/x86_descr.c [deleted file]
target/i386/hvf-utils/x86_descr.h [deleted file]
target/i386/hvf-utils/x86_emu.c [deleted file]
target/i386/hvf-utils/x86_emu.h [deleted file]
target/i386/hvf-utils/x86_flags.c [deleted file]
target/i386/hvf-utils/x86_flags.h [deleted file]
target/i386/hvf-utils/x86_gen.h [deleted file]
target/i386/hvf-utils/x86_mmu.c [deleted file]
target/i386/hvf-utils/x86_mmu.h [deleted file]
target/i386/hvf-utils/x86_task.c [deleted file]
target/i386/hvf-utils/x86_task.h [deleted file]
target/i386/hvf-utils/x86hvf.c [deleted file]
target/i386/hvf-utils/x86hvf.h [deleted file]
target/i386/hvf/Makefile.objs [new file with mode: 0644]
target/i386/hvf/README.md [new file with mode: 0644]
target/i386/hvf/hvf-i386.h [new file with mode: 0644]
target/i386/hvf/hvf.c [new file with mode: 0644]
target/i386/hvf/vmcs.h [new file with mode: 0644]
target/i386/hvf/vmx.h [new file with mode: 0644]
target/i386/hvf/x86.c [new file with mode: 0644]
target/i386/hvf/x86.h [new file with mode: 0644]
target/i386/hvf/x86_cpuid.c [new file with mode: 0644]
target/i386/hvf/x86_decode.c [new file with mode: 0644]
target/i386/hvf/x86_decode.h [new file with mode: 0644]
target/i386/hvf/x86_descr.c [new file with mode: 0644]
target/i386/hvf/x86_descr.h [new file with mode: 0644]
target/i386/hvf/x86_emu.c [new file with mode: 0644]
target/i386/hvf/x86_emu.h [new file with mode: 0644]
target/i386/hvf/x86_flags.c [new file with mode: 0644]
target/i386/hvf/x86_flags.h [new file with mode: 0644]
target/i386/hvf/x86_gen.h [new file with mode: 0644]
target/i386/hvf/x86_mmu.c [new file with mode: 0644]
target/i386/hvf/x86_mmu.h [new file with mode: 0644]
target/i386/hvf/x86_task.c [new file with mode: 0644]
target/i386/hvf/x86_task.h [new file with mode: 0644]
target/i386/hvf/x86hvf.c [new file with mode: 0644]
target/i386/hvf/x86hvf.h [new file with mode: 0644]