From: Nikola Ciprich <extmaillist@linuxbox.cz>
To: klondike <franxisco1988@gmail.com>
Cc: kvm@vger.kernel.org, nikola.ciprich@linuxbox.cz
Subject: Re: [ANNOUNCE] qemu-kvm-0.14.0
Date: Wed, 23 Feb 2011 09:16:11 +0100 [thread overview]
Message-ID: <20110223081611.GB7608@pcnci.linuxbox.cz> (raw)
In-Reply-To: <4D64BFD1.2020602@gmail.com>
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 <klondike@xiscosoft.es>
> 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
-------------------------------------
next prev parent reply other threads:[~2011-02-23 8:16 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-22 17:14 [ANNOUNCE] qemu-kvm-0.14.0 Avi Kivity
2011-02-23 7:49 ` Nikola Ciprich
2011-02-23 8:05 ` klondike
2011-02-23 8:16 ` Nikola Ciprich [this message]
2011-02-23 8:29 ` Nikola Ciprich
2011-02-23 8:39 ` klondike
2011-04-29 8:59 ` Bharat Bhushan
2011-02-23 8:28 ` [PATCH] qemu-kvm: Fix non-PCI target build Jan Kiszka
2011-02-23 8:37 ` klondike
2011-02-27 11:35 ` Avi Kivity
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110223081611.GB7608@pcnci.linuxbox.cz \
--to=extmaillist@linuxbox.cz \
--cc=franxisco1988@gmail.com \
--cc=kvm@vger.kernel.org \
--cc=nikola.ciprich@linuxbox.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).