From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Baldwin Subject: Re: [PATCH RFC 02/13] ioapic: introduce hooks for some ioapic ops Date: Tue, 21 Jan 2014 13:27:17 -0500 Message-ID: <201401211327.17258.jhb__450.632201000367$1390331120$gmane$org@freebsd.org> References: <1387884062-41154-1-git-send-email-roger.pau@citrix.com> <1387884062-41154-3-git-send-email-roger.pau@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1W5gbY-0007Ak-HY for xen-devel@lists.xenproject.org; Tue, 21 Jan 2014 19:03:20 +0000 In-Reply-To: <1387884062-41154-3-git-send-email-roger.pau@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Roger Pau Monne Cc: julien.grall@citrix.com, freebsd-xen@freebsd.org, freebsd-current@freebsd.org, kib@freebsd.org, xen-devel@lists.xenproject.org, gibbs@freebsd.org List-Id: xen-devel@lists.xenproject.org On Tuesday, December 24, 2013 6:20:51 am Roger Pau Monne wrote: > Create some hooks for IO APIC operations that will diverge from bare > metal when implemented for Xen Dom0. > > This patch should not introduce any changes in functionality, it's a > preparatory patch for the implementation of the Xen IO APIC hooks. I think this is fine. I should really create a sys/x86/include/apicvar.h as there is a lot shared between those two headers. -- John Baldwin