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
Richard Henderson
1188b07e60
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
...
* i386: fix migration issues in 10.1
* target/i386/mshv: new accelerator
* rust: use glib-sys-rs
* rust: fixes for docker tests
# -----BEGIN PGP SIGNATURE-----
#
# iQFIBAABCgAyFiEE8TM4V0tmI4mGbHaCv/vSX3jHroMFAmjnaOwUHHBib256aW5p
# QHJlZGhhdC5jb20ACgkQv/vSX3jHroNsFQf/WXKxZLLnItHwDz3UdwjzewPWpz5N
# fpS0E4C03J8pACDgyfl7PQl47P7NlJ08Ig2Lc5l3Z9KiAKgh0orR7Cqd0BY5f9lo
# uk4FgXfXpQyApywAlctadrTfcH8sRv2tMaP6EJ9coLtJtHW9RUGFPaZeMsqrjpAl
# TpwAXPYNDDvvy1ih1LPh5DzOPDXE4pin2tDa94gJei56gY95auK4zppoNYLdB3kR
# GOyR4QK43/yhuxPHOmQCZOE3HK2XrKgMZHWIjAovjZjZFiJs49FaHBOpRfFpsUlG
# PB3UbIMtu69VY20LqbbyInPnyATRQzqIGnDGTErP6lfCGTKTy2ulQYWvHA==
# =KM5O
# -----END PGP SIGNATURE-----
# gpg: Signature made Thu 09 Oct 2025 12:49:00 AM PDT
# gpg: using RSA key F13338574B662389866C7682BFFBD25F78C7AE83
# gpg: issuer "pbonzini@redhat.com "
# gpg: Good signature from "Paolo Bonzini <bonzini@gnu.org >" [unknown]
# gpg: aka "Paolo Bonzini <pbonzini@redhat.com >" [unknown]
# gpg: WARNING: The key's User ID is not certified with a trusted signature!
# gpg: There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 46F5 9FBD 57D6 12E7 BFD4 E2F7 7E15 100C CD36 69B1
# Subkey fingerprint: F133 3857 4B66 2389 866C 7682 BFFB D25F 78C7 AE83
* tag 'for-upstream' of https://gitlab.com/bonzini/qemu : (35 commits)
rust: fix path to rust_root_crate.sh
tests/docker: make --enable-rust overridable with EXTRA_CONFIGURE_OPTS
MAINTAINERS: Add maintainers for mshv accelerator
docs: Add mshv to documentation
target/i386/mshv: Use preallocated page for hvcall
qapi/accel: Allow to query mshv capabilities
accel/mshv: Handle overlapping mem mappings
target/i386/mshv: Implement mshv_vcpu_run()
target/i386/mshv: Write MSRs to the hypervisor
target/i386/mshv: Integrate x86 instruction decoder/emulator
target/i386/mshv: Register MSRs with MSHV
target/i386/mshv: Register CPUID entries with MSHV
target/i386/mshv: Set local interrupt controller state
target/i386/mshv: Implement mshv_arch_put_registers()
target/i386/mshv: Implement mshv_get_special_regs()
target/i386/mshv: Implement mshv_get_standard_regs()
target/i386/mshv: Implement mshv_store_regs()
target/i386/mshv: Add CPU create and remove logic
accel/mshv: Add vCPU signal handling
accel/mshv: Add vCPU creation and execution loop
...
Signed-off-by: Richard Henderson <richard.henderson@linaro.org >
2025-10-09 07:59:01 -07:00
Magnus Kulke
a6d6878650
linux-headers/linux: Add mshv.h headers
...
This file has been added to the tree by running `update-linux-header.sh`
on linux v6.16.
Signed-off-by: Magnus Kulke <magnuskulke@linux.microsoft.com >
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com >
Link: https://lore.kernel.org/r/20250916164847.77883-7-magnuskulke@linux.microsoft.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2025-10-08 19:17:29 +02:00
Paolo Abeni
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
Thomas Huth
99c6e970a4
linux-headers: Remove the 32-bit arm headers
...
KVM support for 32-bit arm has been dropped a while ago, so we don't
need these headers in QEMU anymore.
Fixes: 82bf7ae84c ("target/arm: Remove KVM support for 32-bit Arm hosts")
Acked-by: Cornelia Huck <cohuck@redhat.com >
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org >
Signed-off-by: Thomas Huth <thuth@redhat.com >
Message-ID: <20250710120035.169376-1-thuth@redhat.com >
2025-07-21 07:58:57 +02:00
Xiaoyao Li
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
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
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
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
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
Shivaprasad G Bhat
b9c0a2e01c
linux-header: PPC: KVM: Update one-reg ids for DEXCR, HASHKEYR and HASHPKEYR
...
This is a placeholder change for these SPRs until the full linux
header update.
Signed-off-by: Shivaprasad G Bhat <sbhat@linux.ibm.com >
Signed-off-by: Nicholas Piggin <npiggin@gmail.com >
2024-07-26 09:21:06 +10:00
Thomas Weißschuh
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
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
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
Song Gao
fc70099621
target/loongarch/kvm: Enable LSX/LASX extension
...
The kernel had already support LSX and LASX [1],
but QEMU is disable LSX/LASX for kvm. This patch adds
kvm_check_cpucfg2() to check CPUCFG2.
[1]: https://lore.kernel.org/all/CABgObfZHRf7E_7Jk4uPRmSyxTy3EiuuYwHC35jQncNL9s-zTDA@mail.gmail.com/
Signed-off-by: Song Gao <gaosong@loongson.cn >
Reviewed-by: Bibo Mao <maobibo@loongson.cn >
Message-Id: <20240122090206.1083584-1-gaosong@loongson.cn >
2024-01-25 15:25:31 +08:00
Daniel Henrique Barboza
1583ca8aa6
linux-headers: riscv: add ptrace.h
...
KVM vector support for RISC-V requires the linux-header ptrace.h.
Signed-off-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com >
Acked-by: Alistair Francis <alistair.francis@wdc.com >
Message-ID: <20231218204321.75757-3-dbarboza@ventanamicro.com >
Signed-off-by: Alistair Francis <alistair.francis@wdc.com >
2024-01-10 18:47:47 +10:00
Daniel Henrique Barboza
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
Zhenzhong Duan
f7cbfa7130
linux-headers: Add iommufd.h
...
Since commit da3c22c74a ("linux-headers: Update to Linux v6.6-rc1"),
linux-headers has been updated to v6.6-rc1.
As previous patch added iommufd.h to update-linux-headers.sh,
run the script again against TAG v6.6-rc1 to have iommufd.h included.
Signed-off-by: Zhenzhong Duan <zhenzhong.duan@intel.com >
Reviewed-by: Cédric Le Goater <clg@redhat.com >
Signed-off-by: Cédric Le Goater <clg@redhat.com >
2023-10-18 10:10:49 +02: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
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