[kvm-devel] Virtualized hardware and PCI

2007-02-16 Thread Ronald Lew
Can Guest OS access abnormal PCI cards such as a fax card or a card designed for analog phones (like Digium cards)? Can the guest OS gain full access to the PCI card without going through the virtualization? _ With tax season right

[kvm-devel] [PATCH] KVM SVM: intercept SMI to handle it at host level

2007-02-16 Thread Joerg Roedel
From: Joerg Roedel <[EMAIL PROTECTED]> This patch changes the SVM code to intercept SMIs and handle it outside the guest. Signed-off-by: Joerg Roedel <[EMAIL PROTECTED]> -- Joerg Roedel Operating System Research Center AMD Saxony LLC & Co. KG diff --git a/drivers/kvm/svm.c b/drivers/kvm/svm.c i

Re: [kvm-devel] Solaris 10 doesn't work under KVM

2007-02-16 Thread Waba
On Wed, Feb 14, 2007 at 03:20:18PM +0200, Avi Kivity wrote: > Well, there's probably an emulator bug somewhere. > > Can you add a printk() to set_cr4() in kvm_main.c and see what the guest > does? The documentation states that it's up to the OS to enable the > bit, so I can't just apply the pre