qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Cornelia Huck <cohuck@redhat.com>
To: Stefano Garzarella <sgarzare@redhat.com>
Cc: "Daniel P . Berrange" <berrange@redhat.com>,
	qemu-trivial@nongnu.org, qemu-devel@nongnu.org,
	"Stefan Hajnoczi" <stefanha@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Marc-André Lureau" <marcandre.lureau@redhat.com>,
	"Philippe Mathieu-Daudé" <philmd@redhat.com>
Subject: Re: [PATCH 1/5] docs: fix references to docs/devel/tracing.rst
Date: Mon, 17 May 2021 18:10:47 +0200	[thread overview]
Message-ID: <20210517181047.6284f9b2.cohuck@redhat.com> (raw)
In-Reply-To: <20210517151702.109066-2-sgarzare@redhat.com>

On Mon, 17 May 2021 17:16:58 +0200
Stefano Garzarella <sgarzare@redhat.com> wrote:

> Commit e50caf4a5c ("tracing: convert documentation to rST")
> converted docs/devel/tracing.txt to docs/devel/tracing.rst.
> 
> We still have several references to the old file, so let's fix them
> with the following command:
> 
>   sed -i s/tracing.txt/tracing.rst/ $(git grep -l docs/devel/tracing.txt)
> 
> Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
> ---
>  MAINTAINERS                     | 2 +-
>  accel/kvm/trace-events          | 2 +-
>  accel/tcg/trace-events          | 2 +-
>  audio/trace-events              | 2 +-
>  authz/trace-events              | 2 +-
>  backends/tpm/trace-events       | 2 +-
>  backends/trace-events           | 2 +-
>  block/trace-events              | 2 +-
>  chardev/trace-events            | 2 +-
>  crypto/trace-events             | 2 +-
>  hw/9pfs/trace-events            | 2 +-
>  hw/acpi/trace-events            | 2 +-
>  hw/adc/trace-events             | 2 +-
>  hw/alpha/trace-events           | 2 +-
>  hw/arm/trace-events             | 2 +-
>  hw/audio/trace-events           | 2 +-
>  hw/block/dataplane/trace-events | 2 +-
>  hw/block/trace-events           | 2 +-
>  hw/char/trace-events            | 2 +-
>  hw/display/trace-events         | 2 +-
>  hw/dma/trace-events             | 2 +-
>  hw/gpio/trace-events            | 2 +-
>  hw/hppa/trace-events            | 2 +-
>  hw/i2c/trace-events             | 2 +-
>  hw/i386/trace-events            | 2 +-
>  hw/i386/xen/trace-events        | 2 +-
>  hw/ide/trace-events             | 2 +-
>  hw/input/trace-events           | 2 +-
>  hw/intc/trace-events            | 2 +-
>  hw/isa/trace-events             | 2 +-
>  hw/mem/trace-events             | 2 +-
>  hw/misc/macio/trace-events      | 2 +-
>  hw/misc/trace-events            | 2 +-
>  hw/net/trace-events             | 2 +-
>  hw/nvram/trace-events           | 2 +-
>  hw/pci-host/trace-events        | 2 +-
>  hw/pci/trace-events             | 2 +-
>  hw/ppc/trace-events             | 2 +-
>  hw/rdma/trace-events            | 2 +-
>  hw/rdma/vmw/trace-events        | 2 +-
>  hw/rtc/trace-events             | 2 +-
>  hw/s390x/trace-events           | 2 +-
>  hw/scsi/trace-events            | 2 +-
>  hw/sd/trace-events              | 2 +-
>  hw/sparc/trace-events           | 2 +-
>  hw/sparc64/trace-events         | 2 +-
>  hw/timer/trace-events           | 2 +-
>  hw/tpm/trace-events             | 2 +-
>  hw/usb/trace-events             | 2 +-
>  hw/vfio/trace-events            | 2 +-
>  hw/virtio/trace-events          | 2 +-
>  hw/watchdog/trace-events        | 2 +-
>  hw/xen/trace-events             | 2 +-
>  io/trace-events                 | 2 +-
>  linux-user/trace-events         | 2 +-
>  migration/trace-events          | 2 +-
>  monitor/trace-events            | 2 +-
>  nbd/trace-events                | 2 +-
>  net/trace-events                | 2 +-
>  qapi/trace-events               | 2 +-
>  qom/trace-events                | 2 +-
>  scripts/simpletrace.py          | 2 +-
>  scsi/trace-events               | 2 +-
>  softmmu/trace-events            | 2 +-
>  target/arm/trace-events         | 2 +-
>  target/hppa/trace-events        | 2 +-
>  target/i386/kvm/trace-events    | 2 +-
>  target/i386/trace-events        | 2 +-
>  target/mips/trace-events        | 2 +-
>  target/ppc/trace-events         | 2 +-
>  target/s390x/trace-events       | 2 +-
>  target/sparc/trace-events       | 2 +-
>  trace-events                    | 2 +-
>  ui/trace-events                 | 2 +-
>  util/trace-events               | 2 +-
>  75 files changed, 75 insertions(+), 75 deletions(-)

Acked-by: Cornelia Huck <cohuck@redhat.com> (mostly for the s390x parts)



  reply	other threads:[~2021-05-17 16:35 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-17 15:16 [PATCH 0/5] docs: fix references to files converted to rST Stefano Garzarella
2021-05-17 15:16 ` [PATCH 1/5] docs: fix references to docs/devel/tracing.rst Stefano Garzarella
2021-05-17 16:10   ` Cornelia Huck [this message]
2021-05-17 15:16 ` [PATCH 2/5] docs: fix references to docs/devel/atomics.rst Stefano Garzarella
2021-05-17 15:17 ` [PATCH 3/5] docs: fix references to docs/devel/build-system.rst Stefano Garzarella
2021-05-17 15:17 ` [PATCH 4/5] docs: fix references to docs/specs/tpm.rst Stefano Garzarella
2021-05-17 15:17 ` [PATCH 5/5] docs: fix references to docs/devel/s390-dasd-ipl.rst Stefano Garzarella
2021-05-17 16:11   ` Cornelia Huck
2021-05-17 16:06 ` [PATCH 0/5] docs: fix references to files converted to rST Philippe Mathieu-Daudé

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=20210517181047.6284f9b2.cohuck@redhat.com \
    --to=cohuck@redhat.com \
    --cc=berrange@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=philmd@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    --cc=sgarzare@redhat.com \
    --cc=stefanha@redhat.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).