On Wed, Feb 26, 2020 at 5:53 PM Nicholas Piggin <npig...@gmail.com> wrote: > > Jordan Niethe's on February 26, 2020 2:07 pm: > > If prefixed instructions are made unavailable by the [H]FSCR, attempting > > to use them will cause a facility unavailable exception. Add "PREFIX" to > > the facility_strings[]. > > > > Currently there are no prefixed instructions that are actually emulated > > by emulate_instruction() within facility_unavailable_exception(). > > However, when caused by a prefixed instructions the SRR1 PREFIXED bit is > > set. Prepare for dealing with emulated prefixed instructions by checking > > for this bit. > > > > Signed-off-by: Jordan Niethe <jniet...@gmail.com> > > Oh you've got it here, I would just squash this together with the first > patch. Sure, I'll put them together. When you mentioned a couple more things to do in traps.c, was it just this? Or is there still more to be done adding an FSCR? > > Thanks, > Nick
- [PATCH v3 00/14] Initial Prefixed Instruction support Jordan Niethe
- [PATCH v3 01/14] powerpc: Enable Prefixed Instructio... Jordan Niethe
- Re: [PATCH v3 01/14] powerpc: Enable Prefixed In... Nicholas Piggin
- [PATCH v3 02/14] powerpc: Define new SRR1 bits for a... Jordan Niethe
- [PATCH v3 03/14] powerpc sstep: Prepare to support p... Jordan Niethe
- [PATCH v3 04/14] powerpc sstep: Add support for pref... Jordan Niethe
- [PATCH v3 05/14] powerpc sstep: Add support for pref... Jordan Niethe
- [PATCH v3 06/14] powerpc: Support prefixed instructi... Jordan Niethe
- [PATCH v3 07/14] powerpc/traps: Check for prefixed i... Jordan Niethe
- Re: [PATCH v3 07/14] powerpc/traps: Check for pr... Nicholas Piggin
- Re: [PATCH v3 07/14] powerpc/traps: Check fo... Jordan Niethe
- Re: [PATCH v3 07/14] powerpc/traps: Chec... Nicholas Piggin
- [PATCH v3 08/14] powerpc/xmon: Remove store_inst() f... Jordan Niethe
- Re: [PATCH v3 08/14] powerpc/xmon: Remove store_... Nicholas Piggin
- Re: [PATCH v3 08/14] powerpc/xmon: Remove st... Jordan Niethe
- [PATCH v3 09/14] powerpc/xmon: Add initial support f... Jordan Niethe
- Re: [PATCH v3 09/14] powerpc/xmon: Add initial s... Nicholas Piggin
- Re: [PATCH v3 09/14] powerpc/xmon: Add initi... Jordan Niethe
- Re: [PATCH v3 09/14] powerpc/xmon: Add i... Christophe Leroy
- Re: [PATCH v3 09/14] powerpc/xmon: ... Jordan Niethe
- Re: [PATCH v3 09/14] powerpc/xm... Nicholas Piggin