• J
    qemu: Make save/restore with USB devices usable · bd1282d6
    Jiri Denemark 提交于
    Save/restore with passed through USB devices currently only works if the
    USB device can be found at the same USB address where it used to be
    before saving a domain. This makes sense in case a user explicitly
    configure the USB address in domain XML. However, if the device was
    found automatically by vendor/product identification, we should try to
    search for that device when restoring the domain and use any device we
    find as long as there is only one available. In other words, the USB
    device can now be removed and plugged again or the host can be rebooted
    between saving and restoring the domain.
    bd1282d6
qemu_migration.c 113.2 KB