Skip to content

Commit

Permalink
hw: move hw/kvm/ to hw/i386/kvm
Browse files Browse the repository at this point in the history
Peter requested the KVM GIC to be in hw/intc.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
  • Loading branch information
bonzini committed Apr 8, 2013
1 parent 0434e30 commit 54976b7
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions hw/i386/Makefile.objs
@@ -1,7 +1,4 @@
obj-y += kvm/

obj-y := $(addprefix ../,$(obj-y))

obj-$(CONFIG_KVM) += kvm/
obj-y += multiboot.o smbios.o
obj-y += pc.o pc_piix.o pc_q35.o
obj-$(CONFIG_XEN) += xen_domainbuild.o xen_machine_pv.o
Expand Down
1 change: 1 addition & 0 deletions hw/i386/kvm/Makefile.objs
@@ -0,0 +1 @@
obj-y += clock.o apic.o i8259.o ioapic.o i8254.o pci-assign.o
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion hw/kvm/Makefile.objs

This file was deleted.

0 comments on commit 54976b7

Please sign in to comment.