Re: [PATCH v14 01/19] target/s390x: Fix missing privileged flag at PCKMO instruction
Ilya Leoshkevich <[email protected]>
| Newsgroups | org.kernel.vger.linux-s390,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 8/6/26 17:12, Harald Freudenberger wrote: > The CPACF instruction PCKMO is a privileged instruction. So set the > IF_PRIV flag in insn-data.h.inc to reflect this. > > Signed-off-by: Harald Freudenberger <[email protected]> > --- > target/s390x/tcg/insn-data.h.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Ilya Leoshkevich <[email protected]>