summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-07-31qemu-vmsr-helper: implement --verbose/-vPaolo Bonzini
2024-07-31qemu-vmsr-helper: fix socket loop breakagePaolo Bonzini
2024-07-22tools: build qemu-vmsr-helperAnthony Harivel
2024-06-04ebpf: Add a separate target for skeletonAkihiko Odaki
2024-06-04ebpf: Refactor tun_rss_steering_prog()Akihiko Odaki
2024-06-04ebpf: Return 0 when configuration failsAkihiko Odaki
2024-06-04ebpf: Fix RSS error handlingAkihiko Odaki
2024-03-12ebpf: Updated eBPF program and skeleton.Andrew Melnychenko
2023-03-10ebpf: fix compatibility with libbpf 1.0+Shreesh Adiga
2023-02-16virtiofsd: Remove sourceDr. David Alan Gilbert
2023-02-16virtiofsd: Remove build and docs glueDr. David Alan Gilbert
2023-01-11tools/virtiofsd: add G_GNUC_PRINTF for logging functionsDaniel P. Berrangé
2022-12-14cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster
2022-11-25virtiofsd: Add `sigreturn` to the seccomp whitelistMarc Hartmayer
2022-09-22virtiofsd: use g_date_time_get_microsecond to get subsecondYusuke Okada
2022-08-04virtiofsd: Fix format stringsStefan Weil
2022-08-02virtiofsd: Disable killpriv_v2 by defaultVivek Goyal
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé
2022-06-28Trivial: 3 char repeat typosDr. David Alan Gilbert
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster
2022-05-07meson: create have_vhost_* variablesPaolo Bonzini
2022-05-03virtiofsd: replace pipe() with g_unix_open_pipe(CLOEXEC)Marc-André Lureau
2022-04-25Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson
2022-04-21util: replace qemu_get_local_state_pathname()Marc-André Lureau
2022-04-21include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau
2022-04-21virtiofsd: Add docs/helper for killpriv_v2/no_killpriv_v2 optionLiu Yiding
2022-03-02virtiofsd: Let meson check for statx.stx_mnt_idHanna Reitz
2022-02-21Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2022-02-17virtiofsd: Add basic support for FUSE_SYNCFS requestGreg Kurz
2022-02-17virtiofsd: Add an option to enable/disable security labelVivek Goyal
2022-02-17virtiofsd: Create new file using O_TMPFILE and set security contextVivek Goyal
2022-02-17virtiofsd: Create new file with security contextVivek Goyal
2022-02-17virtiofsd: Add helpers to work with /proc/self/task/tid/attr/fscreateVivek Goyal
2022-02-17virtiofsd: Move core file creation code in separate functionVivek Goyal
2022-02-17virtiofsd, fuse_lowlevel.c: Add capability to parse security contextVivek Goyal
2022-02-17virtiofsd: Extend size of fuse_conn_info->capable and ->want fieldsVivek Goyal
2022-02-17virtiofsd: Parse extended "struct fuse_init_in"Vivek Goyal
2022-02-17virtiofsd: Fix breakage due to fuse_init_in size changeVivek Goyal
2022-02-16virtiofsd: Do not support blocking flockSebastian Hasler
2022-02-16meson: use .require() and .disable_auto_if() method for featuresPaolo Bonzini
2022-02-14tools/virtiofsd: Add rseq syscall to the seccomp allowlistChristian Ehrhardt
2022-01-26virtiofsd: Drop membership of all supplementary groups (CVE-2022-0358)Vivek Goyal
2021-10-25virtiofsd: Error on bad socket group nameDr. David Alan Gilbert
2021-10-25virtiofsd: Add a helper to stop all queuesVivek Goyal
2021-10-25virtiofsd: Add a helper to send element on virtqueueVivek Goyal
2021-10-25virtiofsd: Remove unused virtio_fs_config definitionVivek Goyal
2021-10-25virtiofsd: xattr mapping add a new type "unsupported"Vivek Goyal
2021-09-19Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2021...Peter Maydell
2021-09-16virtiofsd: Reverse req_list before processing itSergio Lopez
2021-09-16tools/virtiofsd: Add fstatfs64 syscall to the seccomp allowlistThomas Huth