Add ability to connect PCI devices to guest (By name/pattern/id?)
yatakoi opened this issue · 0 comments
yatakoi commented
Hello. Do you plan to implement the ability to add PCI?
I have several cards, but I do not understand how to implement adding a card to the guest system using this example:
- Get a list of cards and guests
- Check if at least one card has been added to the existing guest system
- If a card is added, then ignore this card, otherwise add the card to the guest system
Or at least tell me the code of adding the card in the configuration of the guest. Thank.