mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 17:17:19 -04:00
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.
This commit is contained in:
parent
aa64d12bcd
commit
34ec15da90
1 changed files with 1 additions and 0 deletions
|
|
@ -2589,6 +2589,7 @@ dev/xen/netback/netback.c optional xen | xenhvm
|
|||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue