Re: [PATCH 0/4] Add support for QEMU's ramfb display

2022-02-27 Thread Alexander Graf
On 27.02.22 16:35, Heinrich Schuchardt wrote: On 2/27/22 15:40, Alexander Graf wrote: QEMU implements multiple ways to expose graphics output to the virt machine, but most of them are incompatible with hardware virtualization. The one that does work reliably is ramfb. It's a very simple mecha

Re: [PATCH 0/4] Add support for QEMU's ramfb display

2022-02-27 Thread Heinrich Schuchardt
On 2/27/22 15:40, Alexander Graf wrote: QEMU implements multiple ways to expose graphics output to the virt machine, but most of them are incompatible with hardware virtualization. The one that does work reliably is ramfb. It's a very simple mechanism in which the guest reserves a memory region

[PATCH 0/4] Add support for QEMU's ramfb display

2022-02-27 Thread Alexander Graf
QEMU implements multiple ways to expose graphics output to the virt machine, but most of them are incompatible with hardware virtualization. The one that does work reliably is ramfb. It's a very simple mechanism in which the guest reserves a memory region for the frame buffer and then notifies the