summary refs log tree commit diff stats
path: root/hw/misc/imx6_src.c
diff options
context:
space:
mode:
authorPeter Xu <peterx@redhat.com>2022-10-11 17:55:47 -0400
committerJuan Quintela <quintela@redhat.com>2022-12-15 10:30:37 +0100
commitef5c3d13916f04176ed2d6d8405fb678e50b043f (patch)
treee82892f15684201c5ac95752750f8f2f4515116a /hw/misc/imx6_src.c
parent20123ee1ded768a908d96b39b17ea281dfdb0ea6 (diff)
downloadfocaccia-qemu-ef5c3d13916f04176ed2d6d8405fb678e50b043f.tar.gz
focaccia-qemu-ef5c3d13916f04176ed2d6d8405fb678e50b043f.zip
migration: Cleanup xbzrle zero page cache update logic
The major change is to replace "!save_page_use_compression()" with
"xbzrle_enabled" to make it clear.

Reasonings:

(1) When compression enabled, "!save_page_use_compression()" is exactly the
    same as checking "xbzrle_enabled".

(2) When compression disabled, "!save_page_use_compression()" always return
    true.  We used to try calling the xbzrle code, but after this change we
    won't, and we shouldn't need to.

Since at it, drop the xbzrle_enabled check in xbzrle_cache_zero_page()
because with this change it's not needed anymore.

Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'hw/misc/imx6_src.c')
0 files changed, 0 insertions, 0 deletions