From 2de5e131b9f7bac61a9a1573ecb04477868464fd Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Fri, 15 Nov 2019 09:58:52 -0600 Subject: [PATCH] news: mention 'ramfb' mdev attribute Reviewed-by: Andrea Bolognani Signed-off-by: Jonathon Jongsma --- 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. + + + 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. + +
-- GitLab