smbios: Fix dimm size calculation when RAM is multiple of 16GB
commit744c6d474791ff3ad5c2f08edc732564199fd146
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 7 Jan 2015 17:36:33 +0000 (7 15:36 -0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 27 Jan 2015 12:46:17 +0000 (27 14:46 +0200)
tree88cca8700f00b89d21872e2d83a13b8ae47681ac
parent09852232ee131d0bfa5bdf7f44a806158a5c8711
smbios: Fix dimm size calculation when RAM is multiple of 16GB

The Memory Device size calculation logic is broken when the RAM size is
a multiple of 16GB, making the size of the last entry be 0 instead of
16GB. Fix the logic to handle that case correctly.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
hw/i386/smbios.c