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

2013-04-17 Thread Gerd Hoffmann
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

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

2013-04-17 Thread Peter Maydell
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 >

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

2013-04-17 Thread Paolo Bonzini
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

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

2013-04-16 Thread Gerd Hoffmann
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