qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] target/riscv/kvm: update KVM exts to Linux 6.8
@ 2024-03-04 13:47 Daniel Henrique Barboza
  2024-03-04 13:47 ` [PATCH 1/2] linux-headers: Update to Linux v6.8-rc6 Daniel Henrique Barboza
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Daniel Henrique Barboza @ 2024-03-04 13:47 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-riscv, alistair.francis, bmeng, liwei1518, zhiwei_liu,
	palmer, ajones, Daniel Henrique Barboza

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-03-06  2:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-04 13:47 [PATCH 0/2] target/riscv/kvm: update KVM exts to Linux 6.8 Daniel Henrique Barboza
2024-03-04 13:47 ` [PATCH 1/2] linux-headers: Update to Linux v6.8-rc6 Daniel Henrique Barboza
2024-03-06  2:09   ` Alistair Francis
2024-03-04 13:47 ` [PATCH 2/2] target/riscv/kvm: update KVM exts to Linux 6.8 Daniel Henrique Barboza
2024-03-06  2:49   ` Alistair Francis
2024-03-06  2:53 ` [PATCH 0/2] " Alistair Francis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).