From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RoDWr-0003Pv-AT for qemu-devel@nongnu.org; Fri, 20 Jan 2012 07:25:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RoDWp-0004hZ-6d for qemu-devel@nongnu.org; Fri, 20 Jan 2012 07:25:13 -0500 Received: from moutng.kundenserver.de ([212.227.17.9]:64899) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RoDWo-0004h9-OK for qemu-devel@nongnu.org; Fri, 20 Jan 2012 07:25:11 -0500 Message-ID: <4F195D24.30004@rdsoftware.de> Date: Fri, 20 Jan 2012 13:25:08 +0100 From: Erik Rull MIME-Version: 1.0 References: <4EEFAD8E.8050509@rdsoftware.de> <4EEFB11E.10901@codemonkey.ws> <4EEFB2D2.5000900@rdsoftware.de> <4F04DE0A.5050005@rdsoftware.de> <4F173DC3.5020604@rdsoftware.de> <4F184773.1000405@rdsoftware.de> <4F184B6C.9060004@suse.de> <4F186BDF.2050108@rdsoftware.de> <4F192F37.2080805@suse.de> In-Reply-To: <4F192F37.2080805@suse.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] bad USB tablet update rate on qemu-1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Andreas_F=E4rber?= Cc: qemu-devel@nongnu.org Hi Andreas, Andreas F=E4rber wrote: > Hi Erik, > > Am 19.01.2012 20:15, schrieb Erik Rull: >> Andreas F=E4rber wrote: >>> Am 19.01.2012 17:40, schrieb Erik Rull: >>>> [...] there seems to be a >>>> difference between the captured cursor for the native X-Windows wind= ow >>>> and the VNC window that occured somewhere between 0.14 and 1.0. >>> >>> Then try `git bisect start v1.0 v0.14.0' to find out when exactly the= >>> perceived behavior changed. :) > >> I just did a clone of the current qemu-kvm (which I use) and started t= o >> bisect, but got an error, where I don't know how to proceed: >> erik@debian:~/qemu-test/qemu-kvm$ git bisect good qemu-kvm-0.14.0 >> You need to start by "git bisect start" >> Do you want me to do it for you [Y/n]? >> erik@debian:~/qemu-test/qemu-kvm$ git bisect bad qemu-kvm-1.0 >> Bisecting: 2043 revisions left to test after this >> fatal: Entry 'roms/seabios' not uptodate. Cannot merge. >> erik@debian:~/qemu-test/qemu-kvm$ > > Hm, did you maybe previously do a `git submodule init'? You may need to= > run `git submodule update' then (which may fail as recently for roms/SL= OF). > > Otherwise, generally when it does not compile you can try `git bisect > skip' to try a different commit. > > Andreas Updated to the latest git version from github.com and it's fine now. I di= d=20 a test bisectioning by just using bisect good and bad randomized. My test= =20 system is available again on Monday. I will keep you updated. Best regards, Erik