Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 2014 08:45:12 +0000 (UTC)
From:      Roger Pau Monné <royger@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r267529 - head/sys/conf
Message-ID:  <201406160845.s5G8jCEU074470@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: royger
Date: Mon Jun 16 08:45:12 2014
New Revision: 267529
URL: http://svnweb.freebsd.org/changeset/base/267529

Log:
  xen: create a PV CPU device for PVH guests
  
  Since there's no ACPI on PVH guests, we need to create a dummy CPU
  device in order to fill the pcpu->pc_device field.
  
  Sponsored by: Citrix Systems R&D
  Approved by: gibbs
  
  dev/xen/pvcpu/pvcpu.c:
   - Create a dummy CPU device for PVH guests in order to fill the
     per-cpu pc_device field.
  
  conf/files:
   - Add the pvcpu device to kernels using XEN or XENHVM options.

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Mon Jun 16 08:44:33 2014	(r267528)
+++ head/sys/conf/files	Mon Jun 16 08:45:12 2014	(r267529)
@@ -2589,6 +2589,7 @@ dev/xen/netback/netback.c	optional xen |
 dev/xen/netfront/netfront.c	optional xen | xenhvm
 dev/xen/xenpci/xenpci.c		optional xenpci
 dev/xen/timer/timer.c		optional xen | xenhvm
+dev/xen/pvcpu/pvcpu.c		optional xen | xenhvm
 dev/xl/if_xl.c			optional xl pci
 dev/xl/xlphy.c			optional xl pci
 fs/deadfs/dead_vnops.c		standard



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406160845.s5G8jCEU074470>