Displaying 3 results from an estimated 3 matches for "pci_xen_init".
Did you mean:
cpu_xen_init
2012 Jan 30
4
[PATCH] xen pvhvm: do not remap pirqs onto evtchns if !xen_have_vector_callback
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
diff --git a/arch/x86/pci/xen.c b/arch/x86/pci/xen.c
index 492ade8..d99346e 100644
--- a/arch/x86/pci/xen.c
+++ b/arch/x86/pci/xen.c
@@ -374,7 +374,7 @@ int __init pci_xen_init(void)
int __init pci_xen_hvm_init(void)
{
- if (!xen_feature(XENFEAT_hvm_pirqs))
+ if (!xen_have_vector_callback || !xen_feature(XENFEAT_hvm_pirqs))
return 0;
#ifdef CONFIG_ACPI
2013 Feb 26
4
passthroughed msix device
...004071)
Can''t reproduce with uek2(3.1 stable), but if I disable hvm_pirqs
support in uek2, reproduce the same.
Test patch below:
diff --git a/arch/x86/pci/xen.c b/arch/x86/pci/xen.c
index a22ad4b..2d795d1 100644
--- a/arch/x86/pci/xen.c
+++ b/arch/x86/pci/xen.c
@-400,7 +400,6 @int __init pci_xen_init(void)
.
int __init pci_xen_hvm_init(void)
{
- if (!xen_have_vector_callback || !xen_feature(XENFEAT_hvm_pirqs))
return 0;
.
#ifdef CONFIG_ACPI
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c
index bf28d69..64f6c6c 100644
--- a/arch/x86/xen/enlighten.c
+++ b...
2011 Oct 31
5
Xen 4.1.1 HVM guest cdrom trouble, lost interrupts, ata failed commands (frozen)
Hello,
I was testing Fedora 16 (rc2) Xen host, with included Xen 4.1.1 rpms
and Linux 3.1.0 dom0 kernel. Fedora 16 PV domUs seem to work nicely.
I noticed a problem with Fedora 16 Xen HVM guests though.
The F16 guest kernel (Linux 3.1.0) fails with the qemu-dm emulated DVD-ROM drive..
Full HVM guest kernel dmesg attached to this email.
See the end of this email for Xen cfgfile for the