From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@bugzilla.kernel.org
Subject: [Bug 37262] VNC access to KVM VM is unusable
Date: Sun, 12 Jun 2011 17:01:52 GMT
Message-ID: <201106121701.p5CH1qII007198@demeter1.kernel.org>
References:
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
To: kvm@vger.kernel.org
Return-path:
Received: from demeter1.kernel.org ([140.211.167.39]:60124 "EHLO
demeter1.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org
with ESMTP id S1750748Ab1FLRBy (ORCPT );
Sun, 12 Jun 2011 13:01:54 -0400
Received: from demeter1.kernel.org (localhost.localdomain [127.0.0.1])
by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p5CH1r5r007229
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
for ; Sun, 12 Jun 2011 17:01:53 GMT
In-Reply-To:
Sender: kvm-owner@vger.kernel.org
List-ID:
https://bugzilla.kernel.org/show_bug.cgi?id=37262
--- Comment #18 from Avi Kivity 2011-06-12 17:01:51 ---
Bisect instructions:
install git
$ git clone
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
$ cd linux-2.6
$ cp /path/to/.config .config
# if you don't have a specialized .config already:
$ make localmodconfig
$ git bisect start v2.6.39 v2.3.39-rc1
$ make -j20 && sudo make modules_install install
[reboot to new kernel]
[test]
If it works okay:
$ git bisect good
otherwise:
$ git bisect bad
if git says there is work to do:
[goto 'make' step]
otherwise:
post the message that says: xxxxxxxxxxxx is first bad commit
Note: please test v2.6.39 and v2.6.39-rc1 first, to be sure they're bad
and good, respectively. You can do that using
$ git checkout v2.6.39
$ make -j20 && sudo make modules_install install
[reboot and test]
$ git checkout v2.6.39-rc1
$ make -j20 && sudo make modules_install install
[reboot and test]
Note2: if the problem also occurs when qemu-kvm is running in a guest,
you can run all of the tests in a guest, which should be a more
pleasant experience.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.