All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: Update path that mentions deprecated.rst
@ 2021-07-23  6:58 Mao Zhongyi
  2021-07-23  9:02 ` Peter Maydell
  0 siblings, 1 reply; 3+ messages in thread
From: Mao Zhongyi @ 2021-07-23  6:58 UTC (permalink / raw)
  To: qemu-devel
  Cc: peter.maydell, thuth, berrange, ehabkost, Mao Zhongyi,
	richard.henderson, f4bug, pbonzini, vkuznets

Missed in commit f3478392 "docs: Move deprecation, build
and license info out of system/"

Signed-off-by: Mao Zhongyi <maozhongyi@cmss.chinamobile.com>
---
 MAINTAINERS       | 2 +-
 configure         | 2 +-
 target/i386/cpu.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4256ad1adb..701d071258 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3435,7 +3435,7 @@ F: contrib/gitdm/*
 
 Incompatible changes
 R: libvir-list@redhat.com
-F: docs/system/deprecated.rst
+F: docs/about/deprecated.rst
 
 Build System
 ------------
diff --git a/configure b/configure
index b5965b159f..dfbbfc5e94 100755
--- a/configure
+++ b/configure
@@ -5242,7 +5242,7 @@ fi
 
 if test -n "${deprecated_features}"; then
     echo "Warning, deprecated features enabled."
-    echo "Please see docs/system/deprecated.rst"
+    echo "Please see docs/about/deprecated.rst"
     echo "  features: ${deprecated_features}"
 fi
 
diff --git a/target/i386/cpu.c b/target/i386/cpu.c
index 48b55ebd0a..129602fc97 100644
--- a/target/i386/cpu.c
+++ b/target/i386/cpu.c
@@ -4110,7 +4110,7 @@ static const X86CPUDefinition builtin_x86_defs[] = {
  * none", but this is just for compatibility while libvirt isn't
  * adapted to resolve CPU model versions before creating VMs.
  * See "Runnability guarantee of CPU models" at
- * docs/system/deprecated.rst.
+ * docs/about/deprecated.rst.
  */
 X86CPUVersion default_cpu_version = 1;
 
-- 
2.31.1





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

* Re: [PATCH] docs: Update path that mentions deprecated.rst
  2021-07-23  6:58 [PATCH] docs: Update path that mentions deprecated.rst Mao Zhongyi
@ 2021-07-23  9:02 ` Peter Maydell
  2021-07-26 10:18   ` Peter Maydell
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Maydell @ 2021-07-23  9:02 UTC (permalink / raw)
  To: Mao Zhongyi
  Cc: Thomas Huth, Daniel P. Berrange, Eduardo Habkost,
	Richard Henderson, QEMU Developers, Philippe Mathieu-Daudé,
	Paolo Bonzini, Vitaly Kuznetsov

On Fri, 23 Jul 2021 at 07:59, Mao Zhongyi
<maozhongyi@cmss.chinamobile.com> wrote:
>
> Missed in commit f3478392 "docs: Move deprecation, build
> and license info out of system/"
>
> Signed-off-by: Mao Zhongyi <maozhongyi@cmss.chinamobile.com>
> ---
>  MAINTAINERS       | 2 +-
>  configure         | 2 +-
>  target/i386/cpu.c | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM


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

* Re: [PATCH] docs: Update path that mentions deprecated.rst
  2021-07-23  9:02 ` Peter Maydell
@ 2021-07-26 10:18   ` Peter Maydell
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2021-07-26 10:18 UTC (permalink / raw)
  To: Mao Zhongyi
  Cc: Thomas Huth, Daniel P. Berrange, Eduardo Habkost,
	Richard Henderson, QEMU Developers, Philippe Mathieu-Daudé,
	Paolo Bonzini, Vitaly Kuznetsov

On Fri, 23 Jul 2021 at 10:02, Peter Maydell <peter.maydell@linaro.org> wrote:
>
> On Fri, 23 Jul 2021 at 07:59, Mao Zhongyi
> <maozhongyi@cmss.chinamobile.com> wrote:
> >
> > Missed in commit f3478392 "docs: Move deprecation, build
> > and license info out of system/"
> >
> > Signed-off-by: Mao Zhongyi <maozhongyi@cmss.chinamobile.com>
> > ---
> >  MAINTAINERS       | 2 +-
> >  configure         | 2 +-
> >  target/i386/cpu.c | 2 +-
> >  3 files changed, 3 insertions(+), 3 deletions(-)
>
> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

I'll take this patch via target-arm.next since I'm doing a
pullreq for rc1.

thanks
-- PMM


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

end of thread, other threads:[~2021-07-26 10:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-23  6:58 [PATCH] docs: Update path that mentions deprecated.rst Mao Zhongyi
2021-07-23  9:02 ` Peter Maydell
2021-07-26 10:18   ` Peter Maydell

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.