

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".
C:\Program Files\RedHat\XenPV directory. The para-virtualized drivers files are in the directory chosen during the installation process.
disableRedHatSCSIDriver.bat - this script disables the para-virtualized disk driver
enableRedHatSCSIDriver.bat - this script enables the para-virtualized disk driver
disableRedHatSCSIDriver.bat file or execute disableRedHatSCSIDriver.bat from an MS-DOS prompt.
PCI Device" in the Device Manager displays a red X icon, indicating that it is disabled.
enableRedHatSCSIDriver.bat script must be executed before the installation program. Ensure that the red X is gone from the device node before attempting to re-install the drivers using the installer package.
virt-manger to uninstall devicesvirt-manager can be used instead of virsh to remove devices.