qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL v4 00/24] console: console overhaul continued


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL v4 00/24] console: console overhaul continued
Date: Wed, 17 Apr 2013 12:42:52 +0100

On 17 April 2013 10:38, Paolo Bonzini <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]