Re: [libvirt PATCH] qemu: format 'ramfb' attribute for mediated devices

2020-06-23 Thread Erik Skultety
On Mon, Jun 22, 2020 at 04:43:21PM -0500, Jonathon Jongsma wrote: > It's possible to use ramfb as the boot display of an assigned vgpu > device. This was introduced in 4b95738c, but unfortunately the attribute > was not formatted into the xml output for such a device. This patch > fixes that

[libvirt PATCH] qemu: format 'ramfb' attribute for mediated devices

2020-06-22 Thread Jonathon Jongsma
It's possible to use ramfb as the boot display of an assigned vgpu device. This was introduced in 4b95738c, but unfortunately the attribute was not formatted into the xml output for such a device. This patch fixes that oversight and adds a xml2xml test to verify proper behavior.