The current QEMU documentation URLs, which point to a presumably old Git repository, appear to time out. Update it with a new links under https://www.qemu.org/docs
Signed-off-by: Simon Horman <[email protected]> --- Changes in v2: - As suggested by Ilya Maximents + Use URLs under https://www.qemu.org/docs rather than URLS in a Git repository + Use correct vhost-user.rst document - Link to v1: https://lore.kernel.org/r/[email protected] --- Documentation/topics/dpdk/vhost-user.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/topics/dpdk/vhost-user.rst b/Documentation/topics/dpdk/vhost-user.rst index d9d87aa08727..7bba08ac2160 100644 --- a/Documentation/topics/dpdk/vhost-user.rst +++ b/Documentation/topics/dpdk/vhost-user.rst @@ -312,7 +312,7 @@ predictable migration time. Mostly used as a second phase after the normal More information can be found in QEMU `docs`_. -.. _`docs`: https://git.qemu.org/?p=qemu.git;a=blob;f=docs/devel/migration.rst +.. _`docs`: https://www.qemu.org/docs/master/devel/migration/postcopy.html Post-copy support may be enabled via a global config value ``vhost-postcopy-support``. Setting this to ``true`` enables Post-copy support @@ -487,7 +487,7 @@ Sample XML </devices> </domain> -.. _QEMU documentation: http://git.qemu-project.org/?p=qemu.git;a=blob;f=docs/specs/vhost-user.txt;h=7890d7169;hb=HEAD +.. _QEMU documentation: https://www.qemu.org/docs/master/interop/vhost-user.html Jumbo Frames ------------ _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
