All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools/libxc: Correct comment for normalise_pagetable()
@ 2018-03-07 12:15 Andrew Cooper
  2018-03-07 12:33 ` Wei Liu
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Cooper @ 2018-03-07 12:15 UTC (permalink / raw)
  To: Xen-devel; +Cc: Andrew Cooper, Ian Jackson, Wei Liu

This is most likely a copy/paste mistake.

Reported-by: Bruno Alvisio <bruno.alvisio@gmail.com>
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: Wei Liu <wei.liu2@citrix.com>
---
 tools/libxc/xc_sr_save_x86_pv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/libxc/xc_sr_save_x86_pv.c b/tools/libxc/xc_sr_save_x86_pv.c
index ff5efe9..e4b099c 100644
--- a/tools/libxc/xc_sr_save_x86_pv.c
+++ b/tools/libxc/xc_sr_save_x86_pv.c
@@ -882,7 +882,7 @@ static int write_shared_info(struct xc_sr_context *ctx)
 }
 
 /*
- * Normalise a pagetable for the migration stream.  Performs pfn->mfn
+ * Normalise a pagetable for the migration stream.  Performs mfn->pfn
  * conversions on the ptes.
  */
 static int normalise_pagetable(struct xc_sr_context *ctx, const uint64_t *src,
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: [PATCH] tools/libxc: Correct comment for normalise_pagetable()
  2018-03-07 12:15 [PATCH] tools/libxc: Correct comment for normalise_pagetable() Andrew Cooper
@ 2018-03-07 12:33 ` Wei Liu
  0 siblings, 0 replies; 2+ messages in thread
From: Wei Liu @ 2018-03-07 12:33 UTC (permalink / raw)
  To: Andrew Cooper; +Cc: Wei Liu, Ian Jackson, Xen-devel

On Wed, Mar 07, 2018 at 12:15:51PM +0000, Andrew Cooper wrote:
> This is most likely a copy/paste mistake.
> 
> Reported-by: Bruno Alvisio <bruno.alvisio@gmail.com>
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>

Acked-by: Wei Liu <wei.liu2@citrix.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

end of thread, other threads:[~2018-03-07 12:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-07 12:15 [PATCH] tools/libxc: Correct comment for normalise_pagetable() Andrew Cooper
2018-03-07 12:33 ` Wei Liu

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.