[PATCH 6/7] docs: drop support for Windows versions prior to 2012R2

Daniel P. Berrangé berrange at redhat.com
Mon Nov 9 13:21:29 UTC 2020


On Mon, Nov 09, 2020 at 03:43:12AM -0500, Matt Coleman wrote:
> Signed-off-by: Matt Coleman <matt at datto.com>
> ---
>  docs/drvhyperv.html.in | 17 +----------------
>  docs/platforms.rst     |  3 +--
>  2 files changed, 2 insertions(+), 18 deletions(-)

> diff --git a/docs/platforms.rst b/docs/platforms.rst
> index b0ce0c3737..e181be247f 100644
> --- a/docs/platforms.rst
> +++ b/docs/platforms.rst
> @@ -59,8 +59,7 @@ Windows
>  The project supports building with current versions of the MinGW toolchain,
>  hosted on Linux.
>  
> -The version of the Windows API that's currently targeted is Vista / Server
> -2008.
> +The version of the Windows API that's currently targeted is Server 2012R2.

This isn't right, as it is referring to Windows builds in general, not the
HyperV driver. More specifically it is referring to this code in meson.build


if host_machine.system() == 'windows'
  # For AI_ADDRCONFIG
  conf.set('_WIN32_WINNT', '0x0600') # Win Vista / Server 2008
  conf.set('WINVER', '0x0600') # Win Vista / Server 2008
endif


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|




More information about the libvir-list mailing list