On 17 April 2013 10:38, Paolo Bonzini <pbonz...@redhat.com> wrote: > Il 16/04/2013 11:39, Gerd Hoffmann ha scritto: >> Hi, >> >> Next batch of console cleanup patches. What is in there? >> >> (1) qemu text consoles are rendered using pixman now. >> (2) Each QemuConsole has its own DisplaySurface now, so we can >> switch consoles without re-rendering the QemuConsole and >> update non-active consoles. >> (3) Based on (2) the screendump code is simplified *alot*. >> (4) gui refresh timer adaption is fixes and consolidated. > > Something tells me Cocoa is broken... > > $ git grep vga_hw_update > ui/cocoa.m: vga_hw_update();
Yep: LINK arm-softmmu/qemu-system-arm Undefined symbols for architecture x86_64: "_is_graphic_console", referenced from: -[QemuCocoaView handleEvent:] in cocoa.o "_vga_hw_update", referenced from: _cocoa_refresh in cocoa.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) -- PMM