guestname with your guest domains name and windowsguest.xml:
# virsh dumpxml guestname windowsguest.xml
windowsguest.xml in this example). You must change the source file= parameter to the location of the drivers .iso file and adjust the dev= parameter if you already have a hdb entry.
<disk type='file' device='cdrom'> <driver name='file'/> <source file='/usr/share/xenpv-win/xenpv-win.iso'/> <target dev='hdb'/> <readonly/> </disk>
# virsh define windowsguest.xml
