Re: [PATCH 2/3] qga/win/vss: query VSS backup type

2023-02-15 Thread Konstantin Kostiuk
Reviewed-by: Konstantin Kostiuk On Thu, Feb 9, 2023 at 2:50 AM Kfir Manor wrote: > Query VSS backup type number (DWORD) from QEMU Guest Agent VSS Provider > registry key registry value VssOption > > Translate the VSS backup type number (DWORD) into its VSS backup type > (VSS_BACKUP_TYPE) > > Re

[PATCH 2/3] qga/win/vss: query VSS backup type

2023-02-09 Thread Kfir Manor
Query VSS backup type number (DWORD) from QEMU Guest Agent VSS Provider registry key registry value VssOption Translate the VSS backup type number (DWORD) into its VSS backup type (VSS_BACKUP_TYPE) Returns the queried VSS backup type if the program encounters unexpected behaviors or values ret