On Tue, Jul 1, 2008 at 10:38 AM, Andy Smith <[EMAIL PROTECTED]> wrote: > Hi, > > Is it possible at the moment to export a single partition to a kvm > guest as a virtio block device, like you can with Xen? e.g. with > LVM on the host, /dev/somevg/somelv -> /dev/vda1 ?
in Xen this is only possible for PV guests, non HVM. KVM always uses what Xen calls HVM or 'full virtualization'; therefore, only export block devices, which (usually) contain partition tables. -- Javier -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
