search for: pollset

Displaying 4 results from an estimated 4 matches for "pollset".

Did you mean: pollet
2020 Aug 19
0
[libnbd PATCH 2/2] info: Use nbd_opt_info for fewer handles during --list
...pod +++ b/info/nbdinfo.pod @@ -156,6 +156,8 @@ L<qemu-nbd(8)>. Richard W.M. Jones +Eric Blake + =head1 COPYRIGHT Copyright (C) 2020 Red Hat Inc. diff --git a/TODO b/TODO index 239e0b0..4a0cd22 100644 --- a/TODO +++ b/TODO @@ -9,12 +9,8 @@ Example code integrating with ppoll, pollfd, APR pollset (and others?). Example command line utils to copy in/out (like qemu-img convert). -NBD_OPT_INFO mode (like qemu-nbd -L). - NBD resize extension. -NBD_INFO_BLOCK_SIZE. - TLS should properly shut down the session (calling gnutls_bye). Performance: Chart it over various buffer sizes and thread...
2020 Jan 22
3
[PATCH libnbd] PROPOSAL Add nbdcp (NBD copying) tool.
This is a proposal for an NBD to/from file copying tool (not actually written). Obviously this would duplicate functionality which is already available in qemu-img convert. The reasons for writing this tool would be: - to produce a tool which is very focused on the specific needs of virt-v2v and similar migration scenarios - to have a small tool with minimal dependencies - fix some of
2018 Feb 28
0
[ANNOUNCE] xserver 1.20 RC1
...MMITS property xwayland: reduce over-damage Peter Harris (9): meson: Detect arc4random_buf meson: Detect more functions meson: Only detect each function once meson: Detect strlcat/strlcpy/reallocarray in libbsd meson: Fix epoll detection os: Add epoll-like pollset implementation for AIX os: Add epoll-like port implementation for Solaris composite: Propagate damagedDescendants when reparented composite: Fix use-after-free in compReparentWindow Peter Hutterer (14): Xi: when creating a new master device, update barries for all clients...
2020 Aug 19
3
[libnbd PATCH 0/2] NBD_OPT_INFO support
This replaces 13/13 of my v2 series; and now that it has pretty good testsuite coverage and demonstrable performance improvement to nbdinfo, I'm going ahead and pushing this now. We may still want to add further nbd_opt_* commands for other fine-grained tuning of negotiation, but for now, I think things have stabilized on this end, and I can return to polishing .list_exports on the nbdkit