Re: [PATCH 1/3] inmates: lib: move pci defines and prototypes from x86 to common

2018-05-02 Thread Jan Kiszka
On 2018-01-16 17:14, Henning Schild wrote: > Hi, > > these patches are an attempt to get the contributions from Jonas in a > shape that can be merged. This first version was tested on x86 and arm > 32, i want it to work on arm64 as well but still had some trouble there. > > So this first attempt

Re: [PATCH 1/3] inmates: lib: move pci defines and prototypes from x86 to common

2018-01-20 Thread jonas
Den tisdag 16 januari 2018 kl. 17:14:13 UTC+1 skrev Henning Schild: > Hi, > > these patches are an attempt to get the contributions from Jonas in a > shape that can be merged. This first version was tested on x86 and arm > 32, i want it to work on arm64 as well but still had some trouble there. >

Re: [PATCH 1/3] inmates: lib: move pci defines and prototypes from x86 to common

2018-01-16 Thread Henning Schild
Hi, these patches are an attempt to get the contributions from Jonas in a shape that can be merged. This first version was tested on x86 and arm 32, i want it to work on arm64 as well but still had some trouble there. So this first attempt is just to collect some feedback about the general

[PATCH 1/3] inmates: lib: move pci defines and prototypes from x86 to common

2018-01-16 Thread Henning Schild
Code is just moved around and not changed. This prepares for using pci in arm demos. Signed-off-by: Henning Schild --- inmates/lib/inmate_common.h | 26 ++ inmates/lib/x86/inmate.h| 26 -- 2 files changed, 26