Hello,
I am working on adding a virtio device to support a PCIe card (PCIe
pass-through wasn't an option). I need to do some cleanup when a VM that
is using this device is shutdown. It doesn't seem like the
device_unrealize function runs on shutdown unlike the device_realize
function that run
-virtio-back-end-driver-in-libvirtor-virt-manager
I have taken a look at this file and am pretty clueless on how it's
formatted and what I would need to add to it. Can anyone provide me some
basic guidance on what to do to this file or point me to some
documentation on this file?
Regards,