From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vivek Goyal Subject: Re: [PATCH 00/14] x86: disable virt on kdump and emergency_restart Date: Wed, 5 Nov 2008 09:44:12 -0500 Message-ID: <20081105144412.GD8993@redhat.com> References: <1225810364-8990-1-git-send-email-ehabkost@redhat.com> <49107E2C.8090803@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Eduardo Habkost , Ingo Molnar , "Eric W. Biederman" , Simon Horman , Andrew Morton , Haren Myneni , Andrey Borzenkov , mingo@redhat.com, "Rafael J. Wysocki" , kexec@lists.infradead.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org To: Avi Kivity Return-path: Received: from mx2.redhat.com ([66.187.237.31]:50671 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751390AbYKEOog (ORCPT ); Wed, 5 Nov 2008 09:44:36 -0500 Content-Disposition: inline In-Reply-To: <49107E2C.8090803@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Nov 04, 2008 at 06:54:04PM +0200, Avi Kivity wrote: > Eduardo Habkost wrote: >> Hi, >> >> This is a new version of the series to disabling virtualization on kdump, >> now extended to do the same tricks on emergency_restart() if needed. >> > > Looks good. If you me to push it upstream, I'll need kexec/kdump acks. > Otherwise, ack for the kvm bits. Looks good to me from kdump perspective. Is there a way we can prevent any other module from using virt disable callback incase kvm is not loaded? Thanks Vivek