Today I installed Windows 7 to a virtual machine. I use Linux Ubuntu 10.04 Lucid Lynx as a host and qemu/KVM for virtualization. Windows was installed to qcow2 image. Later I needed to add a whole physical SATA disk. So I added:
<disk type=’block’ device=’disk’> <source dev=’/dev/sdb’/> <target dev=’hdb’ bus=’scsi’/> </disk>
(dont use bus=’ide’ . . . → Read More: Virtual Windows7 LSI53C895A SCSI Drivers on Qemu (KVM)