From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e34.co.us.ibm.com (e34.co.us.ibm.com [32.97.110.152]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "e34.co.us.ibm.com", Issuer "Equifax" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 9D36DDDE2D for ; Mon, 18 Feb 2008 15:53:47 +1100 (EST) Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e34.co.us.ibm.com (8.13.8/8.13.8) with ESMTP id m1I4raS4020727 for ; Sun, 17 Feb 2008 23:53:37 -0500 Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m1I4rhfv218608 for ; Sun, 17 Feb 2008 21:53:43 -0700 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m1I4rhcK031537 for ; Sun, 17 Feb 2008 21:53:43 -0700 Message-ID: <47B90F55.2080606@austin.ibm.com> Date: Sun, 17 Feb 2008 22:53:41 -0600 From: Manish Ahuja MIME-Version: 1.0 To: ppc-dev , paulus , Linas Vepstas Subject: [PATCH 0/8] pseries: phyp dump: hypervisor-assisted dump Content-Type: text/plain; charset=ISO-8859-1 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , The following series of patches implement a basic framework for hypervisor-assisted dump. The very first patch provides documentation explaining what this is :-) . Yes, its supposed to be an improvement over kdump. A list of open issues / todo list is included in the documentation. It also appears that the not-yet-released firmware versions this was tested on are still, ahem, incomplete; this work is also pending. I have included most of the changes requested. Although, I did find one or two, fixed in a later patch file rather than the first location they appeared at. Also it now does not block any memory on machines other than power6 boxes which have the requisite firmware. This is from a power5 box. from jal-lp6 a power5 machine. ......... Phyp-dump not supported on this hardware Using pSeries machine description console [udbg-1] enabled ....... I think I incorporated everyones comments so far. -- Manish & Linas.