Re: [Qemu-devel] [PATCH v2 1/5] linux-user: Fix support for the SIOCATMARK and SIOCGPGRP ioctls for eXtensa

2019-04-25 Thread Max Filippov
On Wed, Apr 24, 2019 at 5:57 AM Aleksandar Markovic wrote: > From: Aleksandar Markovic > > Fix support for the SIOCATMARK and SIOCGPGRP ioctls for eXtensa by xtensa is the official name of this architecture, please fix the spelling here... > correcting corresponding macro definition. > >

Re: [Qemu-devel] [PATCH v2 1/5] linux-user: Fix support for the SIOCATMARK and SIOCGPGRP ioctls for eXtensa

2019-04-24 Thread Aleksandar Markovic
> From: Aleksandar Markovic > Subject: [PATCH v2 1/5] linux-user: Fix support for the SIOCATMARK and > SIOCGPGRP ioctls for eXtensa > > Fix support for the SIOCATMARK and SIOCGPGRP ioctls for eXtensa by > correcting corresponding macro definition. Hello, Xtensa folks! This patch was devised

[Qemu-devel] [PATCH v2 1/5] linux-user: Fix support for the SIOCATMARK and SIOCGPGRP ioctls for eXtensa

2019-04-24 Thread Aleksandar Markovic
From: Aleksandar Markovic Fix support for the SIOCATMARK and SIOCGPGRP ioctls for eXtensa by correcting corresponding macro definition. Values for TARGET_SIOCATMARK and TARGET_SIOCGPGRP are determined by Linux kernel. Following relevant lines are from kernel source tree: