]> xenbits.xen.org Git - xenclient/ioemu.git/commit
introducing a DisplayAllocator interface
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 10 Mar 2009 18:17:31 +0000 (18:17 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 10 Mar 2009 18:17:31 +0000 (18:17 +0000)
commitf7dd59a4d7d0b161780ed90bb0eccb2a5fbd555e
tree9cdc3977a7b3303511a6e759237ea3af4f58aa18
parentc01ebe554ef5486311b21015313316c2deadd85c
introducing a DisplayAllocator interface

This patch introduces a new DisplayAllocator interface to allow
frontends to allocate the DisplaySurface for the graphic device to use.
At the moment it is used only by xenfbfront, to be able to page align
the displaysurface and also keep the same backing data across multiple
DisplaySurface resize.
Howeveri in the near future it is going to be a useful improvement for
SDL as well.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
console.c
console.h
curses.c
hw/nseries.c
hw/palm.c
hw/vga.c
qemu-common.h
vl.c
xenfbfront.c