mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-27 03:21:44 +03:00
0c146b2503
libvirt recently changed the nodedev names for mediated devices due to the fact that mdevctl supports defining multiple mediated devices with the same UUID as long as only one is active at a time. This means that the nodedev name changed from the format 'mdev_$UUID' to the format 'mdev_$UUID_$PARENT'. Unfortunately, virt-install was parsing the nodedev name to extract the UUID of a mediated device. This fails with the new name format. Fortunately, in libvirt 7.3.0, a <uuid> field was added to the xml schema for mdev devices, so we can simply use this instead, and fall back to the name parsing if it doesn't exist. Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com> |
||
---|---|---|
.. | ||
capabilities | ||
cli | ||
fakemedia | ||
inject | ||
meter | ||
nodedev/devxml | ||
storage | ||
testdriver | ||
urldetect | ||
xmlparse | ||
codespell_dict.txt | ||
test_urls.ini |