qemu/qga
Marc-André Lureau 55fa017072 qga: use fixed-length and GDateTime for log timestamp
The old code is kind of wrong. Say it's 1649309843.000001 seconds past
the epoch. Prints "1649309843.1". 9us later, it prints "1649309843.10".
Should really use %06lu for the microseconds part.

Use GDateTime instead, as suggested by Daniel.

Suggested-by: Markus Armbruster <armbru@redhat.com>
Suggested-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
2022-04-21 17:37:16 +04:00
..
installer
vss-win32 qga/vss-win32: fix compilation with clang++ 2022-04-05 10:42:06 +02:00
channel-posix.c
channel-win32.c
channel.h
commands-common.h qga: move qga_get_host_name() 2022-04-21 17:09:09 +04:00
commands-posix-ssh.c
commands-posix.c qga: move qga_get_host_name() 2022-04-21 17:09:09 +04:00
commands-win32.c qga: move qga_get_host_name() 2022-04-21 17:09:09 +04:00
commands.c qga: remove need for QEMU atomic.h 2022-04-21 17:09:09 +04:00
guest-agent-command-state.c
guest-agent-core.h Replace GCC_FMT_ATTR with G_GNUC_PRINTF 2022-03-22 14:40:51 +04:00
main.c qga: use fixed-length and GDateTime for log timestamp 2022-04-21 17:37:16 +04:00
meson.build build-sys: drop ntddscsi.h check 2022-04-06 14:31:55 +02:00
qapi-schema.json
service-win32.c
service-win32.h
vss-win32.c
vss-win32.h