[Qemu-devel] Re: [Linux-fbdev-devel] [PATCH] Add VirtIO Frame Buffer Support

2009-11-03 Thread Ondrej Zajicek
On Tue, Nov 03, 2009 at 12:24:15AM +0100, Alexander Graf wrote: >> Also, we still need to keep the local frame buffer copy in sync so we >> can mmap and read from it, right? So it's not really worth it >> probably... > > But then again we could just try to be closer to a real graphics card. > Wha

[Qemu-devel] Re: [Linux-fbdev-devel] [PATCH] Add VirtIO Frame Buffer Support

2009-11-02 Thread Alexander Graf
On 03.11.2009, at 00:57, Ondrej Zajicek wrote: On Tue, Nov 03, 2009 at 12:24:15AM +0100, Alexander Graf wrote: Also, we still need to keep the local frame buffer copy in sync so we can mmap and read from it, right? So it's not really worth it probably... But then again we could just try to

[Qemu-devel] Re: [Linux-fbdev-devel] [PATCH] Add VirtIO Frame Buffer Support

2009-11-02 Thread Alexander Graf
On 02.11.2009, at 23:42, Alexander Graf wrote: Am 02.11.2009 um 23:32 schrieb Ondrej Zajicek : On Mon, Nov 02, 2009 at 11:09:19PM +0100, Alexander Graf wrote: When we want to create a full VirtIO based machine, we're still missing graphics output. Fortunately, Linux provides us with most