Fix bug RH2020241(https://bugzilla.redhat.com/show_bug.cgi?id=2020241)
by Fetching MDEV UUID from MDEV node device XML attribute "uuid".
The existing code parses MDEV node device UUID from MDEV name. The
MDEV name is changed from mdev_uuid(eg:
mdev_b204c698_6731_4f25_b5f4_894614a05ec0) to mdev_uui
The MDEV devices listed in the "Add New Virtual Hardware" page, are a
concatenation of parent device name and MDEV device name, eg:
css_0_0_0014 mdev_b204c698_6731_4f25_b5f4_894614a05ec0_0_0_0014. The
parent name is duplicated in here, as the MDEV device name itself
includes a part of parent name i
Fix bug RH2020241(https://bugzilla.redhat.com/show_bug.cgi?id=2020241)
by Fetching MDEV UUID from MDEV node device XML attribute "uuid".
The existing code parses MDEV node device UUID from MDEV name. The
MDEV name is changed from mdev_uuid(eg:
mdev_b204c698_6731_4f25_b5f4_894614a05ec0) to mdev_uui
Modify MDEV names according to the changed naming convention of
MDEV node devices in libvirt version 7.8.0 and later.
Signed-off-by: Shalini Chellathurai Saroja
---
tests/data/testdriver/testdriver.xml | 9 ++---
tests/data/testdriver/testsuite.xml | 6 --
tests/test_cli.py
Oops, looks like we had a collision here. I already submitted a pull
request to fix (part of) this issue on github, and Daniel just merged it
this morning.
https://github.com/virt-manager/virt-manager/pull/319
Would you be willing to rebase your patches on top of the current git
master?
Thanks,