freebsd-skq/sys/x86/include
neel 79b96fdbcb MFC r282209:
Emulate the 'bit test' instruction.

MFC r282259:
Re-implement RTC current time calculation to eliminate the possibility of
losing time.

MFC r282281:
Advertise the MTRR feature via CPUID and emulate the minimal set of MTRR MSRs.

MFC r282284:
When an instruction cannot be decoded just return to userspace so bhyve(8)
can dump the instruction bytes.

MFC r282287:
Don't require <sys/cpuset.h> to be always included before <machine/vmm.h>.

MFC r282296:
Emulate MSR_SYSCFG which is accessed by Linux on AMD cpus when MTRRs are
enabled.

MFC r282301:
Relax limits when transitioning a vector from the IRR to the ISR and also
when extinguishing it from the ISR in response to an EOI.

MFC r282335:
Advertise an additional memory BAR in the "dummy" device emulation.

MFC r282336:
Emulate machine check related MSRs to allow guest OSes like Windows to boot.

MFC r282351:
Don't advertise the Intel SMX capability to the guest.

MFC r282407:
Emulate the 'CMP r/m8, imm8' instruction.

MFC r282519:
Add macros for AMD-specific bits in MSR_EFER: LMSLE, FFXSR and TCE.

MFC r282520:
Emulate guest writes to EFER_MSR properly.

MFC r282558:
Deprecate the 3-way return values from vm_gla2gpa() and vm_copy_setup().

MFC r282571:
Check 'td_owepreempt' and yield the vcpu thread if it is set.

MFC r282595:
Allow byte reads of AHCI registers.

MFC r282784:
Handling indirect descriptors is a capability of the host and not one that
needs to be negotiated. Use the host capabilities field and not the negotiated
field when verifying that indirect descriptors are supported.

MFC r282788:
Allow configuration of the sector size advertised to the guest.

MFC r282865:
Set the subvendor field in config space to the vendor ID. This is required
by the Windows virtio drivers to correctly match a device.

MFC r282922:
Bump the size of the blockif scatter-gather list to 67.

MFC r283075:
Fix off-by-one in array index bounds check. bhyveload would allow you to
create 33 entries on an array that only has 32 slots

MFC r283168:
Temporarily revert r282922 which bumped the max descriptors.

MFC r283255:
Emulate the "CMP r/m, reg" instruction (opcode 39H).

MFC r283256:
Add an option "--get-vmcs-exit-inst-length" to display the instruction length
of the instruction that caused the VM-exit.

MFC r283264:
Change the header type of the emulated host-bridge from type 1 to type 0.

MFC r283293:
Don't rely on the 'VM-exit instruction length' field in the VMCS to always
have an accurate length on an EPT violation.

MFC r283299:
Remove bogus verification of instruction length after instruction decode.

MFC r283308:
Exceptions don't deliver an error code in real mode.

MFC r283657:
Fix non-deterministic delays when accessing a vcpu that was in "running" or
"sleeping" state.

MFC r283973:
Use tunable 'hw.vmm.svm.features' to disable specific SVM features even
though they might be available in hardware. Use tunable 'hw.vmm.svm.num_asids'
to limit the number of ASIDs used by the hypervisor.

MFC r284046:
Fix regression in 'verify_gla()' with the RIP-relative addressing mode.

MFC r284174:
Support guest writes to the TSC by enabling the "use TSC offsetting"
execution control.
2015-06-28 03:22:26 +00:00
..
_align.h
_inttypes.h
_limits.h
_stdint.h
_types.h MFC r263998: 2014-04-15 09:41:52 +00:00
acpica_machdep.h Merge acpica_machdep.h for amd64 and i386 and move to x86. In fact, these 2013-08-13 22:05:10 +00:00
apicreg.h MFC 259140: 2014-02-18 01:15:32 +00:00
apm_bios.h
bus.h MFC r263289: Update NetBSD Foundation copyrights to 2-clause BSD 2014-03-24 13:48:04 +00:00
busdma_impl.h MFC DMAR busdma implementation. 2013-12-17 13:49:35 +00:00
elf.h
endian.h
fdt.h MFC r257738, r259202, r258410, r260288, r260292, r260294, r260320, r260323, 2014-05-14 19:18:58 +00:00
float.h
fpu.h MFC 274817,274878,276801,276840,278976: 2015-02-23 18:38:41 +00:00
frame.h
legacyvar.h MFC 261790: 2015-04-01 21:48:54 +00:00
mca.h MFC 281887: 2015-06-02 19:20:39 +00:00
mptable.h MFC 259013: 2013-12-24 19:10:56 +00:00
ofw_machdep.h MFC r257738, r259202, r258410, r260288, r260292, r260294, r260320, r260323, 2014-05-14 19:18:58 +00:00
pci_cfgreg.h
psl.h MFC r258135: x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...) 2013-11-25 15:58:48 +00:00
ptrace.h MFC 274817,274878,276801,276840,278976: 2015-02-23 18:38:41 +00:00
reg.h MFC 281266: 2015-06-02 14:54:53 +00:00
segments.h Implement vector callback for PVHVM and unify event channel implementations 2013-08-29 19:52:18 +00:00
setjmp.h
sigframe.h
signal.h
specialreg.h MFC r282209: 2015-06-28 03:22:26 +00:00
stdarg.h Add a va_copy() to our fall-back stdarg implementation for use with lint(1) 2013-10-07 10:01:23 +00:00
sysarch.h
trap.h MFC r257417: Remove references to an unused fasttrap probe hook 2014-02-17 12:57:13 +00:00
ucontext.h
vdso.h
vmware.h MFC 273800: 2015-02-10 16:34:42 +00:00