commit | 3e5dd364d933ccc066cbea8620bdc16525e19230 | [log] [tgz] |
---|---|---|
author | Andreas Färber <afaerber@suse.de> | Fri Jul 26 18:49:24 2013 +0200 |
committer | Andreas Färber <afaerber@suse.de> | Mon Jul 29 21:06:57 2013 +0200 |
tree | 25ca5f8c5a47c8e051a6d1daf65ac458b58ff02f | |
parent | e607f25a620e769cb6a231314aa13804723ab734 [diff] |
pl050: QOM'ify pl050_keyboard and pl050_mouse Introduce an abstract type pl050 and let pl050_keyboar and pl050_mouse inherit from it, using different instance_init functions. Introduce a type constant and use QOM casts. Signed-off-by: Andreas Färber <afaerber@suse.de>