qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] osdep: These function are only available on Non-Win32 system


From: Peter Maydell
Subject: Re: [PATCH] osdep: These function are only available on Non-Win32 system.
Date: Wed, 2 Sep 2020 22:09:36 +0100

On Wed, 2 Sep 2020 at 21:06, Yonggang Luo <luoyonggang@gmail.com> wrote:
>
> int qemu_lock_fd(int fd, int64_t start, int64_t len, bool exclusive);
> int qemu_unlock_fd(int fd, int64_t start, int64_t len);
> int qemu_lock_fd_test(int fd, int64_t start, int64_t len, bool exclusive);
> bool qemu_has_ofd_lock(void);

Hi; you seem to have forgotten your signed-off-by: line.

thanks
-- PMM



reply via email to

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