mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
Move FreeBSD from interface version 0x00030204 to 0x00030208. Updates are required to our grant table implementation before we can bump this further. sys/xen/hvm.h: Replace the implementation of hvm_get_parameter(), formerly located in sys/xen/interface/hvm/params.h. Linux has a similar file which primarily stores this function. sys/xen/xenstore/xenstore.c: Include new xen/hvm.h header file to get hvm_get_parameter(). sys/amd64/include/xen/xen-os.h: sys/i386/include/xen/xen-os.h: Correctly protect function definition and variables from being included into assembly files in xen-os.h Xen memory barriers are now prefixed with "xen_" to avoid conflicts with OS native primatives. Define Xen memory barriers in terms of the native FreeBSD primatives. Sponsored by: Spectra Logic Corporation Reviewed by: Roger Pau Monné Tested by: Roger Pau Monné Obtained from: Roger Pau Monné (bug fixes) |
||
|---|---|---|
| .. | ||
| blkif.h | ||
| console.h | ||
| fbif.h | ||
| fsif.h | ||
| kbdif.h | ||
| libxenvchan.h | ||
| netif.h | ||
| pciif.h | ||
| protocols.h | ||
| ring.h | ||
| tpmif.h | ||
| usbif.h | ||
| vscsiif.h | ||
| xenbus.h | ||
| xs_wire.h | ||