From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37559) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzEVq-0001jV-TQ for qemu-devel@nongnu.org; Mon, 23 Jun 2014 20:23:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzEVh-00043c-Bj for qemu-devel@nongnu.org; Mon, 23 Jun 2014 20:23:02 -0400 Received: from e23smtp08.au.ibm.com ([202.81.31.141]:57042) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzEVg-00043A-Kn for qemu-devel@nongnu.org; Mon, 23 Jun 2014 20:22:53 -0400 Received: from /spool/local by e23smtp08.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 24 Jun 2014 10:22:43 +1000 Message-ID: <53A8C4D1.6060300@au1.ibm.com> Date: Tue, 24 Jun 2014 10:22:41 +1000 From: Sam Bobroff MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 0/4] spapr: improve RTAS get_system_parameter List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org 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. Sam Bobroff (4): spapr: Add rtas_st_buffer utility function spapr: Add RTAS sysparm UUID spapr: Fix RTAS sysparm DIAGNOSTICS_RUN_MODE spapr: Add RTAS sysparm SPLPAR Characteristics hw/ppc/spapr_rtas.c | 28 +++++++++++++++++++++++----- include/hw/ppc/spapr.h | 17 +++++++++++++++++ 2 files changed, 40 insertions(+), 5 deletions(-) -- 1.9.0