* [PATCH 0/2] docs: fix various out-of-date links in man pages
@ 2018-08-02 12:40 Lars Kurth
2018-08-02 12:40 ` [PATCH 1/2] Point links to new location of the TPM Emulator formerly hosted on Berlios Lars Kurth
2018-08-02 12:40 ` [PATCH 2/2] Point to new location of Virtual Machine Generation ID Lars Kurth
0 siblings, 2 replies; 6+ messages in thread
From: Lars Kurth @ 2018-08-02 12:40 UTC (permalink / raw)
To: xen-devel; +Cc: Lars Kurth, Ian Jackson, Wei Liu
Lars Kurth (2):
Point links to new location of the TPM Emulator formerly hosted on
Berlios
Point to new location of Virtual Machine Generation ID
docs/man/xen-vtpm.pod.7 | 2 +-
docs/man/xl.cfg.pod.5.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
2.13.0
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/2] Point links to new location of the TPM Emulator formerly hosted on Berlios
2018-08-02 12:40 [PATCH 0/2] docs: fix various out-of-date links in man pages Lars Kurth
@ 2018-08-02 12:40 ` Lars Kurth
2018-08-02 12:57 ` Wei Liu
2018-08-02 12:40 ` [PATCH 2/2] Point to new location of Virtual Machine Generation ID Lars Kurth
1 sibling, 1 reply; 6+ messages in thread
From: Lars Kurth @ 2018-08-02 12:40 UTC (permalink / raw)
To: xen-devel; +Cc: Lars Kurth, Ian Jackson, Wei Liu
Signed-off-by: Lars Kurth <lars.kurth@citrix.com>
---
docs/man/xen-vtpm.pod.7 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/man/xen-vtpm.pod.7 b/docs/man/xen-vtpm.pod.7
index 8de67f4d94..52721e6c83 100644
--- a/docs/man/xen-vtpm.pod.7
+++ b/docs/man/xen-vtpm.pod.7
@@ -374,4 +374,4 @@ C<hwinitpcrs=5,12-16> will copy pcrs 5, 12, 13, 14, 15, and 16.
=head1 REFERENCES
-Berlios TPM Emulator: L<http://tpm-emulator.berlios.de/>
+Berlios TPM Emulator: L<https://github.com/PeterHuewe/tpm-emulator>
--
2.13.0
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/2] Point to new location of Virtual Machine Generation ID
2018-08-02 12:40 [PATCH 0/2] docs: fix various out-of-date links in man pages Lars Kurth
2018-08-02 12:40 ` [PATCH 1/2] Point links to new location of the TPM Emulator formerly hosted on Berlios Lars Kurth
@ 2018-08-02 12:40 ` Lars Kurth
2018-08-02 12:58 ` Wei Liu
1 sibling, 1 reply; 6+ messages in thread
From: Lars Kurth @ 2018-08-02 12:40 UTC (permalink / raw)
To: xen-devel; +Cc: Lars Kurth, Ian Jackson, Wei Liu
Signed-off-by: Lars Kurth <lars.kurth@citrix.com>
---
docs/man/xl.cfg.pod.5.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/man/xl.cfg.pod.5.in b/docs/man/xl.cfg.pod.5.in
index b72718151b..539bf7fe78 100644
--- a/docs/man/xl.cfg.pod.5.in
+++ b/docs/man/xl.cfg.pod.5.in
@@ -2054,7 +2054,7 @@ Do not provide a VM generation ID.
=back
See also "Virtual Machine Generation ID" by Microsoft:
-L<http://www.microsoft.com/en-us/download/details.aspx?id=30707>
+L<https://docs.microsoft.com/en-us/windows/desktop/hyperv_v2/virtual-machine-generation-identifier>
=back
--
2.13.0
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 1/2] Point links to new location of the TPM Emulator formerly hosted on Berlios
2018-08-02 12:40 ` [PATCH 1/2] Point links to new location of the TPM Emulator formerly hosted on Berlios Lars Kurth
@ 2018-08-02 12:57 ` Wei Liu
2018-08-02 13:16 ` Lars Kurth
0 siblings, 1 reply; 6+ messages in thread
From: Wei Liu @ 2018-08-02 12:57 UTC (permalink / raw)
To: Lars Kurth; +Cc: xen-devel, Ian Jackson, Wei Liu
On Thu, Aug 02, 2018 at 01:40:23PM +0100, Lars Kurth wrote:
> Signed-off-by: Lars Kurth <lars.kurth@citrix.com>
> ---
> docs/man/xen-vtpm.pod.7 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/docs/man/xen-vtpm.pod.7 b/docs/man/xen-vtpm.pod.7
> index 8de67f4d94..52721e6c83 100644
> --- a/docs/man/xen-vtpm.pod.7
> +++ b/docs/man/xen-vtpm.pod.7
> @@ -374,4 +374,4 @@ C<hwinitpcrs=5,12-16> will copy pcrs 5, 12, 13, 14, 15, and 16.
>
> =head1 REFERENCES
>
> -Berlios TPM Emulator: L<http://tpm-emulator.berlios.de/>
> +Berlios TPM Emulator: L<https://github.com/PeterHuewe/tpm-emulator>
This seems to be pointing to a personal account. If we really care, we
should create a tree ourselves.
Wei.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 2/2] Point to new location of Virtual Machine Generation ID
2018-08-02 12:40 ` [PATCH 2/2] Point to new location of Virtual Machine Generation ID Lars Kurth
@ 2018-08-02 12:58 ` Wei Liu
0 siblings, 0 replies; 6+ messages in thread
From: Wei Liu @ 2018-08-02 12:58 UTC (permalink / raw)
To: Lars Kurth; +Cc: xen-devel, Ian Jackson, Wei Liu
On Thu, Aug 02, 2018 at 01:40:24PM +0100, Lars Kurth wrote:
> Signed-off-by: Lars Kurth <lars.kurth@citrix.com>
> ---
> docs/man/xl.cfg.pod.5.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/docs/man/xl.cfg.pod.5.in b/docs/man/xl.cfg.pod.5.in
> index b72718151b..539bf7fe78 100644
> --- a/docs/man/xl.cfg.pod.5.in
> +++ b/docs/man/xl.cfg.pod.5.in
> @@ -2054,7 +2054,7 @@ Do not provide a VM generation ID.
> =back
>
> See also "Virtual Machine Generation ID" by Microsoft:
> -L<http://www.microsoft.com/en-us/download/details.aspx?id=30707>
> +L<https://docs.microsoft.com/en-us/windows/desktop/hyperv_v2/virtual-machine-generation-identifier>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Ideally we should use a permalink if available, but there isn't one for
that page.
Wei.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/2] Point links to new location of the TPM Emulator formerly hosted on Berlios
2018-08-02 12:57 ` Wei Liu
@ 2018-08-02 13:16 ` Lars Kurth
0 siblings, 0 replies; 6+ messages in thread
From: Lars Kurth @ 2018-08-02 13:16 UTC (permalink / raw)
To: Wei Liu
Cc: xen-devel@lists.xenproject.org, Rich Persaud, Christopher Clark,
Ian Jackson
On 02/08/2018, 13:57, "Wei Liu" <wei.liu2@citrix.com> wrote:
On Thu, Aug 02, 2018 at 01:40:23PM +0100, Lars Kurth wrote:
> Signed-off-by: Lars Kurth <lars.kurth@citrix.com>
> ---
> docs/man/xen-vtpm.pod.7 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/docs/man/xen-vtpm.pod.7 b/docs/man/xen-vtpm.pod.7
> index 8de67f4d94..52721e6c83 100644
> --- a/docs/man/xen-vtpm.pod.7
> +++ b/docs/man/xen-vtpm.pod.7
> @@ -374,4 +374,4 @@ C<hwinitpcrs=5,12-16> will copy pcrs 5, 12, 13, 14, 15, and 16.
>
> =head1 REFERENCES
>
> -Berlios TPM Emulator: L<http://tpm-emulator.berlios.de/>
> +Berlios TPM Emulator: L<https://github.com/PeterHuewe/tpm-emulator>
This seems to be pointing to a personal account. If we really care, we
should create a tree ourselves.
Adding Christopher Clark and Rich: maybe they know of a better location for this. This is the only location I found, but maybe there is a better one
Lars
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-08-02 13:17 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-02 12:40 [PATCH 0/2] docs: fix various out-of-date links in man pages Lars Kurth
2018-08-02 12:40 ` [PATCH 1/2] Point links to new location of the TPM Emulator formerly hosted on Berlios Lars Kurth
2018-08-02 12:57 ` Wei Liu
2018-08-02 13:16 ` Lars Kurth
2018-08-02 12:40 ` [PATCH 2/2] Point to new location of Virtual Machine Generation ID Lars Kurth
2018-08-02 12:58 ` Wei Liu
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).