aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-06-04ebpf: Add a separate target for skeletonAkihiko Odaki1-7/+8
2024-06-04ebpf: Refactor tun_rss_steering_prog()Akihiko Odaki1-15/+11
2024-06-04ebpf: Return 0 when configuration failsAkihiko Odaki1-1/+1
2024-06-04ebpf: Fix RSS error handlingAkihiko Odaki1-9/+11
2024-03-12ebpf: Updated eBPF program and skeleton.Andrew Melnychenko1-2/+5
2023-03-10ebpf: fix compatibility with libbpf 1.0+Shreesh Adiga2-26/+25
2023-02-16virtiofsd: Remove sourceDr. David Alan Gilbert18-13290/+0
2023-02-16virtiofsd: Remove build and docs glueDr. David Alan Gilbert3-36/+0
2023-01-11tools/virtiofsd: add G_GNUC_PRINTF for logging functionsDaniel P. Berrangé3-2/+6
2022-12-14cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster1-18/+6
2022-11-25virtiofsd: Add `sigreturn` to the seccomp whitelistMarc Hartmayer1-0/+1
2022-09-22virtiofsd: use g_date_time_get_microsecond to get subsecondYusuke Okada1-2/+5
2022-08-04virtiofsd: Fix format stringsStefan Weil1-2/+2
2022-08-02virtiofsd: Disable killpriv_v2 by defaultVivek Goyal1-11/+2
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé1-1/+1
2022-06-28Trivial: 3 char repeat typosDr. David Alan Gilbert1-1/+1
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster1-4/+3
2022-05-07meson: create have_vhost_* variablesPaolo Bonzini1-1/+1
2022-05-03virtiofsd: replace pipe() with g_unix_open_pipe(CLOEXEC)Marc-André Lureau1-1/+1
2022-04-25Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson1-0/+3
2022-04-21util: replace qemu_get_local_state_pathname()Marc-André Lureau1-1/+3
2022-04-21include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau1-1/+1
2022-04-21virtiofsd: Add docs/helper for killpriv_v2/no_killpriv_v2 optionLiu Yiding1-0/+3
2022-03-02virtiofsd: Let meson check for statx.stx_mnt_idHanna Reitz1-1/+1
2022-02-21Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-22/+9
2022-02-17virtiofsd: Add basic support for FUSE_SYNCFS requestGreg Kurz4-0/+69
2022-02-17virtiofsd: Add an option to enable/disable security labelVivek Goyal2-0/+16
2022-02-17virtiofsd: Create new file using O_TMPFILE and set security contextVivek Goyal1-8/+72
2022-02-17virtiofsd: Create new file with security contextVivek Goyal1-29/+200
2022-02-17virtiofsd: Add helpers to work with /proc/self/task/tid/attr/fscreateVivek Goyal1-0/+92
2022-02-17virtiofsd: Move core file creation code in separate functionVivek Goyal1-11/+25
2022-02-17virtiofsd, fuse_lowlevel.c: Add capability to parse security contextVivek Goyal3-1/+113
2022-02-17virtiofsd: Extend size of fuse_conn_info->capable and ->want fieldsVivek Goyal2-3/+3
2022-02-17virtiofsd: Parse extended "struct fuse_init_in"Vivek Goyal1-22/+39
2022-02-17virtiofsd: Fix breakage due to fuse_init_in size changeVivek Goyal1-1/+3
2022-02-16virtiofsd: Do not support blocking flockSebastian Hasler1-0/+9
2022-02-16meson: use .require() and .disable_auto_if() method for featuresPaolo Bonzini1-22/+9
2022-02-14tools/virtiofsd: Add rseq syscall to the seccomp allowlistChristian Ehrhardt1-0/+3
2022-01-26virtiofsd: Drop membership of all supplementary groups (CVE-2022-0358)Vivek Goyal1-0/+27
2021-10-25virtiofsd: Error on bad socket group nameDr. David Alan Gilbert1-0/+7
2021-10-25virtiofsd: Add a helper to stop all queuesVivek Goyal1-9/+13
2021-10-25virtiofsd: Add a helper to send element on virtqueueVivek Goyal1-27/+18
2021-10-25virtiofsd: Remove unused virtio_fs_config definitionVivek Goyal1-6/+0
2021-10-25virtiofsd: xattr mapping add a new type "unsupported"Vivek Goyal1-3/+14
2021-09-19Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2021...Peter Maydell2-0/+2
2021-09-16virtiofsd: Reverse req_list before processing itSergio Lopez1-0/+1
2021-09-16tools/virtiofsd: Add fstatfs64 syscall to the seccomp allowlistThomas Huth1-0/+1
2021-09-15spelling: sytem => systemMichael Tokarev1-2/+2
2021-07-09virtiofsd: Add missing newline in error messageHubert Jasudowicz1-1/+1
2021-07-05virtiofsd: Add an option to enable/disable posix aclsVivek Goyal2-1/+115