Re: [PATCH v2 1/3] docs: rSTify "security-process" page; move it to QEMU Git

2022-03-15 Thread Kashyap Chamarthy
On Tue, Mar 15, 2022 at 01:47:38PM +0100, Thomas Huth wrote: > On 14/03/2022 11.49, Kashyap Chamarthy wrote: [...] > > + - Once the patch is merged, close the upstream bug with a link to > > + the commit > > + > > + - Fixed in: > > There used to be a "" after that "Fixed in" on the

Re: [PATCH v2 1/3] docs: rSTify "security-process" page; move it to QEMU Git

2022-03-15 Thread Thomas Huth
On 14/03/2022 11.49, Kashyap Chamarthy wrote: This is based on Paolo's suggestion[1] that the 'security-process'[2] page being a candidate for docs/devel. Converted from Markdown to rST using: $> pandoc -f markdown -t rst security-process.md \ -o security-process.rst It's a 1-1 c

[PATCH v2 1/3] docs: rSTify "security-process" page; move it to QEMU Git

2022-03-14 Thread Kashyap Chamarthy
This is based on Paolo's suggestion[1] that the 'security-process'[2] page being a candidate for docs/devel. Converted from Markdown to rST using: $> pandoc -f markdown -t rst security-process.md \ -o security-process.rst It's a 1-1 conversion (I double-checked to the best I could).