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

2013-01-26 Thread Andreas Färber
Am 27.11.2012 19:59, schrieb 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 Thanks, applied to cocoa-for-upstream que

[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(-) diff