mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Some implementations of Xen don't expose the XENMEM_memory_map hypercall.
Shallow the error from XENMEM_memory_map in xen_arch_init_physmem() and just
return 0. This will fallback to using the non-arch specific mechanism for
allocating scratch space.
Reported by: cperciva
Reviewed by: Elliott Mitchell
Fixes:
|
||
|---|---|---|
| .. | ||
| hvm.c | ||
| pv.c | ||
| xen_apic.c | ||
| xen_arch_intr.c | ||