KVM: Disk and NetWork Type Card

depends of the KVM guest type - give more info about your guest.
 
I'm interested in the same. Lately I've been running:

- Win2008/Win7: Using RAW for HD and Virtio for Network
- Ubuntu Server: Using qcow2 for HD and e1000 for Network

It's been running well. Perhaps my VMs can be further optimized. I'd be interested in any ideas/suggestions.
 
I'm interested in the same. Lately I've been running:

- Win2008/Win7: Using RAW for HD and Virtio for Network
- Ubuntu Server: Using qcow2 for HD and e1000 for Network

It's been running well. Perhaps my VMs can be further optimized. I'd be interested in any ideas/suggestions.
Hi,
i perfer:
allways raw for HD (local and of course inside lvm).
e1000 for win-network
virtio-net for linux-network
virtio-io for win/linux guest (mostly - sometimes ide)

Udo
 
KVM : Win2008 r2 64bit Web Edtion / Std
most stable: use ide for block and e1000 for the network. if you assign more than one cpu I recommend to use the 2.6.35 Kernel branch. using the latest virtio is an option but not always better.
And use raw or even better, directly block devices (or LVM).

KVM : Ubuntu Server 64bit / 32bit
KVM : Centos

always virtio. driver are included in all modern Linux Kernels.
And use raw or even better, directly block devices (or LVM).