]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Check the unsigned integer overflow
authorOsier Yang <jyang@redhat.com>
Tue, 15 Mar 2011 03:50:09 +0000 (11:50 +0800)
committerOsier Yang <jyang@redhat.com>
Tue, 15 Mar 2011 03:50:09 +0000 (11:50 +0800)
commitacacced812b9402aa099baf10416eb37e34ad779
treea79274bdbc5697aef2361df3281cd2fa35c29823
parent9bfde3466190598c5c2b7f413442d290e5c6d40e
qemu: Check the unsigned integer overflow

As perhaps other hypervisor drivers use different capacity units,
do the checking in qemu driver instead of in conf/domain_conf.c.
src/qemu/qemu_command.c