qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-discuss] Direct access to the memory behind the framebuffer


From: Peter Maydell
Subject: Re: [Qemu-discuss] Direct access to the memory behind the framebuffer
Date: Sat, 1 Sep 2018 00:04:17 +0100

On 31 August 2018 at 22:20, Martin Koppehel
<address@hidden> wrote:
> Hi all,
>
> is it possible in any way to get access to the framebuffer qemu uses
> internally?
> I'd like to add a custom remote desktop protocol on top of this without
> touching too many of the qemu internals.

QEMU already supports having various "ui" frontends including remote ones
like VNC and Spice as well as the local graphics ones (gtk, sdl, etc).
So the way to go would be to write a UI frontend that speaks your
remote desktop protocol. The code for frontends all lives in ui/.

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]