Several fixes, but no major changes. This series depends on this patch from Michael:
http://lists.gnu.org/archive/html/qemu-devel/2012-01/msg01382.html v6 o improve schema documentation o change reopen_fd_to_null() to return void o fix reopen_fd_to_null() no to close stdin [Eric] o use execle() and do PATH lookup in the parent [Eric/Jamie] o do not use fopen()/fgets() [Eric] o check fork() return value [Eric] o use EXIT_SUCCESS/EXIT_FAILURE [Eric] qapi-schema-guest.json | 32 ++++++ qemu-ga.c | 20 +++- qga/guest-agent-commands.c | 263 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 313 insertions(+), 2 deletions(-)