commit | 37817f2982d0f559f90cecc66e150dd9d2c2df05 | [log] [tgz] |
---|---|---|
author | Izik Eidus <izike@qumranet.com> | Mon Mar 24 23:14:53 2008 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Sun Apr 27 12:00:39 2008 +0300 |
tree | 45114b5720d7a13bdbe48cc6a75dc6de03d6fcd2 | |
parent | 2e4d2653497856b102c90153f970c9e344ba96c6 [diff] |
KVM: x86: hardware task switching support This emulates the x86 hardware task switch mechanism in software, as it is unsupported by either vmx or svm. It allows operating systems which use it, like freedos, to run as kvm guests. Signed-off-by: Izik Eidus <izike@qumranet.com> Signed-off-by: Avi Kivity <avi@qumranet.com>