From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X86Sd-00033K-Rw for qemu-devel@nongnu.org; Fri, 18 Jul 2014 07:36:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X86SX-0000M8-TX for qemu-devel@nongnu.org; Fri, 18 Jul 2014 07:36:23 -0400 Message-ID: <53C906AF.6060407@suse.de> Date: Fri, 18 Jul 2014 13:36:15 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1405674265-24058-1-git-send-email-pbonzini@redhat.com> <1405674265-24058-6-git-send-email-pbonzini@redhat.com> <20140718113143.GE26186@grmbl.mre> In-Reply-To: <20140718113143.GE26186@grmbl.mre> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 5/6] Revert "kvmclock: Ensure proper env->tsc value for kvmclock_current_nsec calculation" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah , Paolo Bonzini Cc: mtosatti@redhat.com, qemu-devel@nongnu.org, qemu-stable@nongnu.org On 18.07.14 13:31, Amit Shah wrote: > On (Fri) 18 Jul 2014 [11:04:24], Paolo Bonzini wrote: >> This reverts commit 9b1786829aefb83f37a8f3135e3ea91c56001b56. >> >> Cc: agraf@suse.de >> Cc: mtosatti@redhat.com >> Cc: qemu-stable@nongnu.org >> Signed-off-by: Paolo Bonzini > Please include some information on why this is being reverted. Helps > people browsing the tree later. Yeah, I'm also not convinced it's a great idea to trade one known bug with another known bug. Alex