[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v1 1/6] linux-headers: Update for dirty ring
From: |
Cornelia Huck |
Subject: |
Re: [PATCH v1 1/6] linux-headers: Update for dirty ring |
Date: |
Wed, 22 Feb 2023 09:49:51 +0100 |
User-agent: |
Notmuch/0.37 (https://notmuchmail.org) |
On Wed, Feb 22 2023, Gavin Shan <gshan@redhat.com> wrote:
> On 2/22/23 3:30 AM, Peter Maydell wrote:
>> On Mon, 13 Feb 2023 at 00:39, Gavin Shan <gshan@redhat.com> wrote:
>>>
>>> Signed-off-by: Gavin Shan <gshan@redhat.com>
>>> ---
>>> linux-headers/asm-arm64/kvm.h | 1 +
>>> linux-headers/linux/kvm.h | 2 ++
>>> 2 files changed, 3 insertions(+)
>>
>> For this to be a non-RFC patch, this needs to be a proper
>> sync of the headers against an upstream kernel tree.
>> (By-hand tweaks are fine for purposes of working on
>> and getting patchsets reviewed.)
>>
>
> Yes, I vaguely remember there is script to synchronize linux header files,
> which is './scripts/update-linux-headers.sh'. I think I need to run the
> following command to update?
>
> # ./scripts/update-linux-headers.sh <LINUX_PATH> <QEMU_PATH>
Yes, and please include a reference to the exact Linux version you used
in the commit :)
[PATCH v1 2/6] migration: Add last stage indicator to global dirty log synchronization, Gavin Shan, 2023/02/12
[PATCH v1 3/6] kvm: Synchronize the backup bitmap in the last stage, Gavin Shan, 2023/02/12
[PATCH v1 4/6] kvm: Add helper kvm_dirty_ring_init(), Gavin Shan, 2023/02/12