Re: [PATCH for 8.2] docs: clean-up the xenpvh documentation

2023-12-13 Thread Stefan Hajnoczi
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/8.2 for any user-visible changes. signature.asc Description: PGP signature

Re: [PATCH for 8.2] docs: clean-up the xenpvh documentation

2023-12-07 Thread Alex Bennée
Stefan Hajnoczi writes: > On Thu, 7 Dec 2023 at 08:07, Alex Bennée wrote: >> >> I noticed the code blocks where not rendering properly so thought I'd >> better fix things up. So: >> >> - Use better title for the machine type >> - Explain why Xen is a little different >> - Add a proper anch

Re: [PATCH for 8.2] docs: clean-up the xenpvh documentation

2023-12-07 Thread Stefan Hajnoczi
On Thu, 7 Dec 2023 at 08:07, Alex Bennée wrote: > > I noticed the code blocks where not rendering properly so thought I'd > better fix things up. So: > > - Use better title for the machine type > - Explain why Xen is a little different > - Add a proper anchor to the tpm-device link > - add

[PATCH for 8.2] docs: clean-up the xenpvh documentation

2023-12-07 Thread Alex Bennée
I noticed the code blocks where not rendering properly so thought I'd better fix things up. So: - Use better title for the machine type - Explain why Xen is a little different - Add a proper anchor to the tpm-device link - add newline so code block properly renders - add some indentation