Re: [Qemu-devel] [V3 PATCH 01/14] target-ppc: Add Flag for Power ISA V2.06

2013-12-24 Thread Richard Henderson
On 12/18/2013 12:48 PM, Tom Musta wrote: > This patch adds a flag for base instruction additions to Power ISA > 2.06B. The flag will be used to identify/select basic Book I and > Book II instructions that were newly added in that revision of the > architecture. The flag will not be used for VSX o

[Qemu-devel] [V3 PATCH 01/14] target-ppc: Add Flag for Power ISA V2.06

2013-12-18 Thread Tom Musta
This patch adds a flag for base instruction additions to Power ISA 2.06B. The flag will be used to identify/select basic Book I and Book II instructions that were newly added in that revision of the architecture. The flag will not be used for VSX or Altivec. Signed-off-by: Tom Musta --- target