adb: Correct class size on TYPE_ADB_DEVICE
commit7e26c92ba816fccc40ab0a7c1364b65f226e2b21
authorDavid Gibson <david@gibson.dropbear.id.au>
Tue, 25 Aug 2020 10:28:51 +0000 (25 20:28 +1000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 8 Sep 2020 00:08:42 +0000 (8 10:08 +1000)
treece9d8b64bee86a8e1e2867253c09b57729d90fef
parente11bd71f89649da3cff439c030d2ccac0cc914e3
adb: Correct class size on TYPE_ADB_DEVICE

The TypeInfo incorrectly just lets the class size be inherited.  It won't
actually break things, since the class is abstract, but we should get it
right.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
hw/input/adb.c