Add MSR VSX and Associated Exception
authorTom Musta <tommusta@gmail.com>
Tue, 22 Oct 2013 11:06:17 +0000 (22:06 +1100)
committerAlexander Graf <agraf@suse.de>
Fri, 20 Dec 2013 00:57:47 +0000 (01:57 +0100)
commit1f29871cb7518692cf5c1fa8c19b117c789ff7f0
tree7c8650829b497d5ebac5bd6a21ed3d09b8c81f19
parent74f239975501cf0ad886a5d40ce40aecbb9dc0b2
Add MSR VSX and Associated Exception

This patch adds support for the VSX bit of the PowerPC Machine
State Register (MSR) as well as the corresponding VSX Unavailable
exception.

The VSX bit is added to the defined bits masks of the Power7 and
Power8 CPU models.

Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/cpu.h
target-ppc/excp_helper.c
target-ppc/translate.c
target-ppc/translate_init.c