[PATCH 4/8] kvm tools: init network devices only when the virtio driver is ready to go

2013-05-03 Thread Sasha Levin
We may need to know what features are supported before we can init the network on the host side. Signed-off-by: Sasha Levin sasha.le...@oracle.com --- tools/kvm/virtio/net.c | 30 -- 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/tools/kvm/virtio/net.c

[PATCH] KVM test: Fix command to install virtio driver msi install package

2010-09-14 Thread Lucas Meneghel Rodrigues
If we are going to use the msi package, we have to tell windows to install it using msiexec /passive /package, so the msi is installed without asking questions. Only executing the msi will prompt questions to the user, which we clearly don't want. Changing it on the default config file so people

virtio driver

2010-08-13 Thread Nirmal Guhan
Hi, My guest (2.6.32 kernel with some patches unrelated to kvm) does not seem to work with virtio driver (model=virtio in qemu-kvm). My rootfs is over nfs. If I change model=pcnet, guest comes up fine. With virtio, I get error as No network devices available. I assume I have to add virtio driver

Re: virtio driver

2010-08-13 Thread Brian Jackson
On Friday, August 13, 2010 02:08:07 am Nirmal Guhan wrote: Hi, My guest (2.6.32 kernel with some patches unrelated to kvm) does not seem to work with virtio driver (model=virtio in qemu-kvm). My rootfs is over nfs. If I change model=pcnet, guest comes up fine. With virtio, I get error

[PATCH 24/39] KVM: ia64: Enable virtio driver for ia64 in Kconfig

2008-09-25 Thread Avi Kivity
From: Xiantao Zhang [EMAIL PROTECTED] kvm/ia64 uses the virtio drivers to optimize its I/O subsytem. Signed-off-by: Xiantao Zhang [EMAIL PROTECTED] Signed-off-by: Avi Kivity [EMAIL PROTECTED] --- arch/ia64/kvm/Kconfig |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

[PATCH] KVM: ia64: Enable virtio driver for ia64 in Kconfig

2008-08-26 Thread Avi Kivity
From: Xiantao Zhang [EMAIL PROTECTED] kvm/ia64 uses the virtio drivers to optimize its I/O subsytem. Signed-off-by: Xiantao Zhang [EMAIL PROTECTED] Signed-off-by: Avi Kivity [EMAIL PROTECTED] diff --git a/arch/ia64/kvm/Kconfig b/arch/ia64/kvm/Kconfig index 7914e48..8e99fed 100644 ---