]> xenbits.xensource.com Git - libvirt.git/commit
qemu: add 'ramfb' attribute for mediated devices
authorJonathon Jongsma <jjongsma@redhat.com>
Fri, 18 Oct 2019 15:30:17 +0000 (10:30 -0500)
committerCole Robinson <crobinso@redhat.com>
Thu, 14 Nov 2019 16:37:50 +0000 (11:37 -0500)
commit4b95738c8f9ec04c24e35016083888e9501ff409
tree4cd2901df2d755e3c15b946e3064bec78ba99141
parentc66f2be6f107da98a329e2e03c783b6c14d5694b
qemu: add 'ramfb' attribute for mediated devices

The 'ramfb' attribute provides a framebuffer to the guest that can be
used as a boot display for the vgpu

For example, the following configuration can be used to provide a vgpu
with a boot display:

    <hostdev mode='subsystem' type='mdev' model='vfio-pci' display='on' ramfb='on'>
        <source>
            <address uuid='$UUID'/>
        </source>
    </hostdev>

Reviewed-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_command.c
tests/qemuxml2argvdata/hostdev-mdev-display-ramfb.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/hostdev-mdev-display-ramfb.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c