]> xenbits.xensource.com Git - libvirt.git/commit
qemu: add a new video device model 'ramfb'
authorJonathon Jongsma <jjongsma@redhat.com>
Fri, 13 Sep 2019 21:20:29 +0000 (16:20 -0500)
committerCole Robinson <crobinso@redhat.com>
Wed, 9 Oct 2019 18:52:49 +0000 (14:52 -0400)
commitfd03d0e692b9b8c71d6b2ae111ee0c8671b61125
treec02a2dd42a7fabbbce3159ae514e2c3ca0973921
parent9bfcf0f62d9cf16db526a948242a7409ae883209
qemu: add a new video device model 'ramfb'

This device is a very simple framebuffer device supported by qemu that
is mostly intended to use as a boot framebuffer in conjunction with a
vgpu. However, there is also a standalone ramfb device that can be used
as a primary display device and is useful for e.g. aarch64 guests where
different memory mappings between the host and guest can prevent use of
other devices with framebuffers such as virtio-vga.

https://bugzilla.redhat.com/show_bug.cgi?id=1679680 describes the
issues in more detail.

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