]> xenbits.xensource.com Git - libvirt.git/commit
phyp: prefer memcpy over memmove when legal
authorEric Blake <eblake@redhat.com>
Wed, 13 Apr 2011 20:59:06 +0000 (14:59 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 15 Apr 2011 21:26:27 +0000 (15:26 -0600)
commite00c892f0b99fe5de4a1b8583191277c094012e6
treef0f3c473808dc7c82e0de80db8a2db2a0e99e87b
parentf61785225d4065b557b21b6cfcb28f257fe7fc6d
phyp: prefer memcpy over memmove when legal

* src/phyp/phyp_driver.c (phypUUIDTable_AddLpar)
(phypGetLparUUID, phypGetStoragePoolUUID, phypVolumeGetXMLDesc)
(phypGetStoragePoolXMLDesc): Use faster method.
src/phyp/phyp_driver.c