[PATCH virt-manager v1 1/3] virt-manager: fix virt-* tools hostdev support

2021-11-10 Thread Shalini Chellathurai Saroja
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

[PATCH virt-manager v1 3/3] virtManager: change MDEV display names

2021-11-10 Thread Shalini Chellathurai Saroja
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

[PATCH virt-manager v1 0/3] fix virt-* tools hostdev support

2021-11-10 Thread Shalini Chellathurai Saroja
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

[PATCH virt-manager v1 2/3] tests: modify MDEV names

2021-11-10 Thread Shalini Chellathurai Saroja
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

Re: [PATCH virt-manager v1 0/3] fix virt-* tools hostdev support

2021-11-10 Thread Jonathon Jongsma
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,