From: zhouquan@iscas.ac.cn
To: qemu-devel@nongnu.org
Cc: qemu-riscv@nongnu.org, alistair.francis@wdc.com,
bmeng@tinylab.org, liwei1518@gmail.com,
zhiwei_liu@linux.alibaba.com, palmer@rivosinc.com,
ajones@ventanamicro.com, dbarboza@ventanamicro.com,
zhouquan@iscas.ac.cn
Subject: [PATCH 0/2] target/riscv/kvm: Update kvm exts to Linux v6.11
Date: Tue, 24 Sep 2024 16:29:28 +0800 [thread overview]
Message-ID: <cover.1727164986.git.zhouquan@iscas.ac.cn> (raw)
From: Quan Zhou <zhouquan@iscas.ac.cn>
Update QEMU's KVM extension support to version 6.11.
Quan Zhou (2):
linux-headers: Update to Linux v6.11
target/riscv/kvm: Update kvm exts to Linux v6.11
include/standard-headers/drm/drm_fourcc.h | 18 ++
include/standard-headers/linux/ethtool.h | 210 ++++++++++++++++++
.../linux/input-event-codes.h | 2 +
linux-headers/asm-arm64/unistd.h | 25 +--
linux-headers/asm-generic/unistd.h | 6 +-
linux-headers/asm-loongarch/kvm.h | 4 +
linux-headers/asm-loongarch/unistd.h | 4 +-
linux-headers/asm-riscv/kvm.h | 7 +
linux-headers/asm-riscv/unistd.h | 41 +---
linux-headers/asm-x86/kvm.h | 1 +
linux-headers/asm-x86/unistd_64.h | 1 +
linux-headers/asm-x86/unistd_x32.h | 1 +
linux-headers/linux/iommufd.h | 141 ++++++++++--
linux-headers/linux/kvm.h | 23 +-
linux-headers/linux/mman.h | 1 +
linux-headers/linux/psp-sev.h | 28 +++
target/riscv/kvm/kvm-cpu.c | 7 +
17 files changed, 433 insertions(+), 87 deletions(-)
base-commit: 01dc65a3bc262ab1bec8fe89775e9bbfa627becb
--
2.34.1
WARNING: multiple messages have this Message-ID (diff)
From: zhouquan@iscas.ac.cn
To: qemu-devel@nongnu.org
Cc: qemu-riscv@nongnu.org, alistair.francis@wdc.com,
bmeng@tinylab.org, liwei1518@gmail.com,
zhiwei_liu@linux.alibaba.com, palmer@rivosinc.com,
ajones@ventanamicro.com, dbarboza@ventanamicro.com,
zhouquan@iscas.ac.cn
Subject: [PATCH 0/2] target/riscv/kvm: Update kvm exts to Linux v6.11
Date: Tue, 24 Sep 2024 16:12:33 +0800 [thread overview]
Message-ID: <cover.1727164986.git.zhouquan@iscas.ac.cn> (raw)
Message-ID: <20240924081233.sYBk3d1rOIVJZTJ24GnvTrqOA6yOpAHqzNYTP5xSYo0@z> (raw)
From: Quan Zhou <zhouquan@iscas.ac.cn>
Update QEMU's KVM extension support to version 6.11.
Quan Zhou (2):
linux-headers: Update to Linux v6.11
target/riscv/kvm: Update kvm exts to Linux v6.11
include/standard-headers/drm/drm_fourcc.h | 18 ++
include/standard-headers/linux/ethtool.h | 210 ++++++++++++++++++
.../linux/input-event-codes.h | 2 +
linux-headers/asm-arm64/unistd.h | 25 +--
linux-headers/asm-generic/unistd.h | 6 +-
linux-headers/asm-loongarch/kvm.h | 4 +
linux-headers/asm-loongarch/unistd.h | 4 +-
linux-headers/asm-riscv/kvm.h | 7 +
linux-headers/asm-riscv/unistd.h | 41 +---
linux-headers/asm-x86/kvm.h | 1 +
linux-headers/asm-x86/unistd_64.h | 1 +
linux-headers/asm-x86/unistd_x32.h | 1 +
linux-headers/linux/iommufd.h | 141 ++++++++++--
linux-headers/linux/kvm.h | 23 +-
linux-headers/linux/mman.h | 1 +
linux-headers/linux/psp-sev.h | 28 +++
target/riscv/kvm/kvm-cpu.c | 7 +
17 files changed, 433 insertions(+), 87 deletions(-)
base-commit: 01dc65a3bc262ab1bec8fe89775e9bbfa627becb
--
2.34.1
next reply other threads:[~2024-09-24 8:30 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-24 8:29 zhouquan [this message]
2024-09-24 8:12 ` [PATCH 0/2] target/riscv/kvm: Update kvm exts to Linux v6.11 zhouquan
2024-09-24 8:29 ` [PATCH 1/2] linux-headers: Update " zhouquan
2024-09-24 8:12 ` zhouquan
2024-09-24 8:30 ` [PATCH 2/2] target/riscv/kvm: Update kvm exts " zhouquan
2024-09-24 8:13 ` zhouquan
2024-09-24 13:24 ` Andrew Jones
2024-10-31 7:34 ` Jim Shu
2024-11-05 23:42 ` Alistair Francis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1727164986.git.zhouquan@iscas.ac.cn \
--to=zhouquan@iscas.ac.cn \
--cc=ajones@ventanamicro.com \
--cc=alistair.francis@wdc.com \
--cc=bmeng@tinylab.org \
--cc=dbarboza@ventanamicro.com \
--cc=liwei1518@gmail.com \
--cc=palmer@rivosinc.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-riscv@nongnu.org \
--cc=zhiwei_liu@linux.alibaba.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).