freebsd-src/sys/dev/xen
Alex Richardson a96eb797b2
Some checks failed
Cross-build Kernel / amd64 ubuntu-20.04 (clang-12) (push) Has been cancelled
Cross-build Kernel / aarch64 ubuntu-20.04 (clang-12) (push) Has been cancelled
Cross-build Kernel / amd64 macos-latest (clang-13) (push) Has been cancelled
Cross-build Kernel / aarch64 macos-latest (clang-13) (push) Has been cancelled
Cross-build Kernel / amd64 ubuntu-22.04 (clang-14) (push) Has been cancelled
Cross-build Kernel / aarch64 ubuntu-22.04 (clang-14) (push) Has been cancelled
sys/xen: Use __printflike() instead of format(printf)
The __printflike macro sets the format to freebsd_kprintf which recent
clang understands and warns about. Fixes the following error:
`passing 'printf' format string where 'freebsd_kprintf' format string is expected [-Werror,-Wformat]`

MFC after:	1 week

(cherry picked from commit 4cd7be3e81)
2026-01-04 02:46:55 +01:00
..
balloon sys: Remove $FreeBSD$: one-line .c pattern 2023-08-23 11:43:25 -06:00
blkback sys/xen: Use __printflike() instead of format(printf) 2026-01-04 02:46:55 +01:00
blkfront xen/blk{front,back}: fix usage of sector sizes different than 512b 2024-10-15 10:14:59 +02:00
console sys: Remove $FreeBSD$: one-line .c pattern 2023-08-23 11:43:25 -06:00
control sys: Remove $FreeBSD$: one-line .c pattern 2023-08-23 11:43:25 -06:00
debug sys: Remove $FreeBSD$: one-line .c pattern 2023-08-23 11:43:25 -06:00
evtchn sys: Remove $FreeBSD$: one-line .c pattern 2023-08-23 11:43:25 -06:00
gntdev gntdev: Handle errors from suword32() in gntdev_alloc_gref() 2024-01-01 20:12:45 -05:00
grant_table xen: fix initialization of grant table frame array 2024-10-11 09:40:16 +02:00
netback sys: Remove $FreeBSD$: one-line .c pattern 2023-08-23 11:43:25 -06:00
netfront xen-netfront: attempt to make cleanup idempotent 2024-10-11 09:41:17 +02:00
pci sys: Remove $FreeBSD$: one-line .c pattern 2023-08-23 11:43:25 -06:00
pcifront sys: Remove $FreeBSD$: one-line .c pattern 2023-08-23 11:43:25 -06:00
privcmd sys: Remove $FreeBSD$: one-line .c pattern 2023-08-23 11:43:25 -06:00
pvcpu sys: Remove $FreeBSD$: one-line .c pattern 2023-08-23 11:43:25 -06:00
timer sys: Remove $FreeBSD$: one-line .c pattern 2023-08-23 11:43:25 -06:00
xenpci sys: Remove $FreeBSD$: one-line .c pattern 2023-08-23 11:43:25 -06:00
xenstore sys: Remove $FreeBSD$: one-line .c pattern 2023-08-23 11:43:25 -06:00