qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 2.2 v2 3/3] linux-user: Use target_timer_t type


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 2.2 v2 3/3] linux-user: Use target_timer_t type for timer parameters
Date: Mon, 10 Nov 2014 17:57:26 +0000

On 10 November 2014 17:44, Alexander Graf <address@hidden> wrote:
> The timer_gettime and timer_settime syscalls get a timer_t parameter. Since
> we now have an internal wrapper type for it, let's make use of it.
>
> We do not need to check for signed < 0 overflows, because we already mask out
> the upper bits of the value, rendering the number always unsigned.
>
> Signed-off-by: Alexander Graf <address@hidden>

Personally I think these three patches would actually be easier
to review merged into a single patch at this point.

-- PMM



reply via email to

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