]> git.proxmox.com Git - qemu.git/commit
Allow XBZRLE decoding without enabling the capability
authorOrit Wasserman <owasserm@redhat.com>
Thu, 31 Jan 2013 07:12:18 +0000 (09:12 +0200)
committerJuan Quintela <quintela@redhat.com>
Fri, 1 Feb 2013 07:32:21 +0000 (08:32 +0100)
commit1b1fdfeae68c61786a474b02601fbba6040fc5a4
tree135c562456536c968d0568bd0f1059138dadc873
parentdbca1b3773185af0413e750f26d04b0110cff107
Allow XBZRLE decoding without enabling the capability

Before this fix we couldn't load a guest from
XBZRLE compressed file.

For example:
The user activated the XBZRLE capability
The user run migrate -d "exec:gzip -c > vm.gz"
The user won't be able to load vm.gz and get an error.

Signed-off-by: Orit Wasserman <owasserm@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
arch_init.c