Re: [PATCH v3 1/2] docs: Convert qemu-cpu-models.texi to rST

2020-02-25 Thread Kashyap Chamarthy
On Tue, Feb 25, 2020 at 10:16:11AM +0100, Kashyap Chamarthy wrote: > On Fri, Feb 21, 2020 at 03:16:29PM +, Peter Maydell wrote: [...] > > rST is not a fan of having multiple definition list items > > sharing a definition, which is probably why you ended up with > > the list approach you did,

Re: [PATCH v3 1/2] docs: Convert qemu-cpu-models.texi to rST

2020-02-25 Thread Kashyap Chamarthy
On Fri, Feb 21, 2020 at 03:16:29PM +, Peter Maydell wrote: > On Thu, 20 Feb 2020 at 14:20, Kashyap Chamarthy wrote: [...] > > @@ -1056,6 +1055,8 @@ $(call define-manpage-rule,interop,\ > > > > $(call define-manpage-rule,system,qemu-block-drivers.7) > > > > +$(call define-manpage-rule,system

Re: [PATCH v3 1/2] docs: Convert qemu-cpu-models.texi to rST

2020-02-21 Thread Peter Maydell
On Fri, 21 Feb 2020 at 15:31, Daniel P. Berrangé wrote: > > On Fri, Feb 21, 2020 at 03:16:29PM +, Peter Maydell wrote: > > On Thu, 20 Feb 2020 at 14:20, Kashyap Chamarthy wrote: > > > diff --git a/docs/system/conf.py b/docs/system/conf.py > > > index 7ca115f5e0..7cc9da9508 100644 > > > --- a/

Re: [PATCH v3 1/2] docs: Convert qemu-cpu-models.texi to rST

2020-02-21 Thread Daniel P . Berrangé
On Fri, Feb 21, 2020 at 03:16:29PM +, Peter Maydell wrote: > On Thu, 20 Feb 2020 at 14:20, Kashyap Chamarthy wrote: > > > > This doc was originally written by Daniel P. Berrangé > > , introduced via commit[1]: 2544e9e4aa (docs: add > > guidance on configuring CPU models for x86, 2018-06-27). >

Re: [PATCH v3 1/2] docs: Convert qemu-cpu-models.texi to rST

2020-02-21 Thread Peter Maydell
On Thu, 20 Feb 2020 at 14:20, Kashyap Chamarthy wrote: > > This doc was originally written by Daniel P. Berrangé > , introduced via commit[1]: 2544e9e4aa (docs: add > guidance on configuring CPU models for x86, 2018-06-27). > > In this patch: > > - 1-1 conversion of Texinfo to rST, besides a cou

[PATCH v3 1/2] docs: Convert qemu-cpu-models.texi to rST

2020-02-20 Thread Kashyap Chamarthy
This doc was originally written by Daniel P. Berrangé , introduced via commit[1]: 2544e9e4aa (docs: add guidance on configuring CPU models for x86, 2018-06-27). In this patch: - 1-1 conversion of Texinfo to rST, besides a couple of minor tweaks that are too trivial to mention. (Thanks to

[PATCH v3 1/2] docs: Convert qemu-cpu-models.texi to rST

2020-02-20 Thread Kashyap Chamarthy
This doc was originally written by Daniel P. Berrangé , introduced via commit[1]: 2544e9e4aa (docs: add guidance on configuring CPU models for x86, 2018-06-27). In this patch: - 1-1 conversion of Texinfo to rST, besides a couple of minor tweaks that are too trivial to mention. (Thanks to