> On Nov 9, 2020, at 8:21 AM, Daniel P. Berrangé <berrange@xxxxxxxxxx> wrote: > > On Mon, Nov 09, 2020 at 03:43:12AM -0500, Matt Coleman wrote: >> Signed-off-by: Matt Coleman <matt@xxxxxxxxx> >> --- >> 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 Thanks for pointing that out. No changes should be made to platforms.rst. Please replace PATCH 6/7 with the following patch. Signed-off-by: Matt Coleman <matt@xxxxxxxxx> --- docs/drvhyperv.html.in | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/docs/drvhyperv.html.in b/docs/drvhyperv.html.in index e8e2113f70..bce4e4128b 100644 --- a/docs/drvhyperv.html.in +++ b/docs/drvhyperv.html.in @@ -5,7 +5,7 @@ <h1>Microsoft Hyper-V hypervisor driver</h1> <ul id="toc"></ul> <p> - The libvirt Microsoft Hyper-V driver can manage Hyper-V 2008 R2 and newer. + The libvirt Microsoft Hyper-V driver can manage Hyper-V 2012 R2 and newer. </p> @@ -129,21 +129,6 @@ winrm set winrm/config/service @{AllowUnencrypted="true"} <th>Kernel Version</th> <th>libvirt Representation</th> </thead> - <tr> - <td>Windows Server 2008</td> - <td>6.0.6001</td> - <td>600.6.1</td> - </tr> - <tr> - <td>Windows Server 2008 R2</td> - <td>6.1.7600</td> - <td>601.7.600</td> - </tr> - <tr> - <td>Windows Server 2012</td> - <td>6.2.9200</td> - <td>602.9.200</td> - </tr> <tr> <td>Windows Server 2012 R2</td> <td>6.3.9600</td> -- 2.27.0