From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [patch 17/24] QEMU/KVM: add cpu_unregister_io_memory and make io mem table index dynamic Date: Tue, 18 Mar 2008 17:22:32 +0200 Message-ID: <47DFDE38.9040904@qumranet.com> References: <20080311201151.959635433@localhost.localdomain> <20080311201418.562440022@localhost.localdomain> <200803181802.10575.amit.shah@qumranet.com> <20080318135454.GA15188@dmt> <64F9B87B6B770947A9F8391472E032160C7604A1@ehost011-8.exch011.intermedia.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Marcelo Tosatti , kvm-devel@lists.sourceforge.net, qemu-devel@nongnu.org To: Amit Shah Return-path: In-Reply-To: <64F9B87B6B770947A9F8391472E032160C7604A1@ehost011-8.exch011.intermedia.net> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kvm-devel-bounces@lists.sourceforge.net Errors-To: kvm-devel-bounces@lists.sourceforge.net List-Id: kvm.vger.kernel.org Amit Shah wrote: > > > > So does the following fix the problem? > > > Yes, it does. Thanks. > Okay, applied. -- Do not meddle in the internals of kernels, for they are subtle and quick to panic. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jbdhu-00062M-LF for qemu-devel@nongnu.org; Tue, 18 Mar 2008 11:26:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jbdht-00061r-T6 for qemu-devel@nongnu.org; Tue, 18 Mar 2008 11:26:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jbdht-00061o-Qe for qemu-devel@nongnu.org; Tue, 18 Mar 2008 11:26:29 -0400 Received: from bzq-179-150-194.static.bezeqint.net ([212.179.150.194] helo=il.qumranet.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jbdht-0001RO-HO for qemu-devel@nongnu.org; Tue, 18 Mar 2008 11:26:29 -0400 Message-ID: <47DFDE38.9040904@qumranet.com> Date: Tue, 18 Mar 2008 17:22:32 +0200 From: Avi Kivity MIME-Version: 1.0 References: <20080311201151.959635433@localhost.localdomain> <20080311201418.562440022@localhost.localdomain> <200803181802.10575.amit.shah@qumranet.com> <20080318135454.GA15188@dmt> <64F9B87B6B770947A9F8391472E032160C7604A1@ehost011-8.exch011.intermedia.net> In-Reply-To: <64F9B87B6B770947A9F8391472E032160C7604A1@ehost011-8.exch011.intermedia.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [kvm-devel] [patch 17/24] QEMU/KVM: add cpu_unregister_io_memory and make io mem table index dynamic Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: Marcelo Tosatti , kvm-devel@lists.sourceforge.net, qemu-devel@nongnu.org Amit Shah wrote: > > > > So does the following fix the problem? > > > Yes, it does. Thanks. > Okay, applied. -- Do not meddle in the internals of kernels, for they are subtle and quick to panic.