From: Cornelia Huck <cohuck@redhat.com>
To: Thomas Huth <thuth@redhat.com>,
Yong-Xuan Wang <yongxuan.wang@sifive.com>,
qemu-devel@nongnu.org, qemu-riscv@nongnu.org
Cc: rkanwal@rivosinc.com, anup@brainfault.org,
dbarboza@ventanamicro.com, atishp@atishpatra.org,
vincent.chen@sifive.com, greentime.hu@sifive.com,
frank.chang@sifive.com, "Michael S. Tsirkin" <mst@redhat.com>,
Paolo Bonzini <pbonzini@redhat.com>,
Palmer Dabbelt <palmer@dabbelt.com>,
Alistair Francis <alistair.francis@wdc.com>,
Bin Meng <bin.meng@windriver.com>,
Chenyi Qiang <chenyi.qiang@intel.com>,
Alex Williamson <alex.williamson@redhat.com>,
kvm@vger.kernel.org
Subject: Re: [PATCH 1/6] update-linux-headers: sync-up header with Linux for KVM AIA support
Date: Mon, 24 Apr 2023 18:07:20 +0200 [thread overview]
Message-ID: <87edo9uuvb.fsf@redhat.com> (raw)
In-Reply-To: <fa91e8cf-2240-ac81-740b-b9d8597f4f59@redhat.com>
On Mon, Apr 24 2023, Thomas Huth <thuth@redhat.com> wrote:
> On 24/04/2023 11.07, Yong-Xuan Wang wrote:
>> Sync-up Linux header to get latest KVM RISC-V headers having AIA support.
>>
>> Signed-off-by: Yong-Xuan Wang <yongxuan.wang@sifive.com>
>> Reviewed-by: Jim Shu <jim.shu@sifive.com>
>> ---
>> linux-headers/linux/kvm.h | 2 ++
>> target/riscv/kvm_riscv.h | 33 +++++++++++++++++++++++++++++++++
>
> Hi!
>
> Please don't mix updates to linux-headers/ with updates to other files.
> linux-headers/ should only by updated via the
> scripts/update-linux-headers.sh script, and then the whole update should be
> included in the patch, not only selected files.
...and in the cases where you cannot run a normal headers update because
the code has not been accepted into Linux yet, just create a placeholder
patch containing only the linux-headers changes, which can be replaced
with a proper update later.
[I didn't check whether the code is already included in Linux.]
next prev parent reply other threads:[~2023-04-24 16:07 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-24 9:07 [PATCH 0/6] Add RISC-V KVM AIA Support Yong-Xuan Wang
2023-04-24 9:07 ` [PATCH 1/6] update-linux-headers: sync-up header with Linux for KVM AIA support Yong-Xuan Wang
2023-04-24 15:55 ` Thomas Huth
2023-04-24 16:07 ` Cornelia Huck [this message]
2023-04-24 9:07 ` [PATCH 2/6] target/riscv: support the AIA device emulateion with KVM enabled Yong-Xuan Wang
2023-04-24 9:07 ` [PATCH 3/6] target/riscv: check the in-kernel irqchip support Yong-Xuan Wang
2023-04-24 9:07 ` [PATCH 4/6] target/riscv: Create an KVM AIA irqchip Yong-Xuan Wang
2023-04-24 9:07 ` [PATCH 5/6] target/riscv: update APLIC and IMSIC to support KVM AIA Yong-Xuan Wang
2023-04-24 9:07 ` [PATCH 6/6] target/riscv: select KVM AIA in riscv virt machine Yong-Xuan Wang
2023-04-27 20:23 ` [PATCH 0/6] Add RISC-V KVM AIA Support Daniel Henrique Barboza
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=87edo9uuvb.fsf@redhat.com \
--to=cohuck@redhat.com \
--cc=alex.williamson@redhat.com \
--cc=alistair.francis@wdc.com \
--cc=anup@brainfault.org \
--cc=atishp@atishpatra.org \
--cc=bin.meng@windriver.com \
--cc=chenyi.qiang@intel.com \
--cc=dbarboza@ventanamicro.com \
--cc=frank.chang@sifive.com \
--cc=greentime.hu@sifive.com \
--cc=kvm@vger.kernel.org \
--cc=mst@redhat.com \
--cc=palmer@dabbelt.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-riscv@nongnu.org \
--cc=rkanwal@rivosinc.com \
--cc=thuth@redhat.com \
--cc=vincent.chen@sifive.com \
--cc=yongxuan.wang@sifive.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.