search for: remote_arg

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

2019 Oct 21
0
[PATCH RFC 1/3] kcov: remote coverage support
...To enable collecting coverage from a global background thread, a unique > global id must be assigned and passed to the corresponding > kcov_remote_start annotation call. Then a userspace process can pass this > id to the KCOV_REMOTE_ENABLE ioctl in the handles array field of the > kcov_remote_arg struct. This will attach kcov device to the code section, > that is referenced by this id. Multiple ids can be targeted with the same > kcov device simultaneously. > > Since there might be many local background threads spawned from different > userspace processes, we can't use a...
2019 Oct 23
0
[PATCH v2 1/3] kcov: remote coverage support
...collecting coverage from a global background thread, a unique > global handle must be assigned and passed to the corresponding > kcov_remote_start() call. Then a userspace process can pass a list of such > handles to the KCOV_REMOTE_ENABLE ioctl in the handles array field of the > kcov_remote_arg struct. This will attach the used kcov device to the code > sections, that are referenced by those handles. > > Since there might be many local background threads spawned from different > userspace processes, we can't use a single global handle per annotation. > Instead, the use...
2017 Feb 03
5
[PATCH 0/5] Support socket activation in virt-p2v.
As the subject says, support socket activation in virt-p2v. I have added upstream support for socket activation to nbdkit already: https://github.com/libguestfs/nbdkit/commit/7ff39d028c6359f5c0925ed2cf4a2c4c751af2e4 I posted a patch for qemu-nbd, still waiting on more reviews for that one: https://www.mail-archive.com/qemu-devel@nongnu.org/msg427246.html I tested this against old and new qemu
2019 Sep 10
3
[PATCH 0/2] Remove virt-p2v from libguestfs
Now that virt-p2v has its own repository [1] and releases [2], it is time to remove it from libguestfs. [1] https://github.com/libguestfs/virt-p2v [2] http://download.libguestfs.org/virt-p2v/ Pino Toscano (2): Remove virt-p2v Remove remaining virt-p2v bits .gitignore | 4 - Makefile.am | 7 +- bash/Makefile.am