qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 2/2] linux-user: call set/getscheduler set/getparam direct


From: Laurent Vivier
Subject: Re: [PATCH v3 2/2] linux-user: call set/getscheduler set/getparam directly
Date: Thu, 23 Dec 2021 18:44:55 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.4.0

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 via email to

[Prev in Thread] Current Thread [Next in Thread]