summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorAvi Kivity <avi@qumranet.com>2008-05-13 13:23:38 +0300
committerAvi Kivity <avi@qumranet.com>2008-05-13 13:23:38 +0300
commit540cd688d1db3ac72baebd9b13558236eb3d29a0 (patch)
treea4dc85c3b0cad699e4641fbe5f0abc94b43e03e7 /sound
parent92517d776c47206209cb556101dac0862d217c07 (diff)
KVM: Handle virtualization instruction #UD faults during reboot
KVM turns off hardware virtualization extensions during reboot, in order to disassociate the memory used by the virtualization extensions from the processor, and in order to have the system in a consistent state. Unfortunately virtual machines may still be running while this goes on, and once virtualization extensions are turned off, any virtulization instruction will #UD on execution. Fix by adding an exception handler to virtualization instructions; if we get an exception during reboot, we simply spin waiting for the reset to complete. If it's a true exception, BUG() so we can have our stack trace. Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions