2021-11-16 12:11:46

by Mauro Carvalho Chehab

[permalink] [raw]
Subject: [PATCH 3/4] Documentation: update vcpu-requests.rst reference

Changeset 2f5947dfcaec ("Documentation: move Documentation/virtual to Documentation/virt")
renamed: Documentation/virtual/kvm/vcpu-requests.rst
to: Documentation/virt/kvm/vcpu-requests.rst.

Update its cross-reference accordingly.

Fixes: 2f5947dfcaec ("Documentation: move Documentation/virtual to Documentation/virt")
Reviewed-by: Anup Patel <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
---

To mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 0/4] at: https://lore.kernel.org/all/[email protected]/

arch/riscv/kvm/vcpu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/riscv/kvm/vcpu.c b/arch/riscv/kvm/vcpu.c
index e3d3aed46184..fb84619df012 100644
--- a/arch/riscv/kvm/vcpu.c
+++ b/arch/riscv/kvm/vcpu.c
@@ -740,7 +740,7 @@ int kvm_arch_vcpu_ioctl_run(struct kvm_vcpu *vcpu)
* Ensure we set mode to IN_GUEST_MODE after we disable
* interrupts and before the final VCPU requests check.
* See the comment in kvm_vcpu_exiting_guest_mode() and
- * Documentation/virtual/kvm/vcpu-requests.rst
+ * Documentation/virt/kvm/vcpu-requests.rst
*/
vcpu->mode = IN_GUEST_MODE;

--
2.33.1



2021-11-16 12:54:42

by Paolo Bonzini

[permalink] [raw]
Subject: Re: [PATCH 3/4] Documentation: update vcpu-requests.rst reference

On 11/16/21 13:11, Mauro Carvalho Chehab wrote:
> Changeset 2f5947dfcaec ("Documentation: move Documentation/virtual to Documentation/virt")
> renamed: Documentation/virtual/kvm/vcpu-requests.rst
> to: Documentation/virt/kvm/vcpu-requests.rst.
>
> Update its cross-reference accordingly.
>
> Fixes: 2f5947dfcaec ("Documentation: move Documentation/virtual to Documentation/virt")
> Reviewed-by: Anup Patel <[email protected]>
> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
> ---
>
> To mailbombing on a large number of people, only mailing lists were C/C on the cover.
> See [PATCH 0/4] at: https://lore.kernel.org/all/[email protected]/
>
> arch/riscv/kvm/vcpu.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/riscv/kvm/vcpu.c b/arch/riscv/kvm/vcpu.c
> index e3d3aed46184..fb84619df012 100644
> --- a/arch/riscv/kvm/vcpu.c
> +++ b/arch/riscv/kvm/vcpu.c
> @@ -740,7 +740,7 @@ int kvm_arch_vcpu_ioctl_run(struct kvm_vcpu *vcpu)
> * Ensure we set mode to IN_GUEST_MODE after we disable
> * interrupts and before the final VCPU requests check.
> * See the comment in kvm_vcpu_exiting_guest_mode() and
> - * Documentation/virtual/kvm/vcpu-requests.rst
> + * Documentation/virt/kvm/vcpu-requests.rst
> */
> vcpu->mode = IN_GUEST_MODE;
>
>

Acked-by: Paolo Bonzini <[email protected]>

Thanks,

Paolo


2021-11-16 14:02:27

by Anup Patel

[permalink] [raw]
Subject: Re: [PATCH 3/4] Documentation: update vcpu-requests.rst reference

On Tue, Nov 16, 2021 at 6:24 PM Paolo Bonzini <[email protected]> wrote:
>
> On 11/16/21 13:11, Mauro Carvalho Chehab wrote:
> > Changeset 2f5947dfcaec ("Documentation: move Documentation/virtual to Documentation/virt")
> > renamed: Documentation/virtual/kvm/vcpu-requests.rst
> > to: Documentation/virt/kvm/vcpu-requests.rst.
> >
> > Update its cross-reference accordingly.
> >
> > Fixes: 2f5947dfcaec ("Documentation: move Documentation/virtual to Documentation/virt")
> > Reviewed-by: Anup Patel <[email protected]>
> > Signed-off-by: Mauro Carvalho Chehab <[email protected]>
> > ---
> >
> > To mailbombing on a large number of people, only mailing lists were C/C on the cover.
> > See [PATCH 0/4] at: https://lore.kernel.org/all/[email protected]/
> >
> > arch/riscv/kvm/vcpu.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/arch/riscv/kvm/vcpu.c b/arch/riscv/kvm/vcpu.c
> > index e3d3aed46184..fb84619df012 100644
> > --- a/arch/riscv/kvm/vcpu.c
> > +++ b/arch/riscv/kvm/vcpu.c
> > @@ -740,7 +740,7 @@ int kvm_arch_vcpu_ioctl_run(struct kvm_vcpu *vcpu)
> > * Ensure we set mode to IN_GUEST_MODE after we disable
> > * interrupts and before the final VCPU requests check.
> > * See the comment in kvm_vcpu_exiting_guest_mode() and
> > - * Documentation/virtual/kvm/vcpu-requests.rst
> > + * Documentation/virt/kvm/vcpu-requests.rst
> > */
> > vcpu->mode = IN_GUEST_MODE;
> >
> >
>
> Acked-by: Paolo Bonzini <[email protected]>

Thanks Paolo, let me know if you want me to include this patch
as part of the fixes I have collected.

Regards,
Anup

>
> Thanks,
>
> Paolo
>
>
> --
> kvm-riscv mailing list
> [email protected]
> http://lists.infradead.org/mailman/listinfo/kvm-riscv

2021-11-16 18:05:45

by Paolo Bonzini

[permalink] [raw]
Subject: Re: [PATCH 3/4] Documentation: update vcpu-requests.rst reference

On 11/16/21 15:01, Anup Patel wrote:
> On Tue, Nov 16, 2021 at 6:24 PM Paolo Bonzini <[email protected]> wrote:
>>
>> On 11/16/21 13:11, Mauro Carvalho Chehab wrote:
>>> Changeset 2f5947dfcaec ("Documentation: move Documentation/virtual to Documentation/virt")
>>> renamed: Documentation/virtual/kvm/vcpu-requests.rst
>>> to: Documentation/virt/kvm/vcpu-requests.rst.
>>>
>>> Update its cross-reference accordingly.
>>>
>>> Fixes: 2f5947dfcaec ("Documentation: move Documentation/virtual to Documentation/virt")
>>> Reviewed-by: Anup Patel <[email protected]>
>>> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
>>> ---
>>>
>>> To mailbombing on a large number of people, only mailing lists were C/C on the cover.
>>> See [PATCH 0/4] at: https://lore.kernel.org/all/[email protected]/
>>>
>>> arch/riscv/kvm/vcpu.c | 2 +-
>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/arch/riscv/kvm/vcpu.c b/arch/riscv/kvm/vcpu.c
>>> index e3d3aed46184..fb84619df012 100644
>>> --- a/arch/riscv/kvm/vcpu.c
>>> +++ b/arch/riscv/kvm/vcpu.c
>>> @@ -740,7 +740,7 @@ int kvm_arch_vcpu_ioctl_run(struct kvm_vcpu *vcpu)
>>> * Ensure we set mode to IN_GUEST_MODE after we disable
>>> * interrupts and before the final VCPU requests check.
>>> * See the comment in kvm_vcpu_exiting_guest_mode() and
>>> - * Documentation/virtual/kvm/vcpu-requests.rst
>>> + * Documentation/virt/kvm/vcpu-requests.rst
>>> */
>>> vcpu->mode = IN_GUEST_MODE;
>>>
>>>
>>
>> Acked-by: Paolo Bonzini <[email protected]>
>
> Thanks Paolo, let me know if you want me to include this patch
> as part of the fixes I have collected.

I think Mauro will handle it, but you can pick it as well.

Paolo


2021-11-17 05:19:25

by Anup Patel

[permalink] [raw]
Subject: Re: [PATCH 3/4] Documentation: update vcpu-requests.rst reference

On Tue, Nov 16, 2021 at 11:35 PM Paolo Bonzini <[email protected]> wrote:
>
> On 11/16/21 15:01, Anup Patel wrote:
> > On Tue, Nov 16, 2021 at 6:24 PM Paolo Bonzini <[email protected]> wrote:
> >>
> >> On 11/16/21 13:11, Mauro Carvalho Chehab wrote:
> >>> Changeset 2f5947dfcaec ("Documentation: move Documentation/virtual to Documentation/virt")
> >>> renamed: Documentation/virtual/kvm/vcpu-requests.rst
> >>> to: Documentation/virt/kvm/vcpu-requests.rst.
> >>>
> >>> Update its cross-reference accordingly.
> >>>
> >>> Fixes: 2f5947dfcaec ("Documentation: move Documentation/virtual to Documentation/virt")
> >>> Reviewed-by: Anup Patel <[email protected]>
> >>> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
> >>> ---
> >>>
> >>> To mailbombing on a large number of people, only mailing lists were C/C on the cover.
> >>> See [PATCH 0/4] at: https://lore.kernel.org/all/[email protected]/
> >>>
> >>> arch/riscv/kvm/vcpu.c | 2 +-
> >>> 1 file changed, 1 insertion(+), 1 deletion(-)
> >>>
> >>> diff --git a/arch/riscv/kvm/vcpu.c b/arch/riscv/kvm/vcpu.c
> >>> index e3d3aed46184..fb84619df012 100644
> >>> --- a/arch/riscv/kvm/vcpu.c
> >>> +++ b/arch/riscv/kvm/vcpu.c
> >>> @@ -740,7 +740,7 @@ int kvm_arch_vcpu_ioctl_run(struct kvm_vcpu *vcpu)
> >>> * Ensure we set mode to IN_GUEST_MODE after we disable
> >>> * interrupts and before the final VCPU requests check.
> >>> * See the comment in kvm_vcpu_exiting_guest_mode() and
> >>> - * Documentation/virtual/kvm/vcpu-requests.rst
> >>> + * Documentation/virt/kvm/vcpu-requests.rst
> >>> */
> >>> vcpu->mode = IN_GUEST_MODE;
> >>>
> >>>
> >>
> >> Acked-by: Paolo Bonzini <[email protected]>
> >
> > Thanks Paolo, let me know if you want me to include this patch
> > as part of the fixes I have collected.
>
> I think Mauro will handle it, but you can pick it as well.

Okay, I will let Mauro handle it.

Thanks,
Anup

>
> Paolo
>