Re: [PATCH] docs: set CONFDIR when running sphinx

2020-12-03 Thread Paolo Bonzini
On 03/12/20 11:28, Marc-André Lureau wrote: Note that the original bug that prompted this fix is about qemu-ga configuration though. Paolo, please queue the patch. thanks! Done. Paolo

Re: [PATCH] docs: set CONFDIR when running sphinx

2020-12-03 Thread Marc-André Lureau
Hi On Wed, Dec 2, 2020 at 11:55 PM Eduardo Habkost wrote: > On Wed, Dec 02, 2020 at 10:05:50AM +0100, Paolo Bonzini wrote: > > On 01/12/20 19:37, marcandre.lur...@redhat.com wrote: > > > From: Marc-André Lureau > > > > > > The default configuration path /etc/qemu can be overriden with > configu

Re: [PATCH] docs: set CONFDIR when running sphinx

2020-12-02 Thread Eduardo Habkost
On Wed, Dec 02, 2020 at 10:05:50AM +0100, Paolo Bonzini wrote: > On 01/12/20 19:37, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > The default configuration path /etc/qemu can be overriden with configure > > options, and the generated documentation used to reflect it. > >

Re: [PATCH] docs: set CONFDIR when running sphinx

2020-12-02 Thread Paolo Bonzini
On 01/12/20 19:37, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau The default configuration path /etc/qemu can be overriden with configure options, and the generated documentation used to reflect it. Fixes regression introduced in commit f8aa24ea9a82da38370470c6bc0eaa393999edfe ("m

[PATCH] docs: set CONFDIR when running sphinx

2020-12-01 Thread marcandre . lureau
From: Marc-André Lureau The default configuration path /etc/qemu can be overriden with configure options, and the generated documentation used to reflect it. Fixes regression introduced in commit f8aa24ea9a82da38370470c6bc0eaa393999edfe ("meson: sphinx-build"). Fixes: https://bugzilla.redhat.co