Re: [Qemu-devel] [PATCH v1 0/2] PGM injection fix/rework

2017-06-09 Thread Richard Henderson
On 06/09/2017 07:21 AM, David Hildenbrand wrote: We have various places where we inject suppressing PGM exceptions, but don't forward the PSW. Let's fix that by detecting whether to forward the PSW using the interception code. We can now get rid of ILEN_LATER/ILEN_LATER_INC and replace it by ILE

[Qemu-devel] [PATCH v1 0/2] PGM injection fix/rework

2017-06-09 Thread David Hildenbrand
We have various places where we inject suppressing PGM exceptions, but don't forward the PSW. Let's fix that by detecting whether to forward the PSW using the interception code. We can now get rid of ILEN_LATER/ILEN_LATER_INC and replace it by ILEN_AUTO, to automatically detect the instruction len