svn commit: r267529 - head/sys/conf

Roger Pau Monné royger at FreeBSD.org
Mon Jun 16 08:45:12 UTC 2014


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


More information about the svn-src-head mailing list