Re: [Qemu-devel] [RFC PATCH v4 1/5] target/ppc: Move exception vector offset computation into a function

2019-03-03 Thread David Gibson
On Thu, Feb 28, 2019 at 07:57:55PM -0300, Fabiano Rosas wrote: > Signed-off-by: Fabiano Rosas > Reviewed-by: Alexey Kardashevskiy This is a nice cleanup, regardless of the rest of the series. Applied to ppc-for-4.0. > --- > target/ppc/excp_helper.c | 30 +++--- > 1 fil

[Qemu-devel] [RFC PATCH v4 1/5] target/ppc: Move exception vector offset computation into a function

2019-02-28 Thread Fabiano Rosas
Signed-off-by: Fabiano Rosas Reviewed-by: Alexey Kardashevskiy --- target/ppc/excp_helper.c | 30 +++--- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/target/ppc/excp_helper.c b/target/ppc/excp_helper.c index 39bedbb11d..beafcf1ebd 100644 --- a/target/pp