What happens when meet an exception?
I’m studying the part of kvm in linux and it seems that when the we meet an exception during kvm_run
, the program will stuck in endless loop to deal with the execption.
I’m studying the part of kvm in linux and it seems that when the we meet an exception during kvm_run
, the program will stuck in endless loop to deal with the execption.