]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
i386: move kvm accel files into kvm/
authorClaudio Fontana <cfontana@suse.de>
Sat, 12 Dec 2020 15:55:08 +0000 (16:55 +0100)
committerEduardo Habkost <ehabkost@redhat.com>
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 <cfontana@suse.de>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201212155530.23098-2-cfontana@suse.de>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
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