]> git.proxmox.com Git - mirror_qemu.git/commit
exec.c: check memory backend file size with 'size' option
authorHaozhong Zhang <haozhong.zhang@intel.com>
Wed, 2 Nov 2016 01:05:51 +0000 (09:05 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 2 Nov 2016 08:28:51 +0000 (09:28 +0100)
commit1775f111eaf7f49efcec30152db44a184c1e2222
tree8ac5093c8a97e358f40c725f4a11f9043034a238
parentd6af99c9f8d577927a52d00af3fa8e6ec0b2a4e2
exec.c: check memory backend file size with 'size' option

If the memory backend file is not large enough to hold the required 'size',
Qemu will report error and exit.

Signed-off-by: Haozhong Zhang <haozhong.zhang@intel.com>
Message-Id: <20161027042300.5929-3-haozhong.zhang@intel.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20161102010551.2723-1-haozhong.zhang@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
exec.c