Quoting Peter Maydell (2013-09-09 11:22:11) > On 8 August 2013 23:35, Michael Roth <mdr...@linux.vnet.ibm.com> wrote: > > Quoting Tomoki Sekiyama (2013-08-07 10:39:25) > >> Hi, > >> > >> I rebased the patch series to add fsfreeze for Windows qemu-ga. > >> > >> changes from v9: > >> - Fix conflict with commit e8ef31a3518c "qemu-ga: build it even if > >> !system" > >> > >> changes from v8: > >> - Add hEventTimeout to improve timeout error message (patch 07, see below) > >> - Build qga-vss.tlb if configure'd --with-win-sdk (patch 05, 07) > >> - Use "qga-vss-dll-obj-$(CONFIG_QGA_VSS)" in Makefile.objs (patch 07) > >> - Fix typo in QGAVSSRequesterFunc (patch 07, 08) > > > > Everything looks good, went ahead and applied to qga branch and will send a > > PULL shortly after 1.7 development window opens up: > > > > https://github.com/mdroth/qemu/commits/qga > > > > Thanks for the series! > > ...it doesn't look like this has happened yet? (I noticed > because I had another patchset in mind which probably > wants the configure support for C++...)
No, sorry, was waiting on this patch to go in so I could do a final mingw build test before sending the pull, but didn't notice it'd already been committed: 7e75e33e7886314490305f181065b8b4ec916a8a Prepping the pull now, should go out in a few minutes. > > thanks > -- PMM