
2011/4/28 Daniel Veillard <veillard@redhat.com>:
So we are entering the week freeze for the new version. I have made an rc1 tarball available at: ftp://libvirt.org/libvirt/libvirt-0.9.1-rc1.tar.gz
I have tried it locally and basic operations seems to work fine, please give it a try too,
thanks !
Daniel
Testing on mingw. libvirt compiles fine but virsh has a warning about vfprintf: virsh.c: In function 'vshDebug': virsh.c:12105:5: warning: function might be possible candidate for 'ms_printf' format attribute [-Wmissing-format-attribute] I'm no sure where to fix that. make check shows two warnings in gnulib. Maybe Eric wants to take a look: getsockopt.c: In function 'rpl_getsockopt': getsockopt.c:51:7: warning: passing argument 4 of 'getsockopt' from incompatible pointer type c:\dev\msys_setup\mingw\bin\../lib/gcc/mingw32/4.5.0/../../../../include/winsock2.h:543:32: note: expected 'char *' but argument is of type 'int *' test-getaddrinfo.c:28:1: warning: initialization from incompatible pointer type Aside from that the rest seems to work fine. Matthias