qemu-e2k/qga
Michael Roth e55eb806db qga: fix w32 breakage due to missing osdep.h includes
requester.h relied on qemu/compiler.h definitions to
handle GCC_FMT_ATTR() stub, but this include was removed as part
of scripted clean-ups via 30456d5:

  all: Clean up includes

under the assumption that all C files would have included it via
qemu/osdep.h at that point. requester.cpp was likely missed
due to C++ files requiring manual/special handling as well as
VSS build options needing to be enabled to trigger build failures.

Fix this by including qemu/osdep.h. That in turn pulls in a
macro from qapi/error.h that conflicts with a struct field name
in requester.h, so fix that as well by renaming the field.

While we're at it, fix up provider.cpp/install.cpp to include
osdep.h as well.

Cc: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
2016-02-25 10:54:32 -06:00
..
installer qemu-ga: Fixed minor version switch issue 2016-02-25 09:48:51 -06:00
vss-win32 qga: fix w32 breakage due to missing osdep.h includes 2016-02-25 10:54:32 -06:00
Makefile.objs qemu-ga: Call Windows VSS requester in fsfreeze command handler 2013-09-09 14:17:57 -05:00
channel-posix.c qga: Clean up includes 2016-02-04 17:41:30 +00:00
channel-win32.c qga: Clean up includes 2016-02-04 17:41:30 +00:00
channel.h qemu-ga: move channel/transport functionality into wrapper class 2012-02-23 15:40:16 -06:00
commands-posix.c qga: Support enum names in guest-file-seek 2016-02-25 09:48:50 -06:00
commands-win32.c qga: check utf8-to-utf16 conversion 2016-02-25 09:48:52 -06:00
commands.c qga: Support enum names in guest-file-seek 2016-02-25 09:48:50 -06:00
guest-agent-command-state.c qga: Clean up includes 2016-02-04 17:41:30 +00:00
guest-agent-core.h qga: Support enum names in guest-file-seek 2016-02-25 09:48:50 -06:00
main.c qga: Clean up includes 2016-02-04 17:41:30 +00:00
qapi-schema.json qga: Support enum names in guest-file-seek 2016-02-25 09:48:50 -06:00
service-win32.c qga: Clean up includes 2016-02-04 17:41:30 +00:00
service-win32.h qga: save state directory in ga_install_service() 2013-05-30 11:37:37 -05:00
vss-win32.c qga: fix w32 breakage due to missing osdep.h includes 2016-02-25 10:54:32 -06:00
vss-win32.h all: Clean up includes 2016-02-23 12:43:05 +00:00