i386: hvf: move all hvf files in the same directory
commit69e0a03c3f28f5bd35f54a47cd4996cc14e135ba
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 3 Oct 2017 13:33:29 +0000 (3 15:33 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 22 Dec 2017 14:02:05 +0000 (22 15:02 +0100)
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>
25 files changed:
target/i386/Makefile.objs
target/i386/hvf/Makefile.objs [moved from target/i386/hvf-utils/Makefile.objs with 87% similarity]
target/i386/hvf/README.md [moved from target/i386/hvf-utils/README.md with 100% similarity]
target/i386/hvf/hvf-i386.h [moved from target/i386/hvf-i386.h with 97% similarity]
target/i386/hvf/hvf.c [moved from target/i386/hvf-all.c with 98% similarity]
target/i386/hvf/vmcs.h [moved from target/i386/hvf-utils/vmcs.h with 100% similarity]
target/i386/hvf/vmx.h [moved from target/i386/hvf-utils/vmx.h with 100% similarity]
target/i386/hvf/x86.c [moved from target/i386/hvf-utils/x86.c with 100% similarity]
target/i386/hvf/x86.h [moved from target/i386/hvf-utils/x86.h with 100% similarity]
target/i386/hvf/x86_cpuid.c [moved from target/i386/hvf-utils/x86_cpuid.c with 100% similarity]
target/i386/hvf/x86_decode.c [moved from target/i386/hvf-utils/x86_decode.c with 100% similarity]
target/i386/hvf/x86_decode.h [moved from target/i386/hvf-utils/x86_decode.h with 100% similarity]
target/i386/hvf/x86_descr.c [moved from target/i386/hvf-utils/x86_descr.c with 100% similarity]
target/i386/hvf/x86_descr.h [moved from target/i386/hvf-utils/x86_descr.h with 100% similarity]
target/i386/hvf/x86_emu.c [moved from target/i386/hvf-utils/x86_emu.c with 100% similarity]
target/i386/hvf/x86_emu.h [moved from target/i386/hvf-utils/x86_emu.h with 100% similarity]
target/i386/hvf/x86_flags.c [moved from target/i386/hvf-utils/x86_flags.c with 100% similarity]
target/i386/hvf/x86_flags.h [moved from target/i386/hvf-utils/x86_flags.h with 100% similarity]
target/i386/hvf/x86_gen.h [moved from target/i386/hvf-utils/x86_gen.h with 100% similarity]
target/i386/hvf/x86_mmu.c [moved from target/i386/hvf-utils/x86_mmu.c with 100% similarity]
target/i386/hvf/x86_mmu.h [moved from target/i386/hvf-utils/x86_mmu.h with 100% similarity]
target/i386/hvf/x86_task.c [moved from target/i386/hvf-utils/x86_task.c with 96% similarity]
target/i386/hvf/x86_task.h [moved from target/i386/hvf-utils/x86_task.h with 100% similarity]
target/i386/hvf/x86hvf.c [moved from target/i386/hvf-utils/x86hvf.c with 100% similarity]
target/i386/hvf/x86hvf.h [moved from target/i386/hvf-utils/x86hvf.h with 100% similarity]