vexpress: Don't set name on abstract class
commit54477b07fb81ab4a55c263f3449bc07469db30fb
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 20 Aug 2015 21:54:28 +0000 (20 14:54 -0700)
committerAndreas Färber <afaerber@suse.de>
Sat, 19 Sep 2015 14:38:37 +0000 (19 16:38 +0200)
treeb5a8a34e50823060346aeb63781c5825192a5448
parentc84a8f01b2a5d8bf98c447796d4a747333a5b1fd
vexpress: Don't set name on abstract class

The MachineClass::name field won't be ever be used on TYPE_VEXPRESS, as
it is an abstract class and the machine class lookup code explicitly
skips abstract classes. We can remove it to make the code simpler.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Andreas Färber <afaerber@suse.de>
hw/arm/vexpress.c