Re: [PATCH for-5.0 0/8] docs: integrate doc comments with Sphinx build

2019-12-02 Thread Paolo Bonzini
On 02/12/19 19:06, Peter Maydell wrote: > On Fri, 29 Nov 2019 at 14:02, Paolo Bonzini wrote: >> >> This merges my series and Peter's into one. Both the memory API and bitwise >> operation APIs are covered. >> >> Paolo Bonzini (4): >> docs: import Linux kernel-doc script and extension >> docs:

Re: [PATCH for-5.0 0/8] docs: integrate doc comments with Sphinx build

2019-12-02 Thread Peter Maydell
On Fri, 29 Nov 2019 at 14:02, Paolo Bonzini wrote: > > This merges my series and Peter's into one. Both the memory API and bitwise > operation APIs are covered. > > Paolo Bonzini (4): > docs: import Linux kernel-doc script and extension > docs: tweak kernel-doc for QEMU coding standards > m

Re: [PATCH for-5.0 0/8] docs: integrate doc comments with Sphinx build

2019-11-29 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20191129140217.17797-1-pbonz...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH for-5.0 0/8] docs: integrate doc comments with Sphinx build Type: series Message-id

[PATCH for-5.0 0/8] docs: integrate doc comments with Sphinx build

2019-11-29 Thread Paolo Bonzini
This merges my series and Peter's into one. Both the memory API and bitwise operation APIs are covered. Paolo Bonzini (4): docs: import Linux kernel-doc script and extension docs: tweak kernel-doc for QEMU coding standards memory.h: Silence kernel-doc complaints docs: add memory API refer