]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove redundant lines in src/qemu/qemu_driver.c
authorTang Chen <tangchen@cn.fujitsu.com>
Fri, 21 Sep 2012 09:50:10 +0000 (17:50 +0800)
committerEric Blake <eblake@redhat.com>
Fri, 21 Sep 2012 18:49:47 +0000 (12:49 -0600)
commit9ce64e6aae43bfc313c7e9e920d28f4d9218cd59
treef7ab1815ad2ee43838eb5a0e117489924d80bc3b
parentf8b08d0e961c7e10d87ee011ec7bf1f8fe7b1fbb
Remove redundant lines in src/qemu/qemu_driver.c

maxcpu and hostcpus are defined and calculated in qemudDomainPinVcpuFlags()
and qemudDomainPinEmulator(), but never used. So remove them including nodeinfo.

Signed-off-by: Tang Chen <tangchen@cn.fujitsu.com>
src/qemu/qemu_driver.c