projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d58872
)
migration: fix counting normal page for compression
author
Xiao Guangrong
<xiaoguangrong@tencent.com>
Tue, 21 Aug 2018 08:10:21 +0000
(16:10 +0800)
committer
Juan Quintela
<quintela@redhat.com>
Wed, 22 Aug 2018 10:34:21 +0000
(12:34 +0200)
The compressed page is not normal page
Reviewed-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Xiao Guangrong <xiaoguangrong@tencent.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/ram.c
patch
|
blob
|
history
diff --git
a/migration/ram.c
b/migration/ram.c
index 498834bdbec244f3e5c960b754f4308695815b9b..9d2ec247ec2a199872581facf89193cbcc08c010 100644
(file)
--- a/
migration/ram.c
+++ b/
migration/ram.c
@@
-1910,7
+1910,6
@@
retry:
qemu_cond_signal(&comp_param[idx].cond);
qemu_mutex_unlock(&comp_param[idx].mutex);
pages = 1;
- ram_counters.normal++;
ram_counters.transferred += bytes_xmit;
break;
}