From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43734) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwZNv-0003he-Is for qemu-devel@nongnu.org; Mon, 16 Jun 2014 12:04:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WwZNl-0003SI-H0 for qemu-devel@nongnu.org; Mon, 16 Jun 2014 12:03:51 -0400 From: Tom Musta Date: Mon, 16 Jun 2014 11:03:18 -0500 Message-Id: <1402934602-29002-1-git-send-email-tommusta@gmail.com> Subject: [Qemu-devel] [PATCH 0/4] AUXV Fixes for PowerPC Linux User Mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: tommusta@gmail.com, qemu-ppc@nongnu.org These patches improve the fidelity of the AUXV for the Power PC user mode targets. Specifically, the cache line sizes and hardware capabilities are improved so that they more closely match what would be seen on an actual system. Tom Musta (4): linux-user: Correct AUXV Cache Line Sizes for PowerPC target-ppc: Add DFP to Emulated Instructions Flag linux-user: Identify Addition Hardware Capabilities for PowerPC linux-user: Support HWCAP2 in PowerPC linux-user/elfload.c | 44 ++++++++++++++++++++++++++++++++++++++++++-- target-ppc/cpu.h | 2 +- 2 files changed, 43 insertions(+), 3 deletions(-)