On Wed, Sep 28, 2022 at 11:08 PM Richard Henderson <richard.hender...@linaro.org> wrote: > > On 9/28/22 12:21, Paolo Bonzini wrote: > > Heh, I wanted to get it in for exactly that reason, so that a future revert > > would not > > introduce the test in configure. But I guess having the patch out there on > > the archives > > may also be enough. > > Heh. I suppose that's fair, being wary of reversion.
There's also a bit of C++ in the guest agent: have_qga_vss = get_option('qga_vss') \ .require(targetos == 'windows', error_message: 'VSS support requires Windows') \ .require(link_language == 'cpp', error_message: 'VSS support requires a C++ compiler') \ ... so I included the patch in the pull request. Paolo