mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-06 23:45:24 +07:00
![Jeremy Fitzhardinge](/assets/img/avatar_default.png)
It has its uses in a domU as well as dom0. Xen will prevent an unprivileged domain from doing anything untoward. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
5 lines
113 B
Makefile
5 lines
113 B
Makefile
obj-$(CONFIG_XENFS) += xenfs.o
|
|
|
|
xenfs-y = super.o xenbus.o privcmd.o
|
|
xenfs-$(CONFIG_XEN_DOM0) += xenstored.o
|