[PATCH] Fix build system so pci.o isn't included on targets not depending on PCI

2011-02-22 Thread klondike
2010-11-10Francisco Blas Izquierdo Riera klond...@xiscosoft.es Somehow pci.o was added so it was needed on all targets breaking NO_PCI ones. This patch intends to fix that This error appeared during a merge with the main tree so it may have been caused by some oddity in that

Re: [ANNOUNCE] qemu-kvm-0.14.0

2011-02-23 Thread klondike
El 23/02/11 08:49, Nikola Ciprich escribió: Hello Avi, Hi, when trying to compile(link) various targets, I get: LINK sparc-softmmu/qemu-system-sparc pci-stub.o: In function `do_pci_info_print': /usr/src/redhat/BUILD/qemu-kvm-0.14.0/hw/pci-stub.c:36: multiple definition of

Re: [ANNOUNCE] qemu-kvm-0.14.0

2011-02-23 Thread klondike
El 23/02/11 09:29, Nikola Ciprich escribió: well, now it seems I've got another problem here: In file included from /usr/src/redhat/BUILD/qemu-kvm-0.14.0/hw/pci.c:32: /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:11:17: error: cpu.h: No such file or directory

Re: [PATCH] qemu-kvm: Fix non-PCI target build

2011-02-23 Thread klondike
El 23/02/11 09:28, Jan Kiszka escribió: On 2011-02-23 09:05, klondike wrote: El 23/02/11 08:49, Nikola Ciprich escribió: Hello Avi, Hi, when trying to compile(link) various targets, I get: LINK sparc-softmmu/qemu-system-sparc pci-stub.o: In function `do_pci_info_print': /usr/src/redhat