Re: kvm-84 screen corruption

2009-03-02 Thread Aurelien Jarno
Dustin Kirkland a écrit :
> On Tue, Feb 24, 2009 at 8:47 PM, Zhang, Xiantao  
> wrote:
>> I can confirm it on ia64 platform with kvm-84 and kvm-userspace upstream 
>> source.  Another issue is that the text color is not correct.
> 
> For what it's worth, I was able to fix this in kvm
> (1:84+dfsg-0ubuntu5) jaunty by applying:
>  * 
> http://svn.savannah.gnu.org/viewvc/trunk/exec.c?r1=6601&r2=6628&pathrev=6628&root=qemu&view=patch
> 

This is exactly the patch I told you to try, so it is already in the git
tree.

Aurelien

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: kvm-84 screen corruption

2009-03-02 Thread Dustin Kirkland
On Tue, Feb 24, 2009 at 8:47 PM, Zhang, Xiantao  wrote:
> I can confirm it on ia64 platform with kvm-84 and kvm-userspace upstream 
> source.  Another issue is that the text color is not correct.

For what it's worth, I was able to fix this in kvm
(1:84+dfsg-0ubuntu5) jaunty by applying:
 * 
http://svn.savannah.gnu.org/viewvc/trunk/exec.c?r1=6601&r2=6628&pathrev=6628&root=qemu&view=patch

That patch was attached to:
 * 
http://sourceforge.net/tracker/?func=detail&atid=893831&aid=2556746&group_id=180599

:-Dustin
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: kvm-84 screen corruption

2009-02-24 Thread Zhang, Xiantao
I can confirm it on ia64 platform with kvm-84 and kvm-userspace upstream 
source.  Another issue is that the text color is not correct. 
Xiantao

Aurelien Jarno wrote:
> Dustin Kirkland a écrit :
>> Howdy-
>> 
>> I recently merged kvm-84 into Ubuntu Jaunty.
>> 
>> We're experiencing corruption of the VM's screen.  The text becomes
>> garbled through any one of a number of vectors.  Our bug report with
>>  screenshots can be found at: *
>> https://bugs.edge.launchpad.net/ubuntu/+source/kvm/+bug/333920 
>> 
>> I can reproduce this very simply by booting a basic image, no
>> additional options, and cat'ing a file, perhaps 5-10 times.  At some
>> point, the text is completely jumbled.  A clear/reset will clean
>> things up temporarily, but it will eventually happen again.
>> 
>> Suggestions?
>> 
> This is most probably fixed in git, commit
> 7def4ba752cf629043e884dac8541fa5114c4c91
> 
> --
>   .''`.  Aurelien Jarno   | GPG: 1024D/F1BCDB73
>  : :' :  Debian developer   | Electrical Engineer
>  `. `'   aure...@debian.org | aurel...@aurel32.net
>`-people.debian.org/~aurel32 | www.aurel32.net

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: kvm-84 screen corruption

2009-02-24 Thread Dustin Kirkland
On Tue, Feb 24, 2009 at 3:29 PM, Anthony Liguori  wrote:
> kvm-userspace.git.  That changeset merged against QEMU SVN which is where
> the fix really happened.

Okay, hmm...  I've applied this fix (plus another queued one that
Anthony sent my way).

I'm still seeing the screen corruption.

The easily way to reproduce it, as I said before, seems to be cat'ing
a file.  I've been using `cat /proc/cpuinfo`.  And I've notice that
this happens on the 7th invocation after a fresh boot, every time.

:-Dustin
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: kvm-84 screen corruption

2009-02-24 Thread Anthony Liguori

Dustin Kirkland wrote:

On Tue, Feb 24, 2009 at 12:01 PM, Aurelien Jarno  wrote:
  

This is most probably fixed in git, commit
7def4ba752cf629043e884dac8541fa5114c4c91



Great.  Which git?
  


kvm-userspace.git.  That changeset merged against QEMU SVN which is 
where the fix really happened.


Regards,

Anthony Liguori


I checked:
 * git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git

And I noticed Debian in your sig, so I also checked:
 * git://git.debian.org/git/collab-maint/kvm.git

Don't see it...

:-Dustin
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
  


--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: kvm-84 screen corruption

2009-02-24 Thread Dustin Kirkland
On Tue, Feb 24, 2009 at 12:01 PM, Aurelien Jarno  wrote:
> This is most probably fixed in git, commit
> 7def4ba752cf629043e884dac8541fa5114c4c91

Great.  Which git?

I checked:
 * git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git

And I noticed Debian in your sig, so I also checked:
 * git://git.debian.org/git/collab-maint/kvm.git

Don't see it...

:-Dustin
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: kvm-84 screen corruption

2009-02-24 Thread Aurelien Jarno
Dustin Kirkland a écrit :
> Howdy-
> 
> I recently merged kvm-84 into Ubuntu Jaunty.
> 
> We're experiencing corruption of the VM's screen.  The text becomes
> garbled through any one of a number of vectors.  Our bug report with
> screenshots can be found at:
>  * https://bugs.edge.launchpad.net/ubuntu/+source/kvm/+bug/333920
> 
> I can reproduce this very simply by booting a basic image, no
> additional options, and cat'ing a file, perhaps 5-10 times.  At some
> point, the text is completely jumbled.  A clear/reset will clean
> things up temporarily, but it will eventually happen again.
> 
> Suggestions?
> 
This is most probably fixed in git, commit
7def4ba752cf629043e884dac8541fa5114c4c91

-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   aure...@debian.org | aurel...@aurel32.net
   `-people.debian.org/~aurel32 | www.aurel32.net
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


kvm-84 screen corruption

2009-02-24 Thread Dustin Kirkland
Howdy-

I recently merged kvm-84 into Ubuntu Jaunty.

We're experiencing corruption of the VM's screen.  The text becomes
garbled through any one of a number of vectors.  Our bug report with
screenshots can be found at:
 * https://bugs.edge.launchpad.net/ubuntu/+source/kvm/+bug/333920

I can reproduce this very simply by booting a basic image, no
additional options, and cat'ing a file, perhaps 5-10 times.  At some
point, the text is completely jumbled.  A clear/reset will clean
things up temporarily, but it will eventually happen again.

Suggestions?

-- 
:-Dustin
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html