]> Git Repo - qemu.git/commit
i386: move kvm accel files into kvm/
authorClaudio Fontana <[email protected]>
Sat, 12 Dec 2020 15:55:08 +0000 (16:55 +0100)
committerEduardo Habkost <[email protected]>
Wed, 16 Dec 2020 19:06:52 +0000 (14:06 -0500)
commita9dc68d9b240bd4cb0c8910c6d10f6bdf9d53cb3
treebc72670ab2a50efd9bc8df187e572deee727bb4b
parentaf3f37319cb1e1ca0c42842ecdbd1bcfc64a4b6f
i386: move kvm accel files into kvm/

Signed-off-by: Claudio Fontana <[email protected]>
Reviewed-by: Alex BennĂ©e <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-Id: <20201212155530[email protected]>
Signed-off-by: Eduardo Habkost <[email protected]>
32 files changed:
MAINTAINERS
hw/i386/fw_cfg.c
hw/i386/intel_iommu.c
hw/i386/kvm/apic.c
hw/i386/kvm/clock.c
hw/i386/microvm.c
hw/i386/pc.c
hw/i386/x86.c
meson.build
target/i386/cpu.c
target/i386/cpu.h
target/i386/helper.c
target/i386/hyperv-proto.h [deleted file]
target/i386/hyperv-stub.c [deleted file]
target/i386/hyperv.c [deleted file]
target/i386/hyperv.h [deleted file]
target/i386/kvm-stub.c [deleted file]
target/i386/kvm.c [deleted file]
target/i386/kvm/hyperv-proto.h [new file with mode: 0644]
target/i386/kvm/hyperv-stub.c [new file with mode: 0644]
target/i386/kvm/hyperv.c [new file with mode: 0644]
target/i386/kvm/hyperv.h [new file with mode: 0644]
target/i386/kvm/kvm-stub.c [new file with mode: 0644]
target/i386/kvm/kvm.c [new file with mode: 0644]
target/i386/kvm/kvm_i386.h [new file with mode: 0644]
target/i386/kvm/meson.build [new file with mode: 0644]
target/i386/kvm/trace-events [new file with mode: 0644]
target/i386/kvm/trace.h [new file with mode: 0644]
target/i386/kvm_i386.h [deleted file]
target/i386/machine.c
target/i386/meson.build
target/i386/trace-events
This page took 0.028761 seconds and 4 git commands to generate.