Re: [PATCH 2/2] docs: rSTify "report-a-bug" page; move it to QEMU Git

2021-12-03 Thread Kashyap Chamarthy
On Mon, Nov 29, 2021 at 01:35:11PM +, Peter Maydell wrote: > On Wed, 24 Nov 2021 at 14:27, Kashyap Chamarthy wrote: [...] > > [1] https://lists.nongnu.org/archive/html/qemu-devel/2021-11/msg04002.html > > [2] https://www.qemu.org/contribute/report-a-bug/ > > > > Suggested-by: Paolo Bonzini

Re: [PATCH 2/2] docs: rSTify "report-a-bug" page; move it to QEMU Git

2021-11-29 Thread Peter Maydell
On Wed, 24 Nov 2021 at 14:27, Kashyap Chamarthy wrote: > > This is also based on Paolo's suggestion[1] of "report-a-bug" page[2] > from the QEMU website being a candidate for docs/devel. > > Converted from Markdown to rST using: > > $> pandoc -f markdown -t rst report-a-bug.md \ >

[PATCH 2/2] docs: rSTify "report-a-bug" page; move it to QEMU Git

2021-11-24 Thread Kashyap Chamarthy
This is also based on Paolo's suggestion[1] of "report-a-bug" page[2] from the QEMU website being a candidate for docs/devel. Converted from Markdown to rST using: $> pandoc -f markdown -t rst report-a-bug.md \ -o reporting-a-bug.rst Modifications: - Rename this from "report-a-b