Re: [Qemu-devel] [PATCH] target-s390x: Implement lpp instruction

2017-02-27 Thread Miroslav Benes
On Sat, 25 Feb 2017, Richard Henderson wrote: > On 02/25/2017 12:50 AM, Miroslav Benes wrote: > > Linux arch/s390/kernel/head(64).S uses lpp instruction if it is > > available in facilities list provided by stfl/stfle instruction. This is > > the case of newer z/System generations and their qemu d

Re: [Qemu-devel] [PATCH] target-s390x: Implement lpp instruction

2017-02-24 Thread Thomas Huth
On 25.02.2017 00:51, Richard Henderson wrote: > On 02/25/2017 12:50 AM, Miroslav Benes wrote: >> Linux arch/s390/kernel/head(64).S uses lpp instruction if it is >> available in facilities list provided by stfl/stfle instruction. This is >> the case of newer z/System generations and their qemu defin

Re: [Qemu-devel] [PATCH] target-s390x: Implement lpp instruction

2017-02-24 Thread Richard Henderson
On 02/25/2017 12:50 AM, Miroslav Benes wrote: Linux arch/s390/kernel/head(64).S uses lpp instruction if it is available in facilities list provided by stfl/stfle instruction. This is the case of newer z/System generations and their qemu definition. Signed-off-by: Miroslav Benes --- I can't fi

[Qemu-devel] [PATCH] target-s390x: Implement lpp instruction

2017-02-24 Thread Miroslav Benes
Linux arch/s390/kernel/head(64).S uses lpp instruction if it is available in facilities list provided by stfl/stfle instruction. This is the case of newer z/System generations and their qemu definition. Signed-off-by: Miroslav Benes --- target/s390x/insn-data.def | 2 ++ target/s390x/translate.