qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Michael Tokarev <mjt@tls.msk.ru>
To: qemu-devel@nongnu.org
Cc: "Philippe Mathieu-Daudé" <f4bug@amsat.org>,
	qemu-trivial@nongnu.org, "Michael Tokarev" <mjt@tls.msk.ru>
Subject: [Qemu-devel] [PULL 20/25] docs: fix broken paths to docs/interop/qcow2.txt
Date: Mon, 31 Jul 2017 13:21:39 +0300	[thread overview]
Message-ID: <f3fdeb9c972607a8b0691d17e204b6876f2f598a.1501496350.git.mjt@msgid.tls.msk.ru> (raw)
In-Reply-To: <cover.1501496349.git.mjt@msgid.tls.msk.ru>
In-Reply-To: <cover.1501496349.git.mjt@msgid.tls.msk.ru>

From: Philippe Mathieu-Daudé <f4bug@amsat.org>

With the move of some docs to docs/interop on d59157ea05,
a reference path was not updated.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
 docs/qcow2-cache.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/qcow2-cache.txt b/docs/qcow2-cache.txt
index 1fdd6f9ce7..b0571de4b8 100644
--- a/docs/qcow2-cache.txt
+++ b/docs/qcow2-cache.txt
@@ -15,7 +15,7 @@ not a straightforward operation.
 This document attempts to give an overview of the L2 and refcount
 caches, and how to configure them.
 
-Please refer to the docs/specs/qcow2.txt file for an in-depth
+Please refer to the docs/interop/qcow2.txt file for an in-depth
 technical description of the qcow2 file format.
 
 
-- 
2.11.0

  parent reply	other threads:[~2017-07-31 10:37 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-31 10:21 [Qemu-devel] [PULL 00/25 for-2.10] Trivial patches for 2017-07-31 Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 01/25] tests: check-qom-proplist: fix leak Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 02/25] fix qemu-system-unicore32 crashing when calling without -kernel Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 03/25] MAINTAINERS: Improve the NetBSD regex pattern Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 04/25] tests: test-netfilter && pxe-test require slirp Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 05/25] build-sys: there is no qemu-ga.c Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 06/25] qemu-system-tricore: segfault when entering "x 0" on the monitor Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 07/25] tests: add missing dependency to build QTEST_QEMU_BINARY Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 08/25] loader: check get_image_size() return value Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 09/25] ivshmem: fix incorrect error handling in ivshmem_recv_msg() Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 10/25] qcow2: fix null pointer dereference Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 11/25] ui/vnc: fix leak of SocketAddress ** Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 12/25] net/eth: fix incorrect check of iov_to_buf() return value Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 13/25] m68k/translate: fix incorrect copy/paste Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 14/25] linux-user/sh4: fix incorrect memory write Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 15/25] syscall: fix dereference of undefined pointer Michael Tokarev
2017-07-31 13:01   ` Peter Maydell
2017-07-31 10:21 ` [Qemu-devel] [PULL 16/25] syscall: fix use of uninitialized values Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 17/25] syscall: check inotify() and eventfd() return value Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 18/25] thunk: assert nb_fields is valid Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 19/25] docs: fix broken paths to docs/interop dir Michael Tokarev
2017-07-31 10:21 ` Michael Tokarev [this message]
2017-07-31 10:21 ` [Qemu-devel] [PULL 21/25] docs: fix broken paths to docs/devel/qapi-code-gen.txt Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 22/25] docs: fix broken paths to docs/devel/atomics.txt Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 23/25] docs: fix broken paths to docs/devel/tracing.txt Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 24/25] docs: fix broken paths to docs/config/ich9-ehci-uhci.cfg Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 25/25] docs: fix broken paths to docs/specs/ivshmem-spec.txt Michael Tokarev
2017-07-31 12:01 ` [Qemu-devel] [PULL 00/25 for-2.10] Trivial patches for 2017-07-31 Peter Maydell

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=f3fdeb9c972607a8b0691d17e204b6876f2f598a.1501496350.git.mjt@msgid.tls.msk.ru \
    --to=mjt@tls.msk.ru \
    --cc=f4bug@amsat.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /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).