[ANNOUNCE] qemu-kvm-0.14.0
qemu-kvm-0.14.0 is now available. This release is based on the upstream qemu 0.14.0, plus kvm-specific enhancements. Please see the original qemu 0.14.0 release announcement for details. This release can be used with the kvm kernel modules provided by your distribution kernel, or by the modules in the kvm-kmod package, such as kvm-kmod-2.6.37. http://www.linux-kvm.org -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
[ANNOUNCE] qemu-kvm-0.14.0-rc1
qemu-kvm-0.14.0-rc1 is now available. This release is based on the upstream qemu 0.14.0-rc1, plus kvm-specific enhancements. Please see the original qemu 0.14.0-rc1 release announcement for details. This release can be used with the kvm kernel modules provided by your distribution kernel, or by the modules in the kvm-kmod package, such as kvm-kmod-2.6.37. http://www.linux-kvm.org -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: [ANNOUNCE] qemu-kvm-0.14.0
Hello Avi, 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 `do_pci_info_print' pci.o:/usr/src/redhat/BUILD/qemu-kvm-0.14.0/hw/pci.c:1398: first defined here /usr/bin/ld: Warning: size of symbol `do_pci_info_print' changed from 147 in pci.o to 50 in pci-stub.o pci-stub.o: In function `do_pci_info': /usr/src/redhat/BUILD/qemu-kvm-0.14.0/hw/pci-stub.c:31: multiple definition of `do_pci_info' pci.o:/usr/src/redhat/BUILD/qemu-kvm-0.14.0/hw/pci.c:1560: first defined here /usr/bin/ld: Warning: size of symbol `do_pci_info' changed from 150 in pci.o to 50 in pci-stub.o pci.o: In function `pci_update_mappings': pci.c:(.text+0xa91): undefined reference to `pci_bridge_get_base' pci.c:(.text+0xaa5): undefined reference to `pci_bridge_get_limit' pci.c:(.text+0xb7b): undefined reference to `pci_bridge_get_base' pci.c:(.text+0xb8e): undefined reference to `pci_bridge_get_limit' pci.o: In function `pci_get_devices_list': pci.c:(.text+0x2024): undefined reference to `pci_bridge_get_limit' pci.c:(.text+0x2036): undefined reference to `pci_bridge_get_base' pci.c:(.text+0x2043): undefined reference to `pci_bridge_get_limit' pci.c:(.text+0x2050): undefined reference to `pci_bridge_get_base' pci.c:(.text+0x2060): undefined reference to `pci_bridge_get_limit' pci.c:(.text+0x2070): undefined reference to `pci_bridge_get_base' collect2: ld returned 1 exit status make[1]: *** [qemu-system-sparc] Error 1 make: *** [subdir-sparc-softmmu] Error 2 I'm compiling on x86_64 centos5. Any idea on what I might be doing wrong or how can it be fixed? thanks a lot in advance! BR nik On Tue, Feb 22, 2011 at 07:14:41PM +0200, Avi Kivity wrote: > > qemu-kvm-0.14.0 is now available. This release is based on the upstream > qemu 0.14.0, plus kvm-specific enhancements. Please see the original > qemu 0.14.0 release announcement for details. > > This release can be used with the kvm kernel modules provided by your > distribution kernel, or by the modules in the kvm-kmod package, such > as kvm-kmod-2.6.37. > > http://www.linux-kvm.org > > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majord...@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majord...@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- - 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: ser...@linuxbox.cz - -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: [ANNOUNCE] qemu-kvm-0.14.0
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 `do_pci_info_print' > pci.o:/usr/src/redhat/BUILD/qemu-kvm-0.14.0/hw/pci.c:1398: first defined here > /usr/bin/ld: Warning: size of symbol `do_pci_info_print' changed from 147 in > pci.o to 50 in pci-stub.o > pci-stub.o: In function `do_pci_info': > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/hw/pci-stub.c:31: multiple definition > of `do_pci_info' > pci.o:/usr/src/redhat/BUILD/qemu-kvm-0.14.0/hw/pci.c:1560: first defined here > /usr/bin/ld: Warning: size of symbol `do_pci_info' changed from 150 in pci.o > to 50 in pci-stub.o > pci.o: In function `pci_update_mappings': > pci.c:(.text+0xa91): undefined reference to `pci_bridge_get_base' > pci.c:(.text+0xaa5): undefined reference to `pci_bridge_get_limit' > pci.c:(.text+0xb7b): undefined reference to `pci_bridge_get_base' > pci.c:(.text+0xb8e): undefined reference to `pci_bridge_get_limit' > pci.o: In function `pci_get_devices_list': > pci.c:(.text+0x2024): undefined reference to `pci_bridge_get_limit' > pci.c:(.text+0x2036): undefined reference to `pci_bridge_get_base' > pci.c:(.text+0x2043): undefined reference to `pci_bridge_get_limit' > pci.c:(.text+0x2050): undefined reference to `pci_bridge_get_base' > pci.c:(.text+0x2060): undefined reference to `pci_bridge_get_limit' > pci.c:(.text+0x2070): undefined reference to `pci_bridge_get_base' > collect2: ld returned 1 exit status > make[1]: *** [qemu-system-sparc] Error 1 > make: *** [subdir-sparc-softmmu] Error 2 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.target2011-02-23 06:02:16.835182597 +0100 +++ /tmp/aaa/qemu-kvm-0.14.0/Makefile.target2011-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 signature.asc Description: OpenPGP digital signature
Re: [ANNOUNCE] qemu-kvm-0.14.0
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-10Francisco 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.objs2011-02-23 > 06:02:16.818182597 +0100 > +++ /tmp/aaa/qemu-kvm-0.14.0/Makefile.objs2011-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: ser...@linuxbox.cz - -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: [ANNOUNCE] qemu-kvm-0.14.0
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 /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:630:21: error: attempt to use poisoned "CPUState" 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:630: error: expected ')' before '*' token /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:630:31: error: attempt to use poisoned "env" /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:631:21: error: attempt to use poisoned "CPUState" /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:631: error: expected ')' before '*' token /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:631:31: error: attempt to use poisoned "env" /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:632:21: error: attempt to use poisoned "CPUState" /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:632: error: expected ')' before '*' token /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:632:31: error: attempt to use poisoned "env" /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:639:14: error: attempt to use poisoned "CPUState" /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:639: error: expected ')' before '*' token /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:639:24: error: attempt to use poisoned "env" /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:640:63: error: attempt to use poisoned "CPUState" /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:640: error: expected declaration specifiers or '...' before 'CPUState' /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:640:73: error: attempt to use poisoned "env" /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:641:28: error: attempt to use poisoned "CPUState" /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:641: error: expected ')' before '*' token /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:641:38: error: attempt to use poisoned "env" /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:642:27: error: attempt to use poisoned "CPUState" /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:642: error: expected ')' before '*' token /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:642:37: error: attempt to use poisoned "env" /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:643:28: error: attempt to use poisoned "CPUState" /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:643: error: expected ')' before '*' token /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:643:38: error: attempt to use poisoned "env" /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:644:35: error: attempt to use poisoned "CPUState" /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:644: error: expected ')' before '*' token /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:644:45: error: attempt to use poisoned "env" /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:660:25: error: attempt to use poisoned "CPUState" /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:660: error: expected ')' before '*' token /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:660:35: error: attempt to use poisoned "env" /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:661:25: error: attempt to use poisoned "CPUState" /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:661: error: expected ')' before '*' token /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:661:35: error: attempt to use poisoned "env" /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:662:23: error: attempt to use poisoned "CPUState" /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:662: error: expected ')' before '*' token /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:662:33: error: attempt to use poisoned "env" /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:663:38: error: attempt to use poisoned "CPUState" /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:663: error: expected ')' before '*' token /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:663:48: error: attempt to use poisoned "env" /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:666:25: error: attempt to use poisoned "CPUState" /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:666: error: expected ')' before '*' token /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:666:35: error: attempt to use poisoned "env" /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:673:28: error: attempt to use poisoned "CPUState" /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:673: error: expected ')' before '*' token /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:673:38: error: attempt to use poisoned "env" /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:690:37: error: attempt to use poisoned "TARGET_PAGE_BITS" /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:720:8: error: attempt to use poisoned "TARGET_I386" /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:723:27: error: attempt to use poisoned "env" make[1]: *** [pci.o] Error 1 make[1]: Leaving directory `/home/src
Re: [ANNOUNCE] qemu-kvm-0.14.0
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 > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:630:21: error: attempt to > use poisoned "CPUState" > 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:630: error: expected ')' > before '*' token > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:630:31: error: attempt to > use poisoned "env" > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:631:21: error: attempt to > use poisoned "CPUState" > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:631: error: expected ')' > before '*' token > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:631:31: error: attempt to > use poisoned "env" > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:632:21: error: attempt to > use poisoned "CPUState" > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:632: error: expected ')' > before '*' token > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:632:31: error: attempt to > use poisoned "env" > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:639:14: error: attempt to > use poisoned "CPUState" > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:639: error: expected ')' > before '*' token > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:639:24: error: attempt to > use poisoned "env" > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:640:63: error: attempt to > use poisoned "CPUState" > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:640: error: expected > declaration specifiers or '...' before 'CPUState' > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:640:73: error: attempt to > use poisoned "env" > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:641:28: error: attempt to > use poisoned "CPUState" > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:641: error: expected ')' > before '*' token > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:641:38: error: attempt to > use poisoned "env" > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:642:27: error: attempt to > use poisoned "CPUState" > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:642: error: expected ')' > before '*' token > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:642:37: error: attempt to > use poisoned "env" > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:643:28: error: attempt to > use poisoned "CPUState" > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:643: error: expected ')' > before '*' token > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:643:38: error: attempt to > use poisoned "env" > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:644:35: error: attempt to > use poisoned "CPUState" > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:644: error: expected ')' > before '*' token > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:644:45: error: attempt to > use poisoned "env" > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:660:25: error: attempt to > use poisoned "CPUState" > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:660: error: expected ')' > before '*' token > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:660:35: error: attempt to > use poisoned "env" > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:661:25: error: attempt to > use poisoned "CPUState" > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:661: error: expected ')' > before '*' token > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:661:35: error: attempt to > use poisoned "env" > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:662:23: error: attempt to > use poisoned "CPUState" > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:662: error: expected ')' > before '*' token > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:662:33: error: attempt to > use poisoned "env" > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:663:38: error: attempt to > use poisoned "CPUState" > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:663: error: expected ')' > before '*' token > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:663:48: error: attempt to > use poisoned "env" > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:666:25: error: attempt to > use poisoned "CPUState" > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:666: error: expected ')' > before '*' token > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:666:35: error: attempt to > use poisoned "env" > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:673:28: error: attempt to > use poisoned "CPUState" > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:673: error: expected ')' > before '*' token > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:673:38: error: attempt to > use poisoned "env" > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:690:37: error: attempt to > use poisoned "TARGET_PAGE_BITS" > /usr/src/redhat/BUILD/
Re: [ANNOUNCE] qemu-kvm-0.14.0
klondike gmail.com> writes: > > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:673:38: error: attempt to use poisoned "env" > > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:690:37: error: attempt to use poisoned "TARGET_PAGE_BITS" > > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:720:8: error: attempt to use poisoned "TARGET_I386" > > /usr/src/redhat/BUILD/qemu-kvm-0.14.0/qemu-kvm.h:723:27: error: attempt to use poisoned "env" > > make[1]: *** [pci.o] Error 1 > > make[1]: Leaving directory `/home/src/redhat/BUILD/qemu-kvm-0.14.0/libhw64' > > make: *** [subdir-libhw64] Error 2 > > > > what could this be? > Try Jan's patch, it seems to solve this issue too > > Which patch you are talking about? -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html