
On 10/18/19 11:30 AM, Jonathon Jongsma wrote:
This is the third version of a patch series that adds support for a boot display for mediated vgpu devices using the 'ramfb' parameter. This version fixes a bunch of test failures that I had inadvertently introduced in the last series. It also splits the 4th patch up into several separate patches as suggested by Cole to make things more readable.
Jonathon Jongsma (9): qemu: fix domain device validation qemu: use g_autoptr in qemuDomainDeviceDefValidate() qemu: Set capabilities properly for tests qemu: set domain capability for ramfb device qemu: set domain capability for video type "none" qemu: validate vhost-user video backend in qemu_domain.c qemu: move validation of video accel to qemu_domain.c qemu: use domain caps to validate video device model qemu: add 'ramfb' attribute for mediated devices
Pushed with some fixups: * rebased and resolved conflicts * fixed function spacing in the last two patches, to preserve existing 2 line spacing (this was a bit ambiguous in the second to last patch) * adjusted docs version in the last patch to mention 5.10.0 Thanks, Cole