From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpCqu-00079S-2O for qemu-devel@nongnu.org; Wed, 28 Sep 2016 07:16:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpCqp-0001qk-Ot for qemu-devel@nongnu.org; Wed, 28 Sep 2016 07:16:38 -0400 From: Thomas Huth Date: Wed, 28 Sep 2016 13:16:27 +0200 Message-Id: <1475061390-17644-1-git-send-email-thuth@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] hw/ppc/spapr: Improvements related to the "ibm, pa-features" property List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson , qemu-ppc@nongnu.org Cc: Alexander Graf , qemu-devel@nongnu.org, =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= , Anton Blanchard First patch cleans up the code a little bit by moving all lines related to setting the "ibm,pa-features" property into a separate function. The second patch fixes a problem with detecting the PowerISA version there. And the third patch takes care of setting the bit for Transactional Memory only if it's really available. Thomas Huth (3): hw/ppc/spapr: Move code related to "ibm,pa-features" to a separate function hw/ppc/spapr: Fix the selection of the processor features ppc: Check the availability of transactional memory hw/ppc/spapr.c | 76 +++++++++++++++++++++++++++++++--------------------- target-ppc/kvm.c | 7 +++++ target-ppc/kvm_ppc.h | 6 +++++ 3 files changed, 59 insertions(+), 30 deletions(-) -- 1.8.3.1