• G
    qdev: remove DeviceType · 042f84d0
    Gerd Hoffmann 提交于
    The only purpose DeviceType serves is creating a linked list of
    DeviceInfo structs.  This removes DeviceType and add a next field to
    DeviceInfo instead, so the DeviceInfo structs can be changed that way.
    Elimitates a pointless extra level of indirection.
    Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
    042f84d0
qdev.c 10.1 KB