KVM: use cache= for non-virtio too
authorAlexander Graf <agraf@suse.de>
Fri, 30 Sep 2011 09:49:15 +0000 (11:49 +0200)
committerAdrian Schröter <adrian@suse.de>
Sat, 1 Oct 2011 07:31:54 +0000 (09:31 +0200)
commitaf780aa8832075cbd18056adc342e67ece7a389f
treebf78797835523d01a59a0b070c9a87afb37027d0
parent7aefa9ee8dae2991cee7214baf32ef78e886a8ff
KVM: use cache= for non-virtio too

Currently we're only using cache=... when running with virtio in KVM. The
parameter is generic though and also helps a lot on IDE, so let's move from
the legacy -hda -hdb syntax to -drive and also enable proper caching along
the way.

Signed-off-by: Alexander Graf <agraf@suse.de>
build