xen-os.h (5f7000832791716e63ca8481d6e5784915786ce0) | xen-os.h (69c6eee7567ba17c9575c4bcc3bb9eb2666dd290) |
---|---|
1/****************************************************************************** 2 * xen/xen-os.h 3 * 4 * Random collection of macros and definition 5 * 6 * Copyright (c) 2003, 2004 Keir Fraser (on behalf of the Xen team) 7 * All rights reserved. 8 * --- 60 unchanged lines hidden (view full) --- 69xen_get_console_evtchn(void) 70{ 71 72 return (hvm_get_parameter(HVM_PARAM_CONSOLE_EVTCHN)); 73} 74 75extern shared_info_t *HYPERVISOR_shared_info; 76 | 1/****************************************************************************** 2 * xen/xen-os.h 3 * 4 * Random collection of macros and definition 5 * 6 * Copyright (c) 2003, 2004 Keir Fraser (on behalf of the Xen team) 7 * All rights reserved. 8 * --- 60 unchanged lines hidden (view full) --- 69xen_get_console_evtchn(void) 70{ 71 72 return (hvm_get_parameter(HVM_PARAM_CONSOLE_EVTCHN)); 73} 74 75extern shared_info_t *HYPERVISOR_shared_info; 76 |
77extern int xen_disable_pv_disks; 78 | |
79extern bool xen_suspend_cancelled; 80 81enum xen_domain_type { 82 XEN_NATIVE, /* running on bare hardware */ 83 XEN_PV_DOMAIN, /* running in a PV domain */ 84 XEN_HVM_DOMAIN, /* running in a Xen hvm domain */ 85}; 86 --- 87 unchanged lines hidden --- | 77extern bool xen_suspend_cancelled; 78 79enum xen_domain_type { 80 XEN_NATIVE, /* running on bare hardware */ 81 XEN_PV_DOMAIN, /* running in a PV domain */ 82 XEN_HVM_DOMAIN, /* running in a Xen hvm domain */ 83}; 84 --- 87 unchanged lines hidden --- |