#
01171537 |
| 21-Aug-2024 |
Anup Patel <apatel@ventanamicro.com> |
Sync-up headers with Linux-6.10 kernel
We sync-up Linux headers to get latest KVM RISC-V headers having Sscofpmf support.
Signed-off-by: Anup Patel Anup Patel <apatel@ventanamicro.com> Link: https:
Sync-up headers with Linux-6.10 kernel
We sync-up Linux headers to get latest KVM RISC-V headers having Sscofpmf support.
Signed-off-by: Anup Patel Anup Patel <apatel@ventanamicro.com> Link: https://lore.kernel.org/r/20240821142610.3297483-2-apatel@ventanamicro.com Signed-off-by: Will Deacon <will@kernel.org>
show more ...
|
#
26c85896 |
| 18-Nov-2023 |
Anup Patel <apatel@ventanamicro.com> |
Sync-up header with Linux-6.6 for KVM RISC-V
We sync-up Linux headers to get latest KVM RISC-V headers having V, Svnapot, AIA and other extensions.
Signed-off-by: Anup Patel <apatel@ventanamicro.co
Sync-up header with Linux-6.6 for KVM RISC-V
We sync-up Linux headers to get latest KVM RISC-V headers having V, Svnapot, AIA and other extensions.
Signed-off-by: Anup Patel <apatel@ventanamicro.com> Link: https://lore.kernel.org/r/20231118132847.758785-2-apatel@ventanamicro.com Signed-off-by: Will Deacon <will@kernel.org>
show more ...
|
#
be986824 |
| 12-Jul-2023 |
Anup Patel <apatel@ventanamicro.com> |
Sync-up headers with Linux-6.4
We sync-up Linux headers to get latest KVM RISC-V headers having SBI extension enable/disable, Zbb, Zicboz, and Ssaia support.
Signed-off-by: Anup Patel <apatel@venta
Sync-up headers with Linux-6.4
We sync-up Linux headers to get latest KVM RISC-V headers having SBI extension enable/disable, Zbb, Zicboz, and Ssaia support.
Signed-off-by: Anup Patel <apatel@ventanamicro.com> Link: https://lore.kernel.org/r/20230712163501.1769737-3-apatel@ventanamicro.com Signed-off-by: Will Deacon <will@kernel.org>
show more ...
|
#
76dfc0cf |
| 18-Oct-2022 |
Anup Patel <apatel@ventanamicro.com> |
Update UAPI headers based on Linux-6.1-rc1
We update all UAPI headers based on Linux-6.1-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.1-rc1
We update all UAPI headers based on Linux-6.1-rc1 so that we can use latest features.
Signed-off-by: Anup Patel <apatel@ventanamicro.com> Link: https://lore.kernel.org/r/20221018140854.69846-2-apatel@ventanamicro.com Signed-off-by: Will Deacon <will@kernel.org>
show more ...
|
#
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 ...
|
#
e5390783 |
| 24-May-2022 |
Andre Przywara <andre.przywara@arm.com> |
include: update virtio UAPI headers
Commit a08bb43a0c37 ("kvmtool: Copy Linux' up-to-date virtio headers") copied the kernel's virtio UAPI headers into the kvmtool tree, because at the time some dis
include: update virtio UAPI headers
Commit a08bb43a0c37 ("kvmtool: Copy Linux' up-to-date virtio headers") copied the kernel's virtio UAPI headers into the kvmtool tree, because at the time some distros didn't include (all of) them in their kernel headers package. Let's update those copies, so that we can use newer features, if needed.
This syncs in the already existing copies of the headers from Linux v5.18.0.
Signed-off-by: Andre Przywara <andre.przywara@arm.com> Link: https://lore.kernel.org/r/20220524150611.523910-4-andre.przywara@arm.com Signed-off-by: Will Deacon <will@kernel.org>
show more ...
|
#
a08bb43a |
| 21-Jan-2015 |
Andre Przywara <andre.przywara@arm.com> |
kvmtool: Copy Linux' up-to-date virtio headers
Some distributions with an older uapi header copy do not have all the definitions that we need (Ubuntu 12.04 comes to mind). So copy the latest version
kvmtool: Copy Linux' up-to-date virtio headers
Some distributions with an older uapi header copy do not have all the definitions that we need (Ubuntu 12.04 comes to mind). So copy the latest versions from the Linux tree to override the system header versions. Also include virtio_mmio.h, which is technically not an uapi header, but is used in such a way. QEMU has actually a copy of these definitions in its own header file, so our approach should even be better. Those files are from a Linux v4.1-rc6 source tree, but the virtio-1.0 updates have been left out. kvmtool implements only the older version of virtio.
Signed-off-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
show more ...
|