qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 00/12] qemu-ga: add a configuration file


From: Marc-André Lureau
Subject: [Qemu-devel] [PATCH 00/12] qemu-ga: add a configuration file
Date: Wed, 1 Jul 2015 13:47:35 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]