freebsd-src/sys/amd64
Neel Natu 79c596309c Fix a bug introduced in r260167 related to VM-exit tracing.
Keep a copy of the 'rip' and the 'exit_reason' and use that when calling
vmx_exit_trace(). This is because both the 'rip' and 'exit_reason' can
be changed by 'vmx_exit_process()' and can lead to very misleading traces.
2014-01-07 18:53:14 +00:00
..
acpica Consistently use round_page(x) rather than roundup(x, PAGE_SIZE). There is 2013-02-15 22:43:08 +00:00
amd64 Update the description for pmap_remove_pages() to match the modern 2014-01-02 18:50:52 +00:00
conf Correct a grammo in a comment; remove white space at EOL. 2014-01-06 17:23:22 +00:00
ia32 x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...) 2013-11-14 15:37:20 +00:00
include Restructure the VMX code to enter and exit the guest. In large part this change 2014-01-01 21:17:08 +00:00
linux32 - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging 2013-11-25 07:38:45 +00:00
pci Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this 2013-11-30 22:17:27 +00:00
vmm Fix a bug introduced in r260167 related to VM-exit tracing. 2014-01-07 18:53:14 +00:00
Makefile