History log of /kvmtool/include/linux/virtio_pci.h (Results 1 – 5 of 5)
Revision Date Author Comments
# 85aaadf6 14-May-2024 Anup Patel <apatel@ventanamicro.com>

Sync-up headers with Linux-6.9 kernel

We sync-up Linux headers to get latest KVM RISC-V headers having
Ztso and Zacas support.

Signed-off-by: Anup Patel Anup Patel <apatel@ventanamicro.com>
Link: h

Sync-up headers with Linux-6.9 kernel

We sync-up Linux headers to get latest KVM RISC-V headers having
Ztso and Zacas support.

Signed-off-by: Anup Patel Anup Patel <apatel@ventanamicro.com>
Link: https://lore.kernel.org/r/20240514054928.854419-2-apatel@ventanamicro.com
Signed-off-by: Will Deacon <will@kernel.org>

show more ...


# 99684681 25-Mar-2024 Anup Patel <apatel@ventanamicro.com>

Sync-up headers with Linux-6.8 for KVM RISC-V

We sync-up Linux headers to get latest KVM RISC-V headers having
Zbc, Scalar crypto, Vector crypto, Zfh[min], Zihintntl, Zvfh[min],
Zfa, and SBI steal-t

Sync-up headers with Linux-6.8 for KVM RISC-V

We sync-up Linux headers to get latest KVM RISC-V headers having
Zbc, Scalar crypto, Vector crypto, Zfh[min], Zihintntl, Zvfh[min],
Zfa, and SBI steal-time support.

Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Link: https://lore.kernel.org/r/20240325153141.6816-2-apatel@ventanamicro.com
Signed-off-by: Will Deacon <will@kernel.org>

show more ...


# 92ef2dcd 09-Feb-2024 Will Deacon <will@kernel.org>

Sync kernel headers with v6.7 to enable additional Risc-V extensions

$ ./util/update_headers.sh ~/work/linux

Signed-off-by: Will Deacon <will@kernel.org>


# 8d0facec 15-Aug-2022 Anup Patel <apatel@ventanamicro.com>

Update UAPI headers based on Linux-6.0-rc1

We update all UAPI headers based on Linux-6.0-rc1 so that we can
use latest features.

Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Link: https://lo

Update UAPI headers based on Linux-6.0-rc1

We update all UAPI headers based on Linux-6.0-rc1 so that we can
use latest features.

Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Link: https://lore.kernel.org/r/20220815101325.477694-2-apatel@ventanamicro.com
Signed-off-by: Will Deacon <will@kernel.org>

show more ...


# 1a992bba 24-May-2022 Andre Przywara <andre.przywara@arm.com>

include: add new virtio uapi header files

Commit a08bb43a0c37 ("kvmtool: Copy Linux' up-to-date virtio headers")
copied in some of the virtio UAPI headers from the kernel tree, but
didn't include al

include: add new virtio uapi header files

Commit a08bb43a0c37 ("kvmtool: Copy Linux' up-to-date virtio headers")
copied in some of the virtio UAPI headers from the kernel tree, but
didn't include all of them, as we were relying on some of them being
provided by the distribution.

Now commit bc77bf49df6e ("stat: Add descriptions for new virtio_balloon
stat types") used some newer virtio balloon symbols, that some older
distros (e.g. Ubuntu 18.04) do not carry, which breaks compilation
there:
=======================
CC builtin-stat.o
builtin-stat.c: In function 'do_memstat':
builtin-stat.c:86:8: error: 'VIRTIO_BALLOON_S_HTLB_PGALLOC' undeclared (first use in this function); did you mean 'VIRTIO_BALLOON_S_AVAIL'?
case VIRTIO_BALLOON_S_HTLB_PGALLOC:
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VIRTIO_BALLOON_S_AVAIL
builtin-stat.c:86:8: note: each undeclared identifier is reported only once for each function it appears in
=======================

To fix this include the remaining virtio headers (those that we actually
need for kvmtool at the moment), from Linux v5.18.0.

Fixes: bc77bf49df6e ("stat: Add descriptions for new virtio_balloon stat types")
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Link: https://lore.kernel.org/r/20220524150611.523910-5-andre.przywara@arm.com
Signed-off-by: Will Deacon <will@kernel.org>

show more ...