Re: [Xen-devel] Xen Virtio Drivers

2018-03-07 Thread Christopher Clark
On Wed, Mar 7, 2018 at 6:13 AM, Volo M. wrote: > Hi Devs, > > Could you please help me to identify right way to start using Virtio > drivers for Xen guests > *HiThis reply might not be the answer that you’re looking for, but it may be helpful for the next person arriving via se

Re: [Xen-devel] Xen Virtio Drivers

2018-03-07 Thread Volo M.
Thanks, Cool, I'll have to check how to tweak xen build. Will I have to change below disk lines of XL toolkit VM config somehow to enable using Virtio drives emulation or custom xen build just enable it by those kvm-enabled tweak for all HVM guests within hypervisor? vif = [ "model=virtio-net,

Re: [Xen-devel] Xen Virtio Drivers

2018-03-07 Thread Konrad Rzeszutek Wilk
On Wed, Mar 07, 2018 at 04:13:47PM +0200, Volo M. wrote: > Hi Devs, > > Could you please help me to identify right way to start using Virtio > drivers for Xen guests > as described here https://wiki.xen.org/wiki/QEMU_Upstream . > I've managed to start my Windows 2008 VM with Virtio network drivers