From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59196) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLANV-00069s-0Y for qemu-devel@nongnu.org; Tue, 10 Feb 2015 07:57:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLANP-0002AD-OM for qemu-devel@nongnu.org; Tue, 10 Feb 2015 07:57:20 -0500 Received: from mx-v6.kamp.de ([2a02:248:0:51::16]:59963 helo=mx01.kamp.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLANP-00029v-CH for qemu-devel@nongnu.org; Tue, 10 Feb 2015 07:57:15 -0500 Message-ID: <54DA001B.9030900@kamp.de> Date: Tue, 10 Feb 2015 13:56:59 +0100 From: Peter Lieven MIME-Version: 1.0 References: <54D9CEC9.9040902@kamp.de> <20150210105038.GA32350@amt.cnet> <54D9F6EC.5080807@kamp.de> <54D9FB2A.9020604@redhat.com> In-Reply-To: <54D9FB2A.9020604@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed 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: Paolo Bonzini , Marcelo Tosatti Cc: "qemu-devel@nongnu.org" , agraf@suse.de Am 10.02.2015 um 13:35 schrieb Paolo Bonzini: > > On 10/02/2015 13:17, Peter Lieven wrote: >> I have build my kvm module from >> >> http://git.kiszka.org/?p=kvm-kmod.git >> >> but it seems not to have been updates since October. >> The patch is not in there. >> >> Is that repository not up to date anymore? > Ahem, 3.19 was released last Sunday. Give us some breathing room... I missed the next branch. I checked that out and updated the submodule to commit bfa76d49576599a4b9f9b7a71f23d73d6dcff735. Does that make sense? Peter