Hi,
> 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
Patch on the way (via git send-email), can
On 17 April 2013 10:38, Paolo Bonzini 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
>
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 Qemu
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