megasas: remove buildtime strings
authorOlaf Hering <olaf@aepfle.de>
Thu, 3 Apr 2014 13:47:34 +0000 (15:47 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 20 May 2014 14:14:29 +0000 (16:14 +0200)
commit5a7733b0b728bb4900bdeed12fef22651ce0ab58
tree30bf77d88f9dce9e893da4ca3d9277ad487701cc
parentf2564d88fe7949bdb5ca4ad652282c28b3da6210
megasas: remove buildtime strings

Using __DATE__ or __TIME__ in binary pkgs changes the checksum of
compiled binaries if they get rebuilt, even if there are no other
source changes.  Replace the dynamic strings with some equally
informative static strings.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/scsi/megasas.c