7efb630573
sys/i386/include/xen/xenvar.h: sys/i386/xen/xen_machdep.c: sys/xen/interface/foreign/structs.py: sys/xen/evtchn/evtchn.c: MAX_VIRT_CPUS => XEN_LEGACY_MAX_VCPUS Submitted by: Roger Pau Monné Reviewed by: gibbs
59 lines
1.5 KiB
Python
59 lines
1.5 KiB
Python
# configuration: what needs translation
|
|
|
|
unions = [ "vcpu_cr_regs",
|
|
"vcpu_ar_regs" ];
|
|
|
|
structs = [ "start_info",
|
|
"trap_info",
|
|
"pt_fpreg",
|
|
"cpu_user_regs",
|
|
"xen_ia64_boot_param",
|
|
"ia64_tr_entry",
|
|
"vcpu_tr_regs",
|
|
"vcpu_guest_context_regs",
|
|
"vcpu_guest_context",
|
|
"arch_vcpu_info",
|
|
"vcpu_time_info",
|
|
"vcpu_info",
|
|
"arch_shared_info",
|
|
"shared_info" ];
|
|
|
|
defines = [ "__i386__",
|
|
"__x86_64__",
|
|
|
|
"FLAT_RING1_CS",
|
|
"FLAT_RING1_DS",
|
|
"FLAT_RING1_SS",
|
|
|
|
"FLAT_RING3_CS64",
|
|
"FLAT_RING3_DS64",
|
|
"FLAT_RING3_SS64",
|
|
"FLAT_KERNEL_CS64",
|
|
"FLAT_KERNEL_DS64",
|
|
"FLAT_KERNEL_SS64",
|
|
|
|
"FLAT_KERNEL_CS",
|
|
"FLAT_KERNEL_DS",
|
|
"FLAT_KERNEL_SS",
|
|
|
|
# x86_{32,64}
|
|
"_VGCF_i387_valid",
|
|
"VGCF_i387_valid",
|
|
"_VGCF_in_kernel",
|
|
"VGCF_in_kernel",
|
|
"_VGCF_failsafe_disables_events",
|
|
"VGCF_failsafe_disables_events",
|
|
"_VGCF_syscall_disables_events",
|
|
"VGCF_syscall_disables_events",
|
|
"_VGCF_online",
|
|
"VGCF_online",
|
|
|
|
# ia64
|
|
"VGCF_EXTRA_REGS",
|
|
|
|
# all archs
|
|
"xen_pfn_to_cr3",
|
|
"XEN_LEGACY_MAX_VCPUS",
|
|
"MAX_GUEST_CMDLINE" ];
|
|
|