qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Laurent Vivier <laurent@vivier.eu>
To: Tonis Tiigi <tonistiigi@gmail.com>, qemu-devel@nongnu.org
Subject: Re: [PATCH v3 2/2] linux-user: call set/getscheduler set/getparam directly
Date: Thu, 23 Dec 2021 18:44:55 +0100	[thread overview]
Message-ID: <58c7cdfc-f315-99d3-0832-e251bee681eb@vivier.eu> (raw)
In-Reply-To: <20211223064728.18048-3-tonistiigi@gmail.com>

Le 23/12/2021 à 07:47, Tonis Tiigi a écrit :
> There seems to be difference in syscall and libc definition of these
> methods and therefore musl does not implement them (1e21e78bf7). Call
> syscall directly to ensure the behavior of the libc of user application,
> not the libc that was used to build QEMU.
> 
> Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
> ---
>   linux-user/syscall.c      | 40 ++++++++++++++++++++++++++-------------
>   linux-user/syscall_defs.h |  4 ++++
>   2 files changed, 31 insertions(+), 13 deletions(-)

Reviewed-by: Laurent Vivier <laurent@vivier.eu>



  reply	other threads:[~2021-12-23 17:46 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-23  6:47 [PATCH v3 0/2] linux-user: fixes for sched_ syscalls Tonis Tiigi
2021-12-23  6:47 ` [PATCH v3 1/2] linux-user: add sched_getattr support Tonis Tiigi
2021-12-23 21:03   ` Laurent Vivier
2021-12-23 23:00     ` Tõnis Tiigi
2022-01-03 17:07       ` Tõnis Tiigi
2022-01-03 18:37         ` Laurent Vivier
2022-01-03 19:31           ` Tõnis Tiigi
2022-01-03 22:17             ` Laurent Vivier
2021-12-23  6:47 ` [PATCH v3 2/2] linux-user: call set/getscheduler set/getparam directly Tonis Tiigi
2021-12-23 17:44   ` Laurent Vivier [this message]
2021-12-23 20:37   ` Laurent Vivier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=58c7cdfc-f315-99d3-0832-e251bee681eb@vivier.eu \
    --to=laurent@vivier.eu \
    --cc=qemu-devel@nongnu.org \
    --cc=tonistiigi@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).