diff --git a/docs/news.xml b/docs/news.xml index c362bf3a15116595854bab170b4d0823c7ffb418..240d288c378a45409c27795ec37140f8fc285ad1 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -53,6 +53,19 @@ which were introduced in QEMU 4.2.0. + + + qemu: Support boot display for GPU mediated devices + + + Until now, GPU mediated devices generally did not show any output + until the guest OS had initialized the vGPU. By specifying the + ramfb 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. + +