Bibo Mao
2e0096a2b6
linux-headers: Update to Linux v6.18-rc3
...
Update headers to retrieve the latest KVM caps for LoongArch. It is added
to the tree by running `update-linux-headers.sh` on linux v6.18-rc3.
Signed-off-by: Bibo Mao <maobibo@loongson.cn >
Reviewed-by: Song Gao <gaosong@loongson.cn >
2025-10-30 10:33:55 +08:00
Paolo Abeni and Michael S. Tsirkin
8de6cd5452
linux-headers: Update to Linux v6.17-rc1
...
Update headers to include the virtio GSO over UDP tunnel features
Reviewed-by: Akihiko Odaki <odaki@rsg.ci .i.u-tokyo.ac.jp>
Acked-by: Jason Wang <jasowang@redhat.com >
Signed-off-by: Paolo Abeni <pabeni@redhat.com >
Tested-by: Lei Yang <leiyang@redhat.com >
Acked-by: Stefano Garzarella <sgarzare@redhat.com >
Reviewed-by: Michael S. Tsirkin <mst@redhat.com >
Message-ID: <0b1f3c011f90583ab52aa4fef04df6db35cc4a69.1758549625.git.pabeni@redhat.com >
Signed-off-by: Michael S. Tsirkin <mst@redhat.com >
2025-10-04 10:50:37 -04:00
Xiaoyao Li and Paolo Bonzini
25c98a1350
update Linux headers to KVM tree master
...
To fetch the update of TDX
Signed-off-by: Xiaoyao Li <xiaoyao.li@intel.com >
Link: https://lore.kernel.org/r/20250703024021.3559286-3-xiaoyao.li@intel.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2025-07-12 15:28:20 +02:00
Paolo Bonzini
688b0756ad
update Linux headers to v6.16-rc3
...
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2025-06-20 13:25:59 +02:00
Paolo Bonzini
428c0acd95
linux-headers: update from 6.15 + kvm/next
...
This brings in the userspace TDX API.
Reviewed-by: Xiaoyao Li <xiaoyao.li@intel.com >
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2025-05-12 17:48:32 +02:00
Rorie Reyes and Cédric Le Goater
1cab5a02ab
linux-headers: Update to Linux v6.15-rc3
...
Update headers to retrieve uapi information for vfio-ap
Signed-off-by: Rorie Reyes <rreyes@linux.ibm.com >
Reviewed-by: Cédric Le Goater <clg@redhat.com >
Link: https://lore.kernel.org/qemu-devel/20250425052401.8287-3-rreyes@linux.ibm.com
Signed-off-by: Cédric Le Goater <clg@redhat.com >
2025-05-09 12:42:28 +02:00
Daniel Henrique Barboza and Alistair Francis
421ee1ec6f
linux-headers: Update to Linux v6.14-rc3
...
Update headers to retrieve the latest KVM caps for RISC-V.
Signed-off-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com >
Message-ID: <20250221153758.652078-2-dbarboza@ventanamicro.com >
Signed-off-by: Alistair Francis <alistair.francis@wdc.com >
2025-03-04 15:42:54 +10:00
Hendrik Brueckner and Thomas Huth
44fe383c27
linux-headers: Update to Linux 6.13-rc1
...
This linux headers update includes required changes for
the gen17 CPU model.
Signed-off-by: Hendrik Brueckner <brueckner@linux.ibm.com >
Suggested-by: Thomas Huth <thuth@redhat.com >
Message-ID: <20241206122751.189721-7-brueckner@linux.ibm.com >
Signed-off-by: Thomas Huth <thuth@redhat.com >
2024-12-11 09:18:38 +01:00
Bibo Mao and Song Gao
0d2eeef77a
linux-headers: Update to Linux v6.12-rc5
...
update linux-headers to v6.12-rc5. Pass to compile on aarch64, arm,
loongarch64, x86_64, i386, riscv64,riscv32 softmmu and linux-user.
Signed-off-by: Bibo Mao <maobibo@loongson.cn >
Acked-by: Song Gao <gaosong@loongson.cn >
Message-Id: <20241028023809.1554405-4-maobibo@loongson.cn >
Signed-off-by: Song Gao <gaosong@loongson.cn >
2024-11-02 15:20:41 +08:00
Thomas Weißschuh and Michael S. Tsirkin
c5614ee3f2
linux-headers: update to 6.10-rc1
...
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de >
Message-Id: <20240527-pvpanic-shutdown-v8-2-5a28ec02558b@t-8ch.de >
Reviewed-by: Michael S. Tsirkin <mst@redhat.com >
Signed-off-by: Michael S. Tsirkin <mst@redhat.com >
2024-07-01 17:16:04 -04:00
Paolo Bonzini
aa274c33c3
update-linux-headers: import linux/kvm_para.h header
...
Right now QEMU is importing arch/x86/include/uapi/asm/kvm_para.h
because it includes definitions for kvmclock and for KVM CPUID
bits. However, other definitions for KVM hypercall values and return
codes are included in include/uapi/linux/kvm_para.h and they will be
used by SEV-SNP.
To ensure that it is possible to include both <linux/kvm_para.h> and
"standard-headers/asm-x86/kvm_para.h" without conflicts, provide
linux/kvm_para.h as a portable header too, and forward linux-headers/
files to those in include/standard-headers. Note that <linux/kvm_para.h>
will include architecture-specific definitions as well, but
"standard-headers/linux/kvm_para.h" will not because it can be used in
architecture-independent files.
This could easily be extended to other architectures, but right now
they do not need any symbol in their specific kvm_para.h files.
Reviewed-by: Thomas Huth <thuth@redhat.com >
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2024-06-05 11:01:06 +02:00
Pankaj Gupta and Paolo Bonzini
5f69e42da5
linux-headers: Update to current kvm/next
...
This updates kernel headers to commit 6f627b425378 ("KVM: SVM: Add module
parameter to enable SEV-SNP", 2024-05-12). The SNP host patches will
be included in Linux 6.11, to be released next July.
Also brings in an linux-headers/linux/vhost.h fix from v6.9-rc4.
Co-developed-by: Michael Roth <michael.roth@amd.com >
Signed-off-by: Michael Roth <michael.roth@amd.com >
Signed-off-by: Pankaj Gupta <pankaj.gupta@amd.com >
Message-ID: <20240530111643.1091816-3-pankaj.gupta@amd.com >
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2024-06-05 11:01:06 +02:00
Paolo Bonzini
ab0c7fb22b
linux-headers: update to current kvm/next
...
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2024-04-23 17:35:25 +02:00
Daniel Henrique Barboza and Alistair Francis
6a02465f91
linux-headers: Update to Linux v6.8-rc6
...
The idea with this update is to get the latest KVM caps for RISC-V.
Signed-off-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com >
Acked-by: Alistair Francis <alistair.francis@wdc.com >
Message-ID: <20240304134732.386590-2-dbarboza@ventanamicro.com >
Signed-off-by: Alistair Francis <alistair.francis@wdc.com >
2024-03-08 20:48:03 +10:00
Daniel Henrique Barboza and Alistair Francis
efb91426af
linux-headers: Update to Linux v6.7-rc5
...
We'll add a new RISC-V linux-header file, but first let's update all
headers.
Headers for 'asm-loongarch' were added in this update.
Signed-off-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com >
Acked-by: Alistair Francis <alistair.francis@wdc.com >
Message-ID: <20231218204321.75757-2-dbarboza@ventanamicro.com >
Signed-off-by: Alistair Francis <alistair.francis@wdc.com >
2024-01-10 18:47:47 +10:00
Thomas Huth
da3c22c74a
linux-headers: Update to Linux v6.6-rc1
...
This update contains the required header changes for the
"target/s390x: AP-passthrough for PV guests" patch from
Steffen Eiden.
Message-ID: <20230912093432.180041-1-thuth@redhat.com >
Signed-off-by: Thomas Huth <thuth@redhat.com >
2023-09-12 11:34:56 +02:00
Cédric Le Goater
d0bf492f38
linux-headers: update to v6.5-rc1
...
Reviewed-by: Thomas Huth <thuth@redhat.com >
Signed-off-by: Cédric Le Goater <clg@redhat.com >
2023-07-10 09:52:52 +02:00
David 'Digit' Turner and Paolo Bonzini
c5c0fdbe39
Update linux headers to v6.3rc5
...
commit 7e364e56293bb98cae1b55fd835f5991c4e96e7d
Signed-off-by: David 'Digit' Turner <digit@google.com >
Message-Id: <20230405172109.3081788-4-digit@google.com >
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2023-04-28 15:55:55 +02:00
Avihai Horon and Alex Williamson
93d7620c25
linux-headers: Update to v6.2-rc8
...
Update to commit ceaa837f96ad ("Linux 6.2-rc8").
Signed-off-by: Avihai Horon <avihaih@nvidia.com >
Link: https://lore.kernel.org/r/20230216143630.25610-2-avihaih@nvidia.com
Signed-off-by: Alex Williamson <alex.williamson@redhat.com >
2023-02-16 12:13:46 -07:00
Chenyi Qiang and Thomas Huth
d525f73f91
Update linux headers to v6.0-rc4
...
commit 7e18e42e4b280c85b76967a9106a13ca61c16179
Signed-off-by: Chenyi Qiang <chenyi.qiang@intel.com >
Reviewed-by: Cornelia Huck <cohuck@redhat.com >
Message-Id: <20220915091035.3897-3-chenyi.qiang@intel.com >
Signed-off-by: Thomas Huth <thuth@redhat.com >
2022-09-26 17:23:47 +02:00
Paolo Bonzini
1ea5208feb
linux-headers: include missing changes from 5.17
...
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2022-03-15 11:50:50 +01:00
Vivek Goyal and Dr. David Alan Gilbert
ef17dd6a8e
linux-headers: Update headers to v5.17-rc1
...
Update headers to 5.17-rc1. I need latest fuse changes.
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com >
Signed-off-by: Vivek Goyal <vgoyal@redhat.com >
Message-Id: <20220208204813.682906-3-vgoyal@redhat.com >
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com >
2022-02-17 17:21:45 +00:00
Paolo Bonzini
43709a0ca3
linux-headers: update to 5.16-rc1
...
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
Acked-by: Cornelia Huck <cohuck@redhat.com >
Reviewed-by: Alex Bennée <alex.bennee@linaro.org >
Message-Id: <20211111110604.207376-3-pbonzini@redhat.com >
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2021-12-10 09:47:18 +01:00
Bharata B Rao and David Gibson
327d4b7f3f
linux-headers: Update
...
Update to mainline commit: 79160a603bdb ("Merge tag 'usb-5.14-rc1' of
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb"
Signed-off-by: Bharata B Rao <bharata@linux.ibm.com >
Message-Id: <20210706112440.1449562-2-bharata@linux.ibm.com >
Signed-off-by: David Gibson <david@gibson.dropbear.id.au >
2021-07-09 11:01:06 +10:00
Eduardo Habkost
278f064e45
Update Linux headers to 5.13-rc4
...
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com >
Message-Id: <20210603191541.2862286-1-ehabkost@redhat.com >
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com >
2021-06-17 14:11:06 -04:00