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

Daniel Henrique Barboza posted 2 patches 8 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240304134732.386590-1-dbarboza@ventanamicro.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Cornelia Huck <cohuck@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Palmer Dabbelt <palmer@dabbelt.com>, Alistair Francis <alistair.francis@wdc.com>, Bin Meng <bin.meng@windriver.com>, Weiwei Li <liwei1518@gmail.com>, Daniel Henrique Barboza <dbarboza@ventanamicro.com>, Liu Zhiwei <zhiwei_liu@linux.alibaba.com>
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(-)
[PATCH 0/2] target/riscv/kvm: update KVM exts to Linux 6.8
Posted by Daniel Henrique Barboza 8 months, 3 weeks ago
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
Re: [PATCH 0/2] target/riscv/kvm: update KVM exts to Linux 6.8
Posted by Alistair Francis 8 months, 3 weeks ago
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
>
>