OSDN Git Service

hw: move hw/kvm/ to hw/i386/kvm
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 5 Feb 2013 15:36:44 +0000 (16:36 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 8 Apr 2013 16:13:16 +0000 (18:13 +0200)
commit54976b75fb159ca175636b7fef1cd08130cb662f
tree825d527717fabf9b80e3ef4eb7d37ed6872750ff
parent0434e30afb6175212389811e0b28b948eb3c1e40
hw: move hw/kvm/ to hw/i386/kvm

Peter requested the KVM GIC to be in hw/intc.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/i386/Makefile.objs
hw/i386/kvm/Makefile.objs [new file with mode: 0644]
hw/i386/kvm/apic.c [moved from hw/kvm/apic.c with 100% similarity]
hw/i386/kvm/clock.c [moved from hw/kvm/clock.c with 100% similarity]
hw/i386/kvm/i8254.c [moved from hw/kvm/i8254.c with 100% similarity]
hw/i386/kvm/i8259.c [moved from hw/kvm/i8259.c with 100% similarity]
hw/i386/kvm/ioapic.c [moved from hw/kvm/ioapic.c with 100% similarity]
hw/i386/kvm/pci-assign.c [moved from hw/kvm/pci-assign.c with 100% similarity]
hw/kvm/Makefile.objs [deleted file]