mbox series

[0/2] target/riscv/kvm: update KVM exts to Linux 6.8

Message ID 20240304134732.386590-1-dbarboza@ventanamicro.com
Headers show
Series target/riscv/kvm: update KVM exts to Linux 6.8 | expand

Message

Daniel Henrique Barboza March 4, 2024, 1:47 p.m. UTC
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(-)

Comments

Alistair Francis March 6, 2024, 2:53 a.m. UTC | #1
On Mon, Mar 4, 2024 at 11:48 PM Daniel Henrique Barboza
<dbarboza@ventanamicro.com> wrote:
>
> 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

Thanks!

Applied to riscv-to-apply.next

Alistair

>
>  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
>
>