From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [RFC PATCH] kvm: Make KVM DF intercept configurable Date: Wed, 2 Mar 2016 10:17:56 +0100 Message-ID: <56D6AFC4.9060708@redhat.com> References: <20160301192822.GD22677@pd.tnic> <56D6059D.5050606@redhat.com> <20160301224132.GE22677@pd.tnic> <56D68C21.7080602@siemens.com> <20160302090742.GA16954@pd.tnic> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: =?UTF-8?B?SsO2cmcgUsO2ZGVs?= , Andy Lutomirski , x86-ml , kvm ML , lkml To: Borislav Petkov , Jan Kiszka Return-path: In-Reply-To: <20160302090742.GA16954@pd.tnic> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org 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=,,..." > or so. Let me see how ugly it can get... For kernel folks, a bit mask can do. :) Paolo