Re: [Qemu-devel] CONFIG_FB_CIRRUS for Linux guests

2010-01-26 Thread Jan Kiszka
Anthony Liguori wrote: > On 01/26/2010 08:44 AM, Jan Kiszka wrote: >> Hi, >> >> just received some Linux guest kernel that refuses to properly use its >> framebuffer console under QEMU (probably any version, tried down to some >> 0.10.x). It turned out that it has CONFIG_FB_CIRRUS enabled and fails

Re: [Qemu-devel] CONFIG_FB_CIRRUS for Linux guests

2010-01-26 Thread René Rebe
Hi, I saw that some pretty long time ago, but didn't care enough to investigate, just disabled the cirrus fb in T2 (http://t2-project.org): r...@8way:t2-trunk-clean$ svn log -r29093 r29093 | rene | 2008-05-27 09:37:57 +020

Re: [Qemu-devel] CONFIG_FB_CIRRUS for Linux guests

2010-01-26 Thread Anthony Liguori
On 01/26/2010 08:44 AM, Jan Kiszka wrote: Hi, just received some Linux guest kernel that refuses to properly use its framebuffer console under QEMU (probably any version, tried down to some 0.10.x). It turned out that it has CONFIG_FB_CIRRUS enabled and fails to initialize the display when this

Re: [Qemu-devel] CONFIG_FB_CIRRUS for Linux guests

2010-01-26 Thread Alexander Graf
On 26.01.2010, at 15:44, Jan Kiszka wrote: > Hi, > > just received some Linux guest kernel that refuses to properly use its > framebuffer console under QEMU (probably any version, tried down to some > 0.10.x). It turned out that it has CONFIG_FB_CIRRUS enabled and fails to > initialize the displ

[Qemu-devel] CONFIG_FB_CIRRUS for Linux guests

2010-01-26 Thread Jan Kiszka
Hi, just received some Linux guest kernel that refuses to properly use its framebuffer console under QEMU (probably any version, tried down to some 0.10.x). It turned out that it has CONFIG_FB_CIRRUS enabled and fails to initialize the display when this is actually used. Anyone came across this be