From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LD6ZR-00056m-C7 for qemu-devel@nongnu.org; Wed, 17 Dec 2008 19:16:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LD6ZQ-00056D-An for qemu-devel@nongnu.org; Wed, 17 Dec 2008 19:16:53 -0500 Received: from [199.232.76.173] (port=48169 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LD6ZP-000565-Uq for qemu-devel@nongnu.org; Wed, 17 Dec 2008 19:16:52 -0500 Received: from main.gmane.org ([80.91.229.2]:38475 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LD6ZP-0003UN-Ex for qemu-devel@nongnu.org; Wed, 17 Dec 2008 19:16:51 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LD6ZM-00076Q-0O for qemu-devel@nongnu.org; Thu, 18 Dec 2008 00:16:48 +0000 Received: from 204.147.152.1 ([204.147.152.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Dec 2008 00:16:47 +0000 Received: from void by 204.147.152.1 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Dec 2008 00:16:47 +0000 From: Consul Date: Wed, 17 Dec 2008 16:16:35 -0800 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: Sender: news Subject: [Qemu-devel] Re: [6073] virtio-net support Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Anthony Liguori wrote: > Revision: 6073 > http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6073 > Author: aliguori > Date: 2008-12-17 19:13:11 +0000 (Wed, 17 Dec 2008) > > Log Message: > ----------- > virtio-net support I think probably this patch broke compilation of arm-softmmu on Windows (I'm using r6081): make[1]: Entering directory `/c/test/qemu/arm-softmmu' gcc -g -Wl,--warn-common -m32 -static -o qemu-system-arm.exe vl.o /c/test/qemu/osdep.o monitor.o pci.o loader.o isa_mmio.o machine.o fw_cfg.o /c/test/qemu/block-raw-win32.o lsi53c895a.o esp.o usb-ohci.o eeprom93xx.o eepro100.o ne2000.o pcnet.o rtl8139.o e1000.o integratorcp.o versatilepb.o ps2.o smc91c111.o arm_pic.o arm_timer.o arm_boot.o pl011.o pl031.o pl050.o pl080.o pl110.o pl181.o pl190.o versatile_pci.o ptimer.o realview_gic.o realview.o arm_sysctl.o mpcore.o armv7m.o armv7m_nvic.o stellaris.o pl022.o stellaris_enet.o pl061.o arm-semi.o pxa2xx.o pxa2xx_pic.o pxa2xx_gpio.o pxa2xx_timer.o pxa2xx_dma.o pxa2xx_lcd.o pxa2xx_mmci.o pxa2xx_pcmcia.o pxa2xx_keypad.o pflash_cfi01.o gumstix.o zaurus.o ide.o serial.o nand.o ecc.o spitz.o tosa.o tc6393xb.o omap1.o omap_lcdc.o omap_dma.o omap_clk.o omap_mmc.o omap_i2c.o omap2.o omap_dss.o soc_dma.o omap_sx1.o palm.o tsc210x.o nseries.o blizzard.o onenand.o vga.o cbus.o tusb6010.o usb-musb.o tsc2005.o bt-hci-csr.o mst_fpga.o mainstone.o musicpal.o pflash_cfi02.o gdbstub.o gdbstub-xml.o ../libqemu_common.a libqemu.a -lm -lwinmm -lws2_32 -liphlpapi -lz -lole32 -ldxguid -L/mingw/sdl-1.2.8/lib -lmingw32 -lSDLmain -lSDL -luser32 -lgdi32 -lwinmm -ldxguid -mconsolepci.o(.text+0xd32): In function `pci_nic_init': c:/test/qemu/hw/pci.c:659: undefined reference to `virtio_net_init' collect2: ld returned 1 exit status