From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH v2 2/5] xen: disable rtc_clock Date: Tue, 31 Jan 2012 08:30:06 +0100 Message-ID: <4F27987E.5010707@redhat.com> References: <1327667215-5411-2-git-send-email-stefano.stabellini@eu.citrix.com> <4F268632.8040801@redhat.com> <4F26EF47.9090108@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4F26EF47.9090108@codemonkey.ws> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org To: Anthony Liguori Cc: "xen-devel@lists.xensource.com" , "qemu-devel@nongnu.org" , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org 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