[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] target/riscv/kvm: update KVM exts to Linux 6.8
From: |
Daniel Henrique Barboza |
Subject: |
[PATCH 0/2] target/riscv/kvm: update KVM exts to Linux 6.8 |
Date: |
Mon, 4 Mar 2024 10:47:30 -0300 |
Hi,
Let's update QEMU KVM extension support up to 6.8-rc6 before the 9.0
freeze.
Patches based on alistair/riscv-to-apply.next.
Daniel Henrique Barboza (2):
linux-headers: Update to Linux v6.8-rc6
target/riscv/kvm: update KVM exts to Linux 6.8
include/standard-headers/drm/drm_fourcc.h | 10 +-
include/standard-headers/linux/ethtool.h | 41 +++--
.../standard-headers/linux/virtio_config.h | 8 +-
include/standard-headers/linux/virtio_pci.h | 68 +++++++++
include/standard-headers/linux/virtio_pmem.h | 7 +
linux-headers/asm-generic/unistd.h | 15 +-
linux-headers/asm-mips/mman.h | 2 +-
linux-headers/asm-mips/unistd_n32.h | 5 +
linux-headers/asm-mips/unistd_n64.h | 5 +
linux-headers/asm-mips/unistd_o32.h | 5 +
linux-headers/asm-powerpc/unistd_32.h | 5 +
linux-headers/asm-powerpc/unistd_64.h | 5 +
linux-headers/asm-riscv/kvm.h | 40 +++++
linux-headers/asm-s390/unistd_32.h | 5 +
linux-headers/asm-s390/unistd_64.h | 5 +
linux-headers/asm-x86/kvm.h | 3 +
linux-headers/asm-x86/unistd_32.h | 5 +
linux-headers/asm-x86/unistd_64.h | 5 +
linux-headers/asm-x86/unistd_x32.h | 5 +
linux-headers/linux/iommufd.h | 79 ++++++++++
linux-headers/linux/kvm.h | 140 +++++++-----------
linux-headers/linux/userfaultfd.h | 29 +++-
linux-headers/linux/vfio.h | 1 +
target/riscv/kvm/kvm-cpu.c | 29 ++++
24 files changed, 410 insertions(+), 112 deletions(-)
--
2.43.2
- [PATCH 0/2] target/riscv/kvm: update KVM exts to Linux 6.8,
Daniel Henrique Barboza <=