From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44766) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rs8AQ-0008VG-UM for qemu-devel@nongnu.org; Tue, 31 Jan 2012 02:30:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rs8AM-0003LC-Sw for qemu-devel@nongnu.org; Tue, 31 Jan 2012 02:30:14 -0500 Received: from mail-ee0-f45.google.com ([74.125.83.45]:60792) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rs8AM-0003L3-OJ for qemu-devel@nongnu.org; Tue, 31 Jan 2012 02:30:10 -0500 Received: by eekd17 with SMTP id d17so1845033eek.4 for ; Mon, 30 Jan 2012 23:30:09 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4F27987E.5010707@redhat.com> Date: Tue, 31 Jan 2012 08:30:06 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1327667215-5411-2-git-send-email-stefano.stabellini@eu.citrix.com> <4F268632.8040801@redhat.com> <4F26EF47.9090108@codemonkey.ws> In-Reply-To: <4F26EF47.9090108@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 2/5] xen: disable rtc_clock List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: "xen-devel@lists.xensource.com" , "qemu-devel@nongnu.org" , Stefano Stabellini On 01/30/2012 08:28 PM, Anthony Liguori wrote: >> >> I see. It shouldn't surprise you that I completely disagree with >> Anthony on this. :) > > Give me some credit at least... > > The original patches didn't disable the RTC, it introduced a > half-neutered Xen specific RTC. Ah. :) > My original suggestion (which I still think is the best approach) is to > change the RTC emulation to not use a second timer at all. Yes, that would be really the best approach. I tried and it's pretty hard, but we can give it a second try. Paolo