Re: [PATCH 2/5] util/oslib-win32: Add a helper to get the Windows version

2022-07-27 Thread Bin Meng
On Wed, Jul 27, 2022 at 9:18 PM Konstantin Kostiuk wrote: > > > > On Wed, Jul 27, 2022 at 2:58 PM Bin Meng wrote: >> >> On Wed, Jul 27, 2022 at 6:00 PM Daniel P. Berrangé >> wrote: >> > >> > On Wed, Jul 27, 2022 at 05:38:27PM +0800, Bin Meng wrote: >> > > On Wed, Jul 27, 2022 at 4:50 PM Yan Vug

Re: [PATCH 2/5] util/oslib-win32: Add a helper to get the Windows version

2022-07-27 Thread Konstantin Kostiuk
On Wed, Jul 27, 2022 at 2:58 PM Bin Meng wrote: > On Wed, Jul 27, 2022 at 6:00 PM Daniel P. Berrangé > wrote: > > > > On Wed, Jul 27, 2022 at 05:38:27PM +0800, Bin Meng wrote: > > > On Wed, Jul 27, 2022 at 4:50 PM Yan Vugenfirer > wrote: > > > > > > > > On Wed, Jul 27, 2022 at 10:43 AM Bin Meng

Re: [PATCH 2/5] util/oslib-win32: Add a helper to get the Windows version

2022-07-27 Thread Bin Meng
On Wed, Jul 27, 2022 at 8:53 PM Daniel P. Berrangé wrote: > > On Wed, Jul 27, 2022 at 07:55:40PM +0800, Bin Meng wrote: > > On Wed, Jul 27, 2022 at 6:00 PM Daniel P. Berrangé > > wrote: > > > > > > On Wed, Jul 27, 2022 at 05:38:27PM +0800, Bin Meng wrote: > > > > On Wed, Jul 27, 2022 at 4:50 PM

Re: [PATCH 2/5] util/oslib-win32: Add a helper to get the Windows version

2022-07-27 Thread Daniel P . Berrangé
On Wed, Jul 27, 2022 at 07:55:40PM +0800, Bin Meng wrote: > On Wed, Jul 27, 2022 at 6:00 PM Daniel P. Berrangé > wrote: > > > > On Wed, Jul 27, 2022 at 05:38:27PM +0800, Bin Meng wrote: > > > On Wed, Jul 27, 2022 at 4:50 PM Yan Vugenfirer > > > wrote: > > > > > > > > On Wed, Jul 27, 2022 at 10:

Re: [PATCH 2/5] util/oslib-win32: Add a helper to get the Windows version

2022-07-27 Thread Bin Meng
On Wed, Jul 27, 2022 at 6:00 PM Daniel P. Berrangé wrote: > > On Wed, Jul 27, 2022 at 05:38:27PM +0800, Bin Meng wrote: > > On Wed, Jul 27, 2022 at 4:50 PM Yan Vugenfirer wrote: > > > > > > On Wed, Jul 27, 2022 at 10:43 AM Bin Meng wrote: > > > > > > > > From: Bin Meng > > > > > > > > This adds

Re: [PATCH 2/5] util/oslib-win32: Add a helper to get the Windows version

2022-07-27 Thread Yan Vugenfirer
On Wed, Jul 27, 2022 at 1:00 PM Daniel P. Berrangé wrote: > > On Wed, Jul 27, 2022 at 05:38:27PM +0800, Bin Meng wrote: > > On Wed, Jul 27, 2022 at 4:50 PM Yan Vugenfirer wrote: > > > > > > On Wed, Jul 27, 2022 at 10:43 AM Bin Meng wrote: > > > > > > > > From: Bin Meng > > > > > > > > This adds

Re: [PATCH 2/5] util/oslib-win32: Add a helper to get the Windows version

2022-07-27 Thread Daniel P . Berrangé
On Wed, Jul 27, 2022 at 05:38:27PM +0800, Bin Meng wrote: > On Wed, Jul 27, 2022 at 4:50 PM Yan Vugenfirer wrote: > > > > On Wed, Jul 27, 2022 at 10:43 AM Bin Meng wrote: > > > > > > From: Bin Meng > > > > > > This adds a helper to get the Windows version via the RtlGetVersion > > > call, for QE

Re: [PATCH 2/5] util/oslib-win32: Add a helper to get the Windows version

2022-07-27 Thread Bin Meng
On Wed, Jul 27, 2022 at 4:50 PM Yan Vugenfirer wrote: > > On Wed, Jul 27, 2022 at 10:43 AM Bin Meng wrote: > > > > From: Bin Meng > > > > This adds a helper to get the Windows version via the RtlGetVersion > > call, for QEMU codes to determine the Windows version at run-time. > > > > Signed-off-

Re: [PATCH 2/5] util/oslib-win32: Add a helper to get the Windows version

2022-07-27 Thread Yan Vugenfirer
On Wed, Jul 27, 2022 at 10:43 AM Bin Meng wrote: > > From: Bin Meng > > This adds a helper to get the Windows version via the RtlGetVersion > call, for QEMU codes to determine the Windows version at run-time. > > Signed-off-by: Xuzhou Cheng > Signed-off-by: Bin Meng > --- > > include/sysemu/os

[PATCH 2/5] util/oslib-win32: Add a helper to get the Windows version

2022-07-27 Thread Bin Meng
From: Bin Meng This adds a helper to get the Windows version via the RtlGetVersion call, for QEMU codes to determine the Windows version at run-time. Signed-off-by: Xuzhou Cheng Signed-off-by: Bin Meng --- include/sysemu/os-win32.h | 2 ++ util/oslib-win32.c| 15 +++ 2 f