Re: [RFC PATCH] kvm: Make KVM DF intercept configurable

From: Paolo Bonzini
Date: Wed Mar 02 2016 - 04:18:12 EST




On 02/03/2016 10:07, Borislav Petkov wrote:
>> > To make this a serious debug feature, we should consider trapping all
>> > exceptions on request (and reinjecting the unhandled ones). Not sure
>> > right now, though, if that comes with more complications than the simple
>> > #DF case.
> I can certainly try... Something like "intercept=<vector>,<vector>,..."
> or so. Let me see how ugly it can get...

For kernel folks, a bit mask can do. :)

Paolo