qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH for 5.0 0/6] linux-user: Add support for real time clock ioct


From: Laurent Vivier
Subject: Re: [PATCH for 5.0 0/6] linux-user: Add support for real time clock ioctls
Date: Wed, 13 Nov 2019 18:03:08 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1

Hi Filip,

Le 13/11/2019 à 17:41, Filip Bozuta a écrit :
> Add ioctls for all rtc features that are currently supported in linux kernell.
> 
> Filip Bozuta (6):
>   linux-user: Add support for enabling/disabling rtc features using
>     ioctls
>   linux-user: Add set and read for rtc time and alarm using ioctls
>   linux-user: Add read and set for rtc periodic interrupt and epoch
>     using ioctls
>   linux-user: Add get and set for rtc wakeup alarm using ioctls
>   linux-user: Add get and set for rtc pll correction using ioctls
>   linux-user: Add rtc voltage low detector read and clear using ioctls
> 
>  linux-user/ioctls.h        | 23 +++++++++++++++++++++++
>  linux-user/syscall.c       |  1 +
>  linux-user/syscall_defs.h  | 36 ++++++++++++++++++++++++++++++++++++
>  linux-user/syscall_types.h | 25 +++++++++++++++++++++++++
>  4 files changed, 85 insertions(+)
> 

Could you add in the description of each patch the name the ioctls it
implements, their purpose (you can cut&paste from man(rtc)) and how you
have tested them?

Thanks,
Laurent



reply via email to

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