pseries: Remove versions from mc->desc
commit0eb9054c6040f7216be99c23793f001d52765ce9
authorDavid Gibson <david@gibson.dropbear.id.au>
Mon, 7 Dec 2015 03:29:35 +0000 (7 14:29 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 11 Jan 2016 04:29:05 +0000 (11 15:29 +1100)
tree55304da6099aede8a8f8a96f81a9c8378e47a1a2
parent64f0f70a00ec62f10a1fd333a3a3a6bf513fc1a0
pseries: Remove versions from mc->desc

Currently, the versioned spapr machine types put the machine type version
into the description string.  PC does not do this, using just the name
itself to distinguish.  Doing the same lets us move setting the description
into the common base class, simplifying the code slightly.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Alexey Kardashevskiy <aik@ozlabs.ru>
hw/ppc/spapr.c