]> Git Repo - qemu.git/commit - qga/main.c
qga: move agent run in a separate function
authorMarc-André Lureau <[email protected]>
Wed, 26 Aug 2015 23:34:55 +0000 (01:34 +0200)
committerMichael Roth <[email protected]>
Tue, 1 Sep 2015 18:15:41 +0000 (13:15 -0500)
commite3d3103975112a1ab8a0129a4be1cfe3314bce8b
tree761e24aacb549c8789b51b9b28c6dc59afbb1cc7
parentef8be55429b9a6718c7e07ede20391c09be65974
qga: move agent run in a separate function

Once the options are populated, move the running state to
a run_agent() function.

Signed-off-by: Marc-André Lureau <[email protected]>
Reviewed-by: Michael Roth <[email protected]>
Reviewed-by: Denis V. Lunev <[email protected]>
* fixed up an s/ga_state/s/ artifact causing segfault
* replaced g_list_free_full with g_list_foreach to maintain glib
  2.22 compatibility
Signed-off-by: Michael Roth <[email protected]>
qga/main.c
This page took 0.024893 seconds and 4 git commands to generate.