From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mukesh Rathor Subject: Re: [PATCH][kdb] Implement dbg_rw_hvm_mem Date: Wed, 04 Jun 2008 19:14:49 -0700 Message-ID: <48474C19.8050605@oracle.com> References: <48459B45.2030609@virtualiron.com> Reply-To: mukesh.rathor@oracle.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <48459B45.2030609@virtualiron.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ben Guthro Cc: xen-devel List-Id: xen-devel@lists.xenproject.org Ben Guthro wrote: > The following patch does 2 things: > - Correct a bug confusing XEN_SUBVERSION with XEN_VERSION - preventing > kdb working on xen 3.2 Actually, there's no confusion. The api's are different in 3.1.x and 3.3. Looks like 3.2 is same as 3.3. I'm downloading 3.2 and will change appropriately. > - Implement dbg_rw_hvm_mem for Xen 3.X hypervisors ok, thanks. BTW, you must refresh your kdb with a BUG fix i made in kdbmain.c/kdbmain() regarding disabling irqs in ss mode. Thanks Mukesh