From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33242) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VicwD-0008A1-Vf for qemu-devel@nongnu.org; Mon, 18 Nov 2013 23:29:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vicw2-0000h3-Ik for qemu-devel@nongnu.org; Mon, 18 Nov 2013 23:29:21 -0500 Received: from e23smtp01.au.ibm.com ([202.81.31.143]:49534) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vicw1-0000gi-Qf for qemu-devel@nongnu.org; Mon, 18 Nov 2013 23:29:10 -0500 Received: from /spool/local by e23smtp01.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 19 Nov 2013 14:29:06 +1000 From: Alexey Kardashevskiy Date: Tue, 19 Nov 2013 15:28:53 +1100 Message-Id: <1384835335-15116-1-git-send-email-aik@ozlabs.ru> Subject: [Qemu-devel] [PATCH v3 0/2] spapr-rtas: add ibm, (get|set)-system-parameter List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Alexey Kardashevskiy , qemu-ppc@nongnu.org, Alexander Graf This reworks RTAS code to use predefined macros vs. numbers and adds handlers for ibm,get-system-parameter and ibm,set-system-parameter. Alexey Kardashevskiy (2): spapr-rtas: replace constants with macros spapr-rtas: add ibm,(get|set)-system-parameter hw/ppc/spapr_rtas.c | 86 +++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 70 insertions(+), 16 deletions(-) -- 1.8.4.rc4