, 2016 1:12 AM
To: Aleksandar Markovic
Cc: Aleksandar Markovic; qemu-devel@nongnu.org; peter.mayd...@linaro.org; Petar
Jovanovic; Miodrag Dinic; Aleksandar Rikalo
Subject: Re: [Qemu-devel] [PATCH v5 1/8] linux-user: Add support for adjtimex()
syscall
On Thu, Sep 22, 2016 at 07:05:11AM +
el@nongnu.org; peter.mayd...@linaro.org; Petar Jovanovic; Miodrag
> Dinic; Aleksandar Rikalo; Aleksandar Markovic
> Subject: Re: [Qemu-devel] [PATCH v5 1/8] linux-user: Add support for
> adjtimex() syscall
>
> On Wed, Sep 14, 2016 at 10:19:54PM +0200, Aleksandar Markovic wrote:
PM
To: Aleksandar Markovic
Cc: qemu-devel@nongnu.org; peter.mayd...@linaro.org; Petar Jovanovic; Miodrag
Dinic; Aleksandar Rikalo; Aleksandar Markovic
Subject: Re: [Qemu-devel] [PATCH v5 1/8] linux-user: Add support for adjtimex()
syscall
On Wed, Sep 14, 2016 at 10:19:54PM +0200, Aleksandar Mark
On Wed, Sep 14, 2016 at 10:19:54PM +0200, Aleksandar Markovic wrote:
> From: Aleksandar Markovic
>
> This patch implements Qemu user mode adjtimex() syscall support.
>
> Syscall adjtimex() reads and optionally sets parameters for a clock
> adjustment algorithm used in network synchonization or s
Le 17/09/2016 à 20:40, Laurent Vivier a écrit :
>
>
> Le 14/09/2016 à 22:19, Aleksandar Markovic a écrit :
>> static inline abi_long target_to_host_timespec(struct timespec *host_ts,
>> abi_ulong target_addr)
>> {
>> @@ -9419,8 +9492,23 @@ abi_
Le 14/09/2016 à 22:19, Aleksandar Markovic a écrit :
> From: Aleksandar Markovic
>
> This patch implements Qemu user mode adjtimex() syscall support.
>
> Syscall adjtimex() reads and optionally sets parameters for a clock
> adjustment algorithm used in network synchonization or similar scenari
From: Aleksandar Markovic
This patch implements Qemu user mode adjtimex() syscall support.
Syscall adjtimex() reads and optionally sets parameters for a clock
adjustment algorithm used in network synchonization or similar scenarios.
The implementation is based on invocation of host's adjtimex()