]> xenbits.xen.org Git - xenclient/ioemu.git/commit
sync DisplayAllocator interface
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 8 Apr 2009 16:32:57 +0000 (17:32 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 8 Apr 2009 16:32:57 +0000 (17:32 +0100)
commit3793d85f111a0dfe055ca8ac17a9d1881af43240
tree36258857b7a6e8da193af8d9595085b4e71796d5
parent2ed2ee1704a4ef956ecc61848c84d12aaa4419d5
sync DisplayAllocator interface

this simple patch sync's the DisplayAllocator interface with upstream
qemu. The only non trivial change, is the new ability for sdl to support
the DisplayAllocator interface, hence improving performances (avoid a
memcpy) when the guest is in text mode or uses a color depth of 8bpp or
24bpp (no DisplayState surface sharing allowed).

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
console.c
console.h
hw/vga.c
hw/xenfb.c
sdl.c
vl.c
xenfbfront.c