mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-07-23 11:39:48 +00:00
enable xbzrle
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
806873a198
commit
0b0a47e8ec
@ -3854,7 +3854,7 @@ sub set_migration_caps {
|
||||
|
||||
my $enabled_cap = {
|
||||
"auto-converge" => 1,
|
||||
"xbzrle" => 0,
|
||||
"xbzrle" => 1,
|
||||
"x-rdma-pin-all" => 0,
|
||||
"zero-blocks" => 0,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user