Re: [Qemu-devel] [PATCH 0/7] target/ppc: Some cleanups to fp exceptions

2018-10-11 Thread David Gibson
On Thu, Oct 11, 2018 at 04:41:52PM -0700, Richard Henderson wrote: 1;5202;0c> There are a few bugs here, primarily wrt usage of GETPC(). > But there is opportunity to share more code between paths > that operate on different floating point types. > > This is not everything that could be done, but

[Qemu-devel] [PATCH 0/7] target/ppc: Some cleanups to fp exceptions

2018-10-11 Thread Richard Henderson
There are a few bugs here, primarily wrt usage of GETPC(). But there is opportunity to share more code between paths that operate on different floating point types. This is not everything that could be done, but it's a good start. Better for this not to hang out on a branch for another release.