virt-manager/virtman-cdrom.diff
Charles Arnold f059e04d7b - bnc#588391 - Send Key in virt-viewer does not work with Netware
VM's 

- Don't automatically connect to xen in the virt-manager.desktop
  file.  This results in an error dialog when only KVM is installed 

- bnc#588215 - virt-manager/vminstall can't install new KVM Guests 

- bnc#585990 - Fix add/remove device for active Xen guests.
  virtman-device-flags.diff
- cleanup spec
  * norootforbuild
  * sort TAGS
- some rpmlint stuff
  * configfile

    existing interfaces. Provision new bridge, bond, and vlan
    devices.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=18
2010-03-19 17:23:36 +00:00

13 lines
683 B
Diff

Index: virt-manager-0.8.3/src/virtManager/addhardware.py
===================================================================
--- virt-manager-0.8.3.orig/src/virtManager/addhardware.py
+++ virt-manager-0.8.3/src/virtManager/addhardware.py
@@ -465,6 +465,7 @@ class vmmAddHardware(gobject.GObject):
if self.vm.get_hv_type() == "kvm":
add_dev("virtio", virtinst.VirtualDisk.DEVICE_DISK, "Virtio Disk")
if self.vm.get_connection().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):