https://bugzilla.novell.com/show_bug.cgi?id=755415 https://bugzilla.novell.com/show_bug.cgi?id=755415#c4 --- Comment #4 from Alexander Bergmann <abergmann@novell.com> 2012-04-05 10:22:34 UTC --- Yes qemu has a bunch of options that are not yet accessible over virt-manager. However libvirt is capable in storing most of the information inside the guest XML files. In this case the drive option needs the additional parameter 'serial=<id>'. #> qemu-kvm --help | grep -A 4 '\-drive' -drive [file=file][,if=type][,bus=n][,unit=m][,media=d][,index=i] [,cyls=c,heads=h,secs=s[,trans=t]][,snapshot=on|off] [,cache=writethrough|writeback|none|directsync|unsafe][,format=f] [,serial=s][,addr=A][,id=name][,aio=threads|native] [,readonly=on|off] The libvirt documentation is pretty solid in this perspective. http://libvirt.org/formatdomain.html#elementsDisks -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.