Re: [Qemu-devel] [PATCH] target/ppc: add external PID support

2018-09-09 Thread David Gibson
On Mon, Sep 03, 2018 at 09:25:43AM +0200, Roman Kapl wrote: > > On 08/31/2018 05:35 AM, David Gibson wrote: > > On Tue, Aug 14, 2018 at 06:59:54PM +0200, Roman Kapl wrote: > > > External PID is a mechanism present on BookE 2.06 that enables > > > application to > > > store/load data from

Re: [Qemu-devel] [PATCH] target/ppc: add external PID support

2018-09-03 Thread Roman Kapl
On 08/31/2018 05:35 AM, David Gibson wrote: On Tue, Aug 14, 2018 at 06:59:54PM +0200, Roman Kapl wrote: External PID is a mechanism present on BookE 2.06 that enables application to store/load data from different address spaces. There are special version of some instructions, which operate on

Re: [Qemu-devel] [PATCH] target/ppc: add external PID support

2018-08-30 Thread David Gibson
On Tue, Aug 14, 2018 at 06:59:54PM +0200, Roman Kapl wrote: > External PID is a mechanism present on BookE 2.06 that enables application to > store/load data from different address spaces. There are special version of > some > instructions, which operate on alternate address space, which is

Re: [Qemu-devel] [PATCH] target/ppc: add external PID support

2018-08-16 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180814165954.9892-1-...@sysgo.com Subject: [Qemu-devel] [PATCH] target/ppc: add external PID support === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log

[Qemu-devel] [PATCH] target/ppc: add external PID support

2018-08-14 Thread Roman Kapl
External PID is a mechanism present on BookE 2.06 that enables application to store/load data from different address spaces. There are special version of some instructions, which operate on alternate address space, which is described in the EPLC/EPSC regiser. This implementation uses two