From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34072) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLBl8-0002ND-Ix for qemu-devel@nongnu.org; Tue, 10 Feb 2015 09:25:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLBl5-0003rB-RI for qemu-devel@nongnu.org; Tue, 10 Feb 2015 09:25:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLBl5-0003r5-Ie for qemu-devel@nongnu.org; Tue, 10 Feb 2015 09:25:47 -0500 Message-ID: <54DA148C.30408@redhat.com> Date: Tue, 10 Feb 2015 15:24:12 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <54D9CEC9.9040902@kamp.de> <20150210105038.GA32350@amt.cnet> <54D9F6EC.5080807@kamp.de> <54D9FB2A.9020604@redhat.com> <54DA001B.9030900@kamp.de> <54DA045E.7000801@redhat.com> <54DA0829.2020302@kamp.de> <54DA0A34.7030109@redhat.com> <54DA0E6E.1050204@kamp.de> In-Reply-To: <54DA0E6E.1050204@kamp.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] kvmclock_current_nsec: Assertion `time.tsc_timestamp <= migration_tsc' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven , Marcelo Tosatti Cc: "qemu-devel@nongnu.org" , agraf@suse.de On 10/02/2015 14:58, Peter Lieven wrote: >> >>>> Yes, but it is still not ready. It only works with 3.18 and 3.16. >>> Okay, but for testing I will use 3.19 with the patch for testing if the >>> assertion disappears?! >> If you use 3.19 in the host, you don't need kvm-kmod. >> >> If you use 3.19 with kvm-kmod, you can use origin/next but only if your >> host kernel is 3.16 or 3.18. > > Ah okay. I currently have to use 3.13 on the host. The kvm-kmod with > branch origin/next > compiles just fine with the linux submodule at v3.19. The buildbot (http://buildbot.kiszka.org/kvm-kmod/builders/3-next) tells me that it shouldn't have compiled :) but maybe you have a more recent 3.13 stable release than the buildbot. So if it compiles, you can use it to test. Paolo