From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAGUu-0006XN-5h for qemu-devel@nongnu.org; Wed, 01 Jul 2015 07:48:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAGUr-0005Ii-18 for qemu-devel@nongnu.org; Wed, 01 Jul 2015 07:48:12 -0400 Received: from mail-qk0-x230.google.com ([2607:f8b0:400d:c09::230]:33175) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAGUq-0005IU-Rr for qemu-devel@nongnu.org; Wed, 01 Jul 2015 07:48:08 -0400 Received: by qkhu186 with SMTP id u186so27005154qkh.0 for ; Wed, 01 Jul 2015 04:48:07 -0700 (PDT) From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Wed, 1 Jul 2015 13:47:35 +0200 Message-Id: <1435751267-26378-1-git-send-email-marcandre.lureau@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 00/12] qemu-ga: add a configuration file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , mdroth@linux.vnet.ibm.com Hi, The following patches for the qemu agent add support for an optionnal configuration file, and a man page. This is related to this RFE: https://bugzilla.redhat.com/show_bug.cgi?id=1101556 Marc-André Lureau (12): qga: misc spelling qga: use exit() when parsing options qga: move string split in seperate function qga: rename 'path' to 'device_path' qga: copy argument strings qga: move option parsing to seperate function qga: fill default options in main() qga: move agent run in a seperate function qga: free a bit more qga: add --dump-conf option qga: add an optionnal qemu-ga.conf system configuration qga: start a man page Makefile | 14 +- qemu-doc.texi | 6 + qemu-ga.texi | 135 +++++++++++++++++++ qga/main.c | 357 ++++++++++++++++++++++++++++++++++++--------------- qga/qapi-schema.json | 2 +- 5 files changed, 409 insertions(+), 105 deletions(-) create mode 100644 qemu-ga.texi -- 2.4.3