qemu-patch-raspberry4/qga
Kostiantyn Kostiuk 9f34101db0 qga-vss: Use dynamic linking for GLib
The current GLib version implements the DllMain function. DllMain is also
present in the provider.cpp code. So in the case of static linking, the
DllMain redefinition error occurs. For now, just switch to dynamic linking
and revert this patch when the issue will be solved.

See Glib issue for more details https://gitlab.gnome.org/GNOME/glib/-/issues/692

Signed-off-by: Kostiantyn Kostiuk <konstantin@daynix.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2021-03-06 11:41:54 +01:00
..
installer meson: convert qemu-ga 2020-08-21 06:30:12 -04:00
vss-win32 qga-vss: Use dynamic linking for GLib 2021-03-06 11:41:54 +01:00
channel-posix.c util: rename qemu_open() to qemu_open_old() 2020-09-16 10:33:48 +01:00
channel-win32.c
channel.h
commands-common.h qga: Extract qmp_guest_file_read() to common commands.c 2020-04-15 09:15:53 -05:00
commands-posix-ssh.c qapi: Use QAPI_LIST_PREPEND() where possible 2020-12-19 10:20:14 +01:00
commands-posix.c qapi: More complex uses of QAPI_LIST_APPEND 2021-01-28 08:08:45 +01:00
commands-win32.c qapi: More complex uses of QAPI_LIST_APPEND 2021-01-28 08:08:45 +01:00
commands.c qapi: Use QAPI_LIST_PREPEND() where possible 2020-12-19 10:20:14 +01:00
guest-agent-command-state.c
guest-agent-core.h
main.c qobject: Change qobject_to_json()'s value to GString 2020-12-19 10:38:43 +01:00
meson.build meson: convert wixl detection to Meson 2021-01-23 15:55:05 -05:00
qapi-schema.json qga/commands-posix: Send CCW address on s390x with the fsinfo data 2020-12-21 18:11:33 +01:00
service-win32.c
service-win32.h
vss-win32.c
vss-win32.h