qemu-e2k/qga
Peter Crosthwaite 4f30649618 qga/main.c: Don't use g_key_file_get/set_int64
These functions don't exist until glib version 2.26. QEMU is currently only
mandating glib 2.12.

This patch replaces the functions with g_key_file_get/set_integer.

Unbreaks the build on Ubuntu 10.04 and RHEL 5.6.

Regression was introduced by 39097daf15

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Message-id: 1363323879-682-1-git-send-email-peter.crosthwaite@xilinx.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2013-03-15 08:23:54 -05:00
..
Makefile.objs qemu-ga: move qemu-ga files to qga/ 2012-12-19 08:31:30 +01:00
channel-posix.c qemu-ga: Handle errors uniformely in ga_channel_open() 2013-01-14 12:08:05 -06:00
channel-win32.c qemu-ga: fix confusing GAChannelMethod comparison 2013-03-11 18:53:46 -05:00
channel.h qemu-ga: move channel/transport functionality into wrapper class 2012-02-23 15:40:16 -06:00
commands-posix.c qga: implement qmp_guest_set_vcpus() for Linux with sysfs 2013-03-11 18:58:30 -05:00
commands-win32.c qga: introduce guest-get-vcpus / guest-set-vcpus with stubs 2013-03-11 18:57:49 -05:00
commands.c qemu-ga: Fix unchecked strdup() by converting to g_strdup() 2013-01-30 11:14:46 +01:00
guest-agent-command-state.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
guest-agent-core.h qemu-ga: use key-value store to avoid recycling fd handles after restart 2013-03-11 18:53:47 -05:00
main.c qga/main.c: Don't use g_key_file_get/set_int64 2013-03-15 08:23:54 -05:00
qapi-schema.json qga: introduce guest-get-vcpus / guest-set-vcpus with stubs 2013-03-11 18:57:49 -05:00
service-win32.c qga: cast to int for DWORD type 2013-03-11 18:53:46 -05:00
service-win32.h qemu-ga: add Windows service integration 2012-02-23 15:43:50 -06:00