On 20 June 2012 15:51, Andreas Färber <afaer...@suse.de> wrote: > Am 20.06.2012 16:44, schrieb Anthony Liguori: >> --- a/hw/kvm/Makefile.objs >> +++ b/hw/kvm/Makefile.objs >> @@ -1 +1 @@ >> -obj-$(CONFIG_KVM) += clock.o apic.o i8259.o ioapic.o i8254.o >> +obj-$(CONFIG_I386) += clock.o apic.o i8259.o ioapic.o i8254.o > > NACK. As long as the CPUState conversion is not completed (which after > part 4 will take some time still) any user of CPUArchState must be > compiled per target, not per base target.
I'm confused -- as far as I can tell these files are compiled per target, eg we have both CC i386-softmmu/hw/kvm/clock.o and CC x86_64-softmmu/hw/kvm/clock.o -- PMM