[libvirt] [PATCH v2] news: mention 'ramfb' mdev attribute

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com> --- v2: Made changes suggested by Andrea. I'll need somebody to push this for me ;) docs/news.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index c362bf3a15..240d288c37 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -53,6 +53,19 @@ which were introduced in QEMU 4.2.0. </description> </change> + <change> + <summary> + qemu: Support boot display for GPU mediated devices + </summary> + <description> + Until now, GPU mediated devices generally did not show any output + until the guest OS had initialized the vGPU. By specifying the + <code>ramfb</code> attribute, QEMU can be configured to use ramfb as + a boot display for the device: this allows for display of firmware + messages, boot loader menu, and other output before the guest OS has + initialized the vGPU. + </description> + </change> </section> <section title="Improvements"> </section> -- 2.21.0

On Sun, 2019-11-17 at 20:17 -0500, Cole Robinson wrote:
On 11/15/19 10:58 AM, Jonathon Jongsma wrote:
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com> --- v2: Made changes suggested by Andrea. I'll need somebody to push this for me ;)
I pushed it with Andrea's RB tag
Oh, I forgot you don't have commit access yet. Thanks Cole for taking care of it! -- Andrea Bolognani / Red Hat / Virtualization
participants (3)
-
Andrea Bolognani
-
Cole Robinson
-
Jonathon Jongsma