[Qemu-devel] [PATCH v2] cocoa: Fix VBE function Set Display Start

2012-11-27 Thread Henry Harrington
Register a dpy_gfx_setdata callback so that the Cocoa code is notified whenever the screen start address changes. Commit 1d3323d has a similar fix for the VNC UI. Signed-off-by: Henry Harrington --- ui/cocoa.m | 21 + 1 files changed, 21 insertions(+), 0 deletions

Re: [Qemu-devel] [PATCH] cocoa: Fix VBE function Set Display Start

2012-11-27 Thread Henry Harrington
On Tue, Nov 27, 2012 at 5:03 AM, Andreas Färber wrote: > Am 21.11.2012 20:08, schrieb Henry Harrington: > Apart from the style issues above (you can use scripts/checkpatch.pl to > verify) this looks okay. Unfortunately I am not getting pixman built on > OSX so am still unable to tes

[Qemu-devel] [PATCH] cocoa: Fix VBE function Set Display Start

2012-11-21 Thread Henry Harrington
Register a dpy_gfx_setdata callback so that the Cocoa code is notified whenever the screen start address changes. Signed-off-by: Henry Harrington --- ui/cocoa.m | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/ui/cocoa.m b/ui/cocoa.m index 87d2e44