Re: [Qemu-devel] [BREAKAGE] commit 9bc6304c156dcc01c619672ca33d7152bb18bcb9 breaks build

2010-04-04 Thread Roy Tam
2010/4/2 Anthony Liguori : > On 04/02/2010 10:27 AM, Anthony Liguori wrote: >> >> This tap files are a bit odd. We don't compile tap.o for mingw32 but we >> do compile tap-win32.o so what we need to do is define tap_get_vhost_net in >> tap-win32.c. Testing a patch right now. > > I pushed a fix th

Re: [Qemu-devel] [BREAKAGE] commit 9bc6304c156dcc01c619672ca33d7152bb18bcb9 breaks build

2010-04-04 Thread Michael S. Tsirkin
On Fri, Apr 02, 2010 at 10:41:03AM -0500, Anthony Liguori wrote: > On 04/02/2010 10:27 AM, Anthony Liguori wrote: >> >> This tap files are a bit odd. We don't compile tap.o for mingw32 but >> we do compile tap-win32.o so what we need to do is define >> tap_get_vhost_net in tap-win32.c. Testin

Re: [Qemu-devel] [BREAKAGE] commit 9bc6304c156dcc01c619672ca33d7152bb18bcb9 breaks build

2010-04-02 Thread Anthony Liguori
On 04/02/2010 10:27 AM, Anthony Liguori wrote: This tap files are a bit odd. We don't compile tap.o for mingw32 but we do compile tap-win32.o so what we need to do is define tap_get_vhost_net in tap-win32.c. Testing a patch right now. I pushed a fix that does exactly this. Regards, Antho

Re: [Qemu-devel] [BREAKAGE] commit 9bc6304c156dcc01c619672ca33d7152bb18bcb9 breaks build

2010-04-02 Thread Anthony Liguori
On 04/02/2010 09:30 AM, Stefan Weil wrote: Blue Swirl schrieb: On 4/2/10, Roy Tam wrote: 2010/4/2 Anthony Liguori: Try doing a clean build This is a fresh checkout. I can confirm this with mingw32: LINK sparc64-softmmu/qemu-system-sparc64.exe virtio-net.

Re: [Qemu-devel] [BREAKAGE] commit 9bc6304c156dcc01c619672ca33d7152bb18bcb9 breaks build

2010-04-02 Thread Stefan Weil
Blue Swirl schrieb: > On 4/2/10, Roy Tam wrote: >> 2010/4/2 Anthony Liguori : >> >>> Try doing a clean build >> >> This is a fresh checkout. > > I can confirm this with mingw32: > LINK sparc64-softmmu/qemu-system-sparc64.exe > virtio-net.o: In function `virtio_net_exit': > /src/qemu/hw/virtio-net.

Re: [Qemu-devel] [BREAKAGE] commit 9bc6304c156dcc01c619672ca33d7152bb18bcb9 breaks build

2010-04-02 Thread Blue Swirl
On 4/2/10, Roy Tam wrote: > 2010/4/2 Anthony Liguori : > > > Try doing a clean build > > > This is a fresh checkout. I can confirm this with mingw32: LINK sparc64-softmmu/qemu-system-sparc64.exe virtio-net.o: In function `virtio_net_exit': /src/qemu/hw/virtio-net.c:943: undefined reference to

Re: [Qemu-devel] [BREAKAGE] commit 9bc6304c156dcc01c619672ca33d7152bb18bcb9 breaks build

2010-04-02 Thread Roy Tam
2010/4/2 Anthony Liguori : > Try doing a clean build This is a fresh checkout. > > On Apr 2, 2010 4:43 AM, "Roy Tam" wrote: > > Config: > > Install prefixc:/Program Files/Qemu > BIOS directoryc:/Program Files/Qemu > binary directory c:/Program Files/Qemu > Source path /usr/home/Us

Re: [Qemu-devel] [BREAKAGE] commit 9bc6304c156dcc01c619672ca33d7152bb18bcb9 breaks build

2010-04-02 Thread Anthony Liguori
Try doing a clean build On Apr 2, 2010 4:43 AM, "Roy Tam" wrote: Config: Install prefixc:/Program Files/Qemu BIOS directoryc:/Program Files/Qemu binary directory c:/Program Files/Qemu Source path /usr/home/User/qemu C compilergcc Host C compiler gcc CFLAGS-O

[Qemu-devel] [BREAKAGE] commit 9bc6304c156dcc01c619672ca33d7152bb18bcb9 breaks build

2010-04-02 Thread Roy Tam
Config: Install prefixc:/Program Files/Qemu BIOS directoryc:/Program Files/Qemu binary directory c:/Program Files/Qemu Source path /usr/home/User/qemu C compilergcc Host C compiler gcc CFLAGS-O2 -g QEMU_CFLAGS -m32 -D__USE_MINGW_ANSI_STDIO=1 -DWIN32_LEAN_