Skip to content
  • Anthony Liguori's avatar
    qdev: remove baked in notion of aliases (v2) · 6acbe4c6
    Anthony Liguori authored
    
    
    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: default avatarAnthony Liguori <aliguori@us.ibm.com>
    ---
    v1 -> v2
     - Use a table for aliases (Paolo)
    6acbe4c6