[PATCH 0/3] target/ppc: Minor fixes to exception code

Fabiano Rosas posted 3 patches 2 years, 4 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211208123029.2052625-1-farosas@linux.ibm.com
Maintainers: "Cédric Le Goater" <clg@kaod.org>, Greg Kurz <groug@kaod.org>, David Gibson <david@gibson.dropbear.id.au>, Daniel Henrique Barboza <danielhb413@gmail.com>
target/ppc/cpu-qom.h     |  2 --
target/ppc/cpu_init.c    | 37 +++++--------------------------------
target/ppc/excp_helper.c |  1 -
3 files changed, 5 insertions(+), 35 deletions(-)
[PATCH 0/3] target/ppc: Minor fixes to exception code
Posted by Fabiano Rosas 2 years, 4 months ago
These are just some minor fixes to the exception code that I collected
over the past few months.

Fabiano Rosas (3):
  target/ppc: Fix MPCxxx FPU interrupt address
  target/ppc: Remove 603e exception model
  target/ppc: Set 601v exception model id

 target/ppc/cpu-qom.h     |  2 --
 target/ppc/cpu_init.c    | 37 +++++--------------------------------
 target/ppc/excp_helper.c |  1 -
 3 files changed, 5 insertions(+), 35 deletions(-)

-- 
2.33.1


Re: [PATCH 0/3] target/ppc: Minor fixes to exception code
Posted by Richard Henderson 2 years, 4 months ago
On 12/8/21 4:30 AM, Fabiano Rosas wrote:
> These are just some minor fixes to the exception code that I collected
> over the past few months.
> 
> Fabiano Rosas (3):
>    target/ppc: Fix MPCxxx FPU interrupt address
>    target/ppc: Remove 603e exception model
>    target/ppc: Set 601v exception model id
> 
>   target/ppc/cpu-qom.h     |  2 --
>   target/ppc/cpu_init.c    | 37 +++++--------------------------------
>   target/ppc/excp_helper.c |  1 -
>   3 files changed, 5 insertions(+), 35 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~


Re: [PATCH 0/3] target/ppc: Minor fixes to exception code
Posted by Cédric Le Goater 2 years, 4 months ago
On 12/8/21 13:30, Fabiano Rosas wrote:
> These are just some minor fixes to the exception code that I collected
> over the past few months.

Applied to ppc-next.

Thanks,

C.