From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Date: Mon, 04 May 2009 08:59:25 +0000 Subject: Re: [PATCH 04/04] qemu-kvm: other archs should maintain memory mapping Message-Id: <49FEAE6D.9040708@redhat.com> List-Id: References: <706158FABBBA044BAD4FE898A02E4BC236A2BC03@pdsmsx503.ccr.corp.intel.com> In-Reply-To: <706158FABBBA044BAD4FE898A02E4BC236A2BC03@pdsmsx503.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ia64@vger.kernel.org Avi Kivity wrote: > Jes Sorensen wrote: >> Avi Kivity wrote: >>> Hollis, does this work for you? >>> >>> If now, you can add a new define KVM_WANT_MAPPING or something, and >>> define it for I386 and IA64. >> >> >> Hi, >> >> This is the one implementing the KVM_WANT_MAPPING change. >> >> Cheers, >> Jes >> >> > > There is in fact a call to drop_mapping() outside any #ifdef (in > kvm_cpu_register_physical_memory()). I'm confused... maybe we should > make this code unconditional. > -- Do not meddle in the internals of kernels, for they are subtle and quick to panic.