From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: [PATCH RFC v2 0/3] Move RTC interrupt injection back into the vpt code. Date: Fri, 14 Feb 2014 19:51:58 +0000 Message-ID: <1392407521-19884-1-git-send-email-andrew.cooper3@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Xen-devel Cc: george.dunlap@eu.citrix.com, Andrew Cooper , keir@xen.org, JBeulich@suse.com, roger.pau@citrix.com List-Id: xen-devel@lists.xenproject.org Hi, This series implements the most recent idea Tim was proposing about reworking the RTC PF interrupt injection. Patch 1 switches handling the !PIE case to calculate the right answer for REG_C.PF on demand rather than running the timers. Patch 2 switches back to the old model of having the vpt code control the timer interrupt injection; this is the fix for the w2k3 hang. Patch 3 is just a minor cleanup, and not particularly necessary. v2 now appears to work correctly, given my dev testing. I am setting XenRT up over the weekend to give it some thorough testing. ~Andrew