virsh dumpxml to create an XML configuration file for the guest. Change guest-name and guest.xml to match the name of your guest and the file for saving the configuration.
# virsh dumpxmlFor every disk entry (refer to Example 6.1, “Para-virtualized disk entry”) in theguestname>guest.xml
guest.xml file modify the para-virtualized disk entry to use the generic virtualized drivers (refer to Example 6.2, “Generic disk entry”).
<disk type='file' device='disk'> <driver name='tap' type='aio'/> <source file='/var/lib/xen/images/disk2.img'/> <target dev='xvdb'/> </disk>
<disk type='file' device='disk'> <driver name='file'/> <source file='/var/lib/xen/images/disk2.img'/> <target dev='hdb'/> </disk>

PCI Device" and an "Add New Hardware Wizard" will appear. You can safely close the wizard with the button. Similarly, you can ignore requests to reboot machine; these come from Windows rather than from the uninstall program.
virt-manager to uninstall devicesvirt-manager can be used instead of virsh to remove devices.