• A
    qdev: remove baked in notion of aliases (v2) · 6acbe4c6
    Anthony Liguori 提交于
    Limit them to the device_add functionality.  Device aliases were a hack based
    on the fact that virtio was modeled the wrong way.  The mechanism for aliasing
    is very limited in that only one alias can exist for any device.
    
    We have to support it for the purposes of compatibility but we only need to
    support it in device_add so restrict it to that piece of code.
    Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
    ---
    v1 -> v2
     - Use a table for aliases (Paolo)
    6acbe4c6
qdev.h 21.9 KB