xen: move x86/xen/xenpv.c to dev/xen/bus/xenpv.c
Minor changes are necessary to make this processor-independent, but moving the file out of x86 and into common is the first step (so others don't add /more/ x86-isms). Submitted by: Elliott Mitchell <ehem+freebsd@m5p.com> Reviewed by: royger Differential Revision: https://reviews.freebsd.org/D29042
This commit is contained in:
parent
10f6680faa
commit
a48f7ba444
@ -3541,6 +3541,7 @@ dev/xdma/xdma_sglist.c optional xdma
|
||||
dev/xen/balloon/balloon.c optional xenhvm
|
||||
dev/xen/blkfront/blkfront.c optional xenhvm
|
||||
dev/xen/blkback/blkback.c optional xenhvm
|
||||
dev/xen/bus/xenpv.c optional xenhvm
|
||||
dev/xen/console/xen_console.c optional xenhvm
|
||||
dev/xen/control/control.c optional xenhvm
|
||||
dev/xen/efi/pvefi.c optional xenhvm efirt
|
||||
|
@ -326,4 +326,3 @@ x86/x86/delay.c standard
|
||||
x86/xen/hvm.c optional xenhvm
|
||||
x86/xen/xen_intr.c optional xenhvm
|
||||
x86/xen/xen_apic.c optional xenhvm
|
||||
x86/xen/xenpv.c optional xenhvm
|
||||
|
Loading…
Reference in New Issue
Block a user