virt-manager/virtman-cdrom.diff
Charles Arnold 9bd84112f9 - bnc#801988 - virt-manager requires for vtemodule.so wrong on s390x
virt-manager.spec 

- bnc#801987 - virt-manager is not able to create new VM in qemu
  Updated virtman-vminstall.diff

- fate##314135: Support PVSCSI on XEN and VirtioSCSI on KVM -
  Implement pass through block device
- fate##313076: HBA passthrough for kvm
  virtman-git-scsi.diff
  virtman-git-scsi-lun.diff

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=111
2013-02-04 19:46:15 +00:00

13 lines
653 B
Diff

Index: virt-manager-0.9.4/src/virtManager/addhardware.py
===================================================================
--- virt-manager-0.9.4.orig/src/virtManager/addhardware.py
+++ virt-manager-0.9.4/src/virtManager/addhardware.py
@@ -547,6 +547,7 @@ class vmmAddHardware(vmmGObjectUI):
add_dev("virtio-scsi", virtinst.VirtualDisk.DEVICE_LUN,
_("Virtio SCSI lun"))
if self.conn.is_xen():
+ add_dev("xen", virtinst.VirtualDisk.DEVICE_CDROM, "Virtual disk (read only)")
add_dev("xen", virtinst.VirtualDisk.DEVICE_DISK, "Virtual disk")
def populate_input_model(self, model):