|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] tools/libxenguest: handle more than 16T in precopy_stats
commit 4e421ad0f4e4286c81aae839f9e99e73718a64ae
Author: Olaf Hering <olaf@xxxxxxxxx>
AuthorDate: Tue Jan 5 09:30:48 2021 +0100
Commit: Wei Liu <wl@xxxxxxx>
CommitDate: Tue Jan 5 12:33:55 2021 +0000
tools/libxenguest: handle more than 16T in precopy_stats
total_written tracks the number of transferred dirty pages.
Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
Acked-by: Wei Liu <wl@xxxxxxx>
---
tools/include/xenguest.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/include/xenguest.h b/tools/include/xenguest.h
index a9984dbea5..775cf34c04 100644
--- a/tools/include/xenguest.h
+++ b/tools/include/xenguest.h
@@ -438,7 +438,7 @@ struct xenevtchn_handle;
struct precopy_stats
{
unsigned int iteration;
- unsigned int total_written;
+ unsigned long total_written;
long dirty_count; /* -1 if unknown */
};
--
generated by git-patchbot for /home/xen/git/xen.git#master
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |