Re: [Qemu-devel] [PATCH 0/4] docs: add docs about use of automatic cleanup functions

2019-08-28 Thread Daniel P . Berrangé
On Wed, Aug 28, 2019 at 01:30:15PM +0100, Alex Bennée wrote: > > Marc-André Lureau writes: > > > Hi > > > > On Fri, Aug 23, 2019 at 8:41 PM Daniel P. Berrangé > > wrote: > >> > >> This is ostensibly about adding docs for the g_autofree/g_autoptr > >> macros. As part of doing that, however, the

Re: [Qemu-devel] [PATCH 0/4] docs: add docs about use of automatic cleanup functions

2019-08-28 Thread Alex Bennée

Re: [Qemu-devel] [PATCH 0/4] docs: add docs about use of automatic cleanup functions

2019-08-23 Thread Marc-André Lureau
Hi On Fri, Aug 23, 2019 at 8:41 PM Daniel P. Berrangé wrote: > > This is ostensibly about adding docs for the g_autofree/g_autoptr > macros. As part of doing that, however, the existing HACKING doc > is merged into the CODING_STYLE doc and the text is converted to > markdown with a table of conte

[Qemu-devel] [PATCH 0/4] docs: add docs about use of automatic cleanup functions

2019-08-23 Thread Daniel P . Berrangé
This is ostensibly about adding docs for the g_autofree/g_autoptr macros. As part of doing that, however, the existing HACKING doc is merged into the CODING_STYLE doc and the text is converted to markdown with a table of contents. Daniel P. Berrangé (4): docs: convert CODING_STYLE and HACKING to