Re: [Qemu-devel] [PATCH v2 1/4] qga: add QGA_CONF environment variable

2015-10-01 Thread Michael Roth
Quoting marcandre.lur...@redhat.com (2015-09-11 13:53:38) > From: Marc-André Lureau > > Having a environment variable allows to override default configuration > path, useful for testing. Note that this can't easily be an argument, > since loading config is done before parsing the arguments. I'd

[Qemu-devel] [PATCH v2 1/4] qga: add QGA_CONF environment variable

2015-09-11 Thread marcandre . lureau
From: Marc-André Lureau Having a environment variable allows to override default configuration path, useful for testing. Note that this can't easily be an argument, since loading config is done before parsing the arguments. Signed-off-by: Marc-André Lureau --- qga/main.c | 3 ++- 1 file change