From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 5/7] xen: rename various functions referencing dom0 Date: Thu, 27 Mar 2014 15:34:14 +0000 Message-ID: <1395934454.22909.156.camel@kazak.uk.xensource.com> References: <1395921128-7086-1-git-send-email-dgdegra@tycho.nsa.gov> <1395921128-7086-6-git-send-email-dgdegra@tycho.nsa.gov> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1395921128-7086-6-git-send-email-dgdegra@tycho.nsa.gov> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Daniel De Graaf Cc: Xiantao Zhang , Suravee Suthikulpanit , Jan Beulich , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, 2014-03-27 at 07:52 -0400, Daniel De Graaf wrote: > Most of these functions actually act on the hardware domain, so change > their names to reflect this. > > Command line parameters and variables based on those parameters are > excluded since those changes would be user-visible, as are any public > headers. > > Signed-off-by: Daniel De Graaf > Cc: Ian Campbell Did there used to be some ARM bits which have now moved? Otherwise I've forgotten which bit of the below I'm supposed to be maintainer of ;-) > Cc: Jan Beulich > Cc: Suravee Suthikulpanit > Cc: Xiantao Zhang > --- > xen/arch/x86/domain_build.c | 2 +- > xen/arch/x86/hvm/i8254.c | 2 +- > xen/arch/x86/time.c | 2 +- > xen/arch/x86/traps.c | 8 ++++---- > xen/common/domain.c | 2 +- > xen/common/keyhandler.c | 22 +++++++++++----------- > xen/common/shutdown.c | 2 +- > xen/drivers/passthrough/amd/pci_amd_iommu.c | 8 ++++---- > xen/drivers/passthrough/iommu.c | 8 ++++---- > xen/drivers/passthrough/pci.c | 18 +++++++++--------- > xen/drivers/passthrough/vtd/iommu.c | 18 +++++++++--------- > xen/drivers/passthrough/vtd/x86/vtd.c | 2 +- > xen/include/asm-x86/time.h | 2 +- > xen/include/xen/iommu.h | 6 +++--- > xen/include/xen/pci.h | 2 +- > xen/include/xen/shutdown.h | 2 +- > 16 files changed, 53 insertions(+), 53 deletions(-)