Hide Forgot
Created attachment 564537 [details] VM XML After switching my Windows7 VM from VNC to spice I get: --------- console log output: char device redirected to /dev/pts/0 do_spice_init: starting 0.10.1 spice_server_add_interface: SPICE_INTERFACE_KEYBOARD spice_server_add_interface: SPICE_INTERFACE_MOUSE qemu-kvm: -device intel-hda,id=sound0,bus=pci.0,addr=0x4: PCI: slot 4 function 0 not available for intel-hda, in use by virtio-blk-pci qemu-kvm: -device intel-hda,id=sound0,bus=pci.0,addr=0x4: Device 'intel-hda' could not be initialized --------- When trying to boot it. I am using libvirt-0.9.6-4.fc16.x86_64. The XML of the VM is attached.
Created attachment 564538 [details] qemu log
Switching the sound device to use a different pci-slot by hand seems to fix it i.e now it says: <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
Ah I think I know the problem. Looks like you changed the disk bus from ide to virtio in virt-manager UI, which wasn't correctly unsetting disk target and address type. Upstream virt-manager properly warns about this case, and latest virt-manager in fedora should properly make the change. If you have any other guests similarly affected, you should be able to change disk bus from virtio->ide->virtio in latest virt-manager and it will fix them. Closing as CURRENTRELEASE virt-manager