From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzPVV-0006B2-Qf for qemu-devel@nongnu.org; Tue, 24 Jun 2014 08:07:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzPV1-0002W7-Rn for qemu-devel@nongnu.org; Tue, 24 Jun 2014 08:07:25 -0400 Message-ID: <53A969DE.8050103@suse.de> Date: Tue, 24 Jun 2014 14:06:54 +0200 From: Alexander Graf MIME-Version: 1.0 References: <53A8C4D1.6060300@au1.ibm.com> In-Reply-To: <53A8C4D1.6060300@au1.ibm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH 0/4] spapr: improve RTAS get_system_parameter List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sam Bobroff , qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org On 24.06.14 02:22, Sam Bobroff wrote: > This series of patches improves QEMU's emulation of the RTAS call > "ibm,get-system-parameter" by adding support for the "UUID" and "SPLPAR > Characteristics" parameters as well as fixing a problem in the the > implementation of the "Platform Processor Diagnostics Run Mode" parameter. > > It also improves the surrounding code a little to support the addition of > additional system parameters. Very nice patch set. Please address the few minor nits I had on it, send a v2 and it's ready to go in I think ;) Alex