Re: [Qemu-devel] [PATCH] sdl: Avoid unnecessary resizing of the display surface

2012-05-04 Thread Stefan Weil
Am 01.05.2012 07:53, schrieb Stefan Weil: If neither width nor height changes, nothing has to be done. Cc: Anthony Liguori Signed-off-by: Stefan Weil --- This patch improves SDL for any host (for example with remote X displays), but the main reason why I wrote it was another problem: On w32 /

Re: [Qemu-devel] [PATCH] sdl: Avoid unnecessary resizing of the display surface

2012-05-01 Thread Paolo Bonzini
Il 01/05/2012 07:53, Stefan Weil ha scritto: > If neither width nor height changes, nothing has to be done. > > Cc: Anthony Liguori > Signed-off-by: Stefan Weil > --- > > This patch improves SDL for any host (for example with remote X displays), > but the main reason why I wrote it was another

[Qemu-devel] [PATCH] sdl: Avoid unnecessary resizing of the display surface

2012-04-30 Thread Stefan Weil
If neither width nor height changes, nothing has to be done. Cc: Anthony Liguori Signed-off-by: Stefan Weil --- This patch improves SDL for any host (for example with remote X displays), but the main reason why I wrote it was another problem: On w32 / w64 hosts, qemu-system-arm has a deadlock