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 differen
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
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 descri
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
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 additiona