Re: [Qemu-devel] [PATCH 0/3] Fixes for Linux->Win32 cross-compilation

2010-01-07 Thread Stefan Weil
Paolo Bonzini schrieb: > With this series I could test cross-compiled Win32 QEMU under Wine. > The VNC server fails with "inet_parse: ipv4 parse error (0)", so I had > to use SDL; but this patch series is needed to find SDL when cross > compiling. > > > Paolo Bonzini (3): > use cross-prefix for p

[Qemu-devel] [PATCH 0/3] Fixes for Linux->Win32 cross-compilation

2010-01-07 Thread Paolo Bonzini
With this series I could test cross-compiled Win32 QEMU under Wine. The VNC server fails with "inet_parse: ipv4 parse error (0)", so I had to use SDL; but this patch series is needed to find SDL when cross compiling. Paolo Bonzini (3): use cross-prefix for pkg-config use pkg-config for sdl wh