aboutsummaryrefslogtreecommitdiff
path: root/sys/xen
diff options
context:
space:
mode:
authorJulien Grall <julien@xen.org>2015-10-16 18:18:21 +0000
committerRoger Pau Monné <royger@FreeBSD.org>2021-07-28 15:27:04 +0000
commit69c6eee7567ba17c9575c4bcc3bb9eb2666dd290 (patch)
treed2c33cf3b88c94b3dd2623facc77b7681a8b4cc9 /sys/xen
parent5f7000832791716e63ca8481d6e5784915786ce0 (diff)
xen: introduce xen_pv_disks_disabled()
ARM guest is considered as HVM in Freebsd but they only support PV disk (no emulation available). Submitted by: Elliott Mitchell <ehem+freebsd@m5p.com> Reviewed by: royger Differential Revision: https://reviews.freebsd.org/D29403
Diffstat (limited to 'sys/xen')
-rw-r--r--sys/xen/xen-os.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/xen/xen-os.h b/sys/xen/xen-os.h
index 6817e96c10fc..988da24dc878 100644
--- a/sys/xen/xen-os.h
+++ b/sys/xen/xen-os.h
@@ -74,8 +74,6 @@ xen_get_console_evtchn(void)
extern shared_info_t *HYPERVISOR_shared_info;
-extern int xen_disable_pv_disks;
-
extern bool xen_suspend_cancelled;
enum xen_domain_type {