aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve/task_switch.c
Commit message (Expand)AuthorAgeFilesLines
* Fix CTASSERT issue in a more clean wayEnji Cooper2016-07-061-3/+3
* Deprecate the 3-way return values from vm_gla2gpa() and vm_copy_setup().Neel Natu2015-05-061-74/+77
* Simplify instruction restart logic in bhyve.Neel Natu2015-01-181-13/+3
* Set the 'inst_length' to '0' early on before any error conditions are detectedNeel Natu2014-08-301-2/+16
* Reduce the proliferation of VMEXIT_RESTART in task_switch.c.Neel Natu2014-07-241-76/+94
* Fix fault injection in bhyve.Neel Natu2014-07-241-5/+2
* Emulate instructions emitted by OpenBSD/i386 version 5.5:Neel Natu2014-07-231-9/+6
* Handle nested exceptions in bhyve.Neel Natu2014-07-191-3/+7
* Add emulation for legacy x86 task switching mechanism.Neel Natu2014-07-161-0/+916