From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wzwm2-0002tS-Ls for qemu-devel@nongnu.org; Wed, 25 Jun 2014 19:38:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wzwlo-000162-Km for qemu-devel@nongnu.org; Wed, 25 Jun 2014 19:38:42 -0400 Received: from e23smtp05.au.ibm.com ([202.81.31.147]:53594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wzwln-00013a-TO for qemu-devel@nongnu.org; Wed, 25 Jun 2014 19:38:28 -0400 Received: from /spool/local by e23smtp05.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 26 Jun 2014 09:38:24 +1000 Message-ID: <53AB5D6D.5080703@au1.ibm.com> Date: Thu, 26 Jun 2014 09:38:21 +1000 From: Sam Bobroff MIME-Version: 1.0 References: <53AAAE99.70508@suse.de> In-Reply-To: <53AAAE99.70508@suse.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH v2 0/4] spapr: improve RTAS get_system_parameter List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf , qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org On 25/06/14 21:12, Alexander Graf wrote: > > On 25.06.14 05:54, 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. > > Thanks, applied to ppc-next. > > For the next patch set, please also mention changes from one version to the next in the individual patches :). I will, thanks for the feedback :-) > Alex Cheers, Sam.