Am 20.06.2012 17:01, schrieb Peter Maydell: > 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
Currently yes, but with this patch Anthony seems to be changing this to build in libhwX, no? Cf. hw/Makefile.objs. Andreas -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg