Re: [PATCH 0/3] v3 - Paravirtualization Patch Series

2018-02-23 Thread Joel Sherrill
On Feb 23, 2018 7:18 AM, "Sebastian Huber" < sebastian.hu...@embedded-brains.de> wrote: - Am 23. Feb 2018 um 7:41 schrieb Chris Johns chr...@rtems.org: > On 23/02/2018 14:15, Sebastian Huber wrote: >> - Am 22. Feb 2018 um 17:57 schrieb joel j...@rtems.org: >> >>> On Thu, Feb 22, 2018 at

Re: [PATCH 0/3] v3 - Paravirtualization Patch Series

2018-02-23 Thread Sebastian Huber
- Am 23. Feb 2018 um 7:41 schrieb Chris Johns chr...@rtems.org: > On 23/02/2018 14:15, Sebastian Huber wrote: >> - Am 22. Feb 2018 um 17:57 schrieb joel j...@rtems.org: >> >>> On Thu, Feb 22, 2018 at 5:42 AM, Sebastian Huber < >>> sebastian.hu...@embedded-brains.de> wrote: >>> -

Re: [PATCH 0/3] v3 - Paravirtualization Patch Series

2018-02-22 Thread Chris Johns
On 23/02/2018 14:15, Sebastian Huber wrote: > - Am 22. Feb 2018 um 17:57 schrieb joel j...@rtems.org: > >> On Thu, Feb 22, 2018 at 5:42 AM, Sebastian Huber < >> sebastian.hu...@embedded-brains.de> wrote: >> >>> - Am 22. Feb 2018 um 6:06 schrieb Chris Johns chr...@rtems.org: >>> On

Re: [PATCH 0/3] v3 - Paravirtualization Patch Series

2018-02-22 Thread Sebastian Huber
- Am 22. Feb 2018 um 17:57 schrieb joel j...@rtems.org: > On Thu, Feb 22, 2018 at 5:42 AM, Sebastian Huber < > sebastian.hu...@embedded-brains.de> wrote: > >> - Am 22. Feb 2018 um 6:06 schrieb Chris Johns chr...@rtems.org: >> >> > On 22/02/2018 13:37, Sebastian Huber wrote: >> >>> >> >>>

Re: [PATCH 0/3] v3 - Paravirtualization Patch Series

2018-02-22 Thread Joel Sherrill
On Thu, Feb 22, 2018 at 5:42 AM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > - Am 22. Feb 2018 um 6:06 schrieb Chris Johns chr...@rtems.org: > > > On 22/02/2018 13:37, Sebastian Huber wrote: > >>> > >>> Architecture-specific names should use an ARCH_ or _Arch prefix and >

Re: [PATCH 0/3] v3 - Paravirtualization Patch Series

2018-02-22 Thread Sebastian Huber
- Am 22. Feb 2018 um 6:06 schrieb Chris Johns chr...@rtems.org: > On 22/02/2018 13:37, Sebastian Huber wrote: >>> >>> Architecture-specific names should use an ARCH_ or _Arch prefix and not >>> CPU_ARCH >>> or _CPU_Arch. >>> >>> This >>> >>> CPU_DISABLE_INLINE_ISR_DISABLE_ENABLE >>> >>> is

Re: [PATCH 0/3] v3 - Paravirtualization Patch Series

2018-02-21 Thread Chris Johns
On 22/02/2018 13:37, Sebastian Huber wrote: >> >> Architecture-specific names should use an ARCH_ or _Arch prefix and not >> CPU_ARCH >> or _CPU_Arch. >> >> This >> >> CPU_DISABLE_INLINE_ISR_DISABLE_ENABLE >> >> is an architecture-specific implementation detail which doesn't propagate to >>

Re: [PATCH 0/3] v3 - Paravirtualization Patch Series

2018-02-21 Thread Sebastian Huber
- Am 22. Feb 2018 um 3:25 schrieb Sebastian Huber sebastian.hu...@embedded-brains.de: > - Am 21. Feb 2018 um 21:07 schrieb joel j...@rtems.org: > >> Hi >> >> This patch series reworks the ARM and PowerPC support addition >> as well as reworks the i386 paravirtualization support based

Re: [PATCH 0/3] v3 - Paravirtualization Patch Series

2018-02-21 Thread Sebastian Huber
- Am 21. Feb 2018 um 21:07 schrieb joel j...@rtems.org: > Hi > > This patch series reworks the ARM and PowerPC support addition > as well as reworks the i386 paravirtualization support based > on Chris Johns' suggestion. He suggested adding a > rtems/score/paravirt.h for each architecture

[PATCH 0/3] v3 - Paravirtualization Patch Series

2018-02-21 Thread Joel Sherrill
Hi This patch series reworks the ARM and PowerPC support addition as well as reworks the i386 paravirtualization support based on Chris Johns' suggestion. He suggested adding a rtems/score/paravirt.h for each architecture and using derived feature macros instead of RTEMS_PARAVIRT directly. This