diff options
| author | Konstantin Kostiuk <kkostiuk@redhat.com> | 2024-12-16 17:45:52 +0200 |
|---|---|---|
| committer | Konstantin Kostiuk <kkostiuk@redhat.com> | 2025-02-26 13:33:39 +0200 |
| commit | ad1e6843632555c771dda6a9425930fa25b71fb3 (patch) | |
| tree | 7bbab62db537d15e25e93ff1717d12312b205758 /qga/commands-win32.c | |
| parent | b69801dd6b1eb4d107f7c2f643adf0a4e3ec9124 (diff) | |
| download | focaccia-qemu-ad1e6843632555c771dda6a9425930fa25b71fb3.tar.gz focaccia-qemu-ad1e6843632555c771dda6a9425930fa25b71fb3.zip | |
qga: Add log to guest-fsfreeze-thaw command
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-ID: <20241216154552.213961-2-kkostiuk@redhat.com> Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
Diffstat (limited to 'qga/commands-win32.c')
| -rw-r--r-- | qga/commands-win32.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qga/commands-win32.c b/qga/commands-win32.c index 99c026c0a0..749fdf8895 100644 --- a/qga/commands-win32.c +++ b/qga/commands-win32.c @@ -1273,6 +1273,9 @@ int64_t qmp_guest_fsfreeze_thaw(Error **errp) qga_vss_fsfreeze(&i, false, NULL, errp); ga_unset_frozen(ga_state); + + slog("guest-fsthaw called"); + return i; } |