Re: [PATCH v5 07/10] target/ppc: Remove MSR_SA and MSR_AP from hflags

2021-03-23 Thread David Gibson
On Tue, Mar 23, 2021 at 12:43:37PM -0600, Richard Henderson wrote: > Nothing within the translator -- or anywhere else for that > matter -- checks MSR_SA or MSR_AP on the 602. This may be > a mistake. However, for the moment, we need not record these > bits in hflags. And frankly, even if it's w

[PATCH v5 07/10] target/ppc: Remove MSR_SA and MSR_AP from hflags

2021-03-23 Thread Richard Henderson
Nothing within the translator -- or anywhere else for that matter -- checks MSR_SA or MSR_AP on the 602. This may be a mistake. However, for the moment, we need not record these bits in hflags. This allows us to simplify HFLAGS_VSX computation by moving it to overlap with MSR_VSX. Reviewed-by: