From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikola Ciprich Subject: Re: [ANNOUNCE] qemu-kvm-0.14.0 Date: Wed, 23 Feb 2011 09:16:11 +0100 Message-ID: <20110223081611.GB7608@pcnci.linuxbox.cz> References: <4D63EF01.5040203@redhat.com> <20110223074948.GA7608@pcnci.linuxbox.cz> <4D64BFD1.2020602@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, nikola.ciprich@linuxbox.cz To: klondike Return-path: Received: from gwu.lbox.cz ([62.245.111.132]:59444 "EHLO gwu.lbox.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754510Ab1BWIQ5 (ORCPT ); Wed, 23 Feb 2011 03:16:57 -0500 Content-Disposition: inline In-Reply-To: <4D64BFD1.2020602@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Feb 23, 2011 at 09:05:37AM +0100, klondike wrote: > I hit this problem too and after a long night I tracked it back to some > odd merge, this patch solved the issue for me. > 2010-11-10 Francisco Blas Izquierdo Riera > Somehow pci.o was added so it was needed on all targets breaking NO_PCI ones. This patch intends to fix that > > * Makefile.objs: Add pci.o back into hw-obj-$(CONFIG_PCI) > * Makefile.target: Remove pci.o > > diff -ru /tmp/aaa/qemu-kvm-0.14.0.old/Makefile.objs /tmp/aaa/qemu-kvm-0.14.0/Makefile.objs > --- /tmp/aaa/qemu-kvm-0.14.0.old/Makefile.objs 2011-02-23 06:02:16.818182597 +0100 > +++ /tmp/aaa/qemu-kvm-0.14.0/Makefile.objs 2011-02-23 06:00:35.439182597 +0100 > @@ -170,7 +170,7 @@ > hw-obj-y += loader.o > hw-obj-$(CONFIG_VIRTIO) += virtio.o virtio-console.o > hw-obj-y += fw_cfg.o > -hw-obj-$(CONFIG_PCI) += pci_bridge.o > +hw-obj-$(CONFIG_PCI) += pci.o pci_bridge.o > hw-obj-$(CONFIG_PCI) += msix.o msi.o > hw-obj-$(CONFIG_PCI) += pci_host.o pcie_host.o > hw-obj-$(CONFIG_PCI) += ioh3420.o xio3130_upstream.o xio3130_downstream.o > diff -ru /tmp/aaa/qemu-kvm-0.14.0.old/Makefile.target /tmp/aaa/qemu-kvm-0.14.0/Makefile.target > --- /tmp/aaa/qemu-kvm-0.14.0.old/Makefile.target 2011-02-23 06:02:16.835182597 +0100 > +++ /tmp/aaa/qemu-kvm-0.14.0/Makefile.target 2011-02-23 06:00:35.454182597 +0100 > @@ -195,7 +195,7 @@ > # System emulator target > ifdef CONFIG_SOFTMMU > > -obj-y = arch_init.o cpus.o monitor.o pci.o machine.o gdbstub.o vl.o balloon.o > +obj-y = arch_init.o cpus.o monitor.o machine.o gdbstub.o vl.o balloon.o > # virtio has to be here due to weird dependency between PCI and virtio-net. > # need to fix this properly > obj-$(CONFIG_NO_PCI) += pci-stub.o Hello, yup, I've noticed Your patch just after sending my report.. thansk a lot, I'll try it right away! have a nice day nik -- ------------------------------------- Ing. Nikola CIPRICH LinuxBox.cz, s.r.o. 28. rijna 168, 709 01 Ostrava tel.: +420 596 603 142 fax: +420 596 621 273 mobil: +420 777 093 799 www.linuxbox.cz mobil servis: +420 737 238 656 email servis: servis@linuxbox.cz -------------------------------------