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 test... Thanks, I

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

2012-11-26 Thread Andreas Färber
Am 21.11.2012 20:08, schrieb 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(

[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..97010