search for: hvm_domain_use_pirq

Displaying 3 results from an estimated 3 matches for "hvm_domain_use_pirq".

2012 Jul 18
48
LSI SAS2008 Option Rom Failure
Hi- I am trying to pass an LSI SAS2008-based HBA (IBM M1015) through to an HVM Solaris VM, using Xen 4.2 unstable and the qemu-traditional device model. On boot I see the following error: MPT BIOS Fault 09h encountered at adapter PCI(00h,05h,00h) A list search yielded (http://comments.gmane.org/gmane.comp.emulators.xen.devel/128172), however there was no solution for an HVM VM. I''ve
2012 Feb 06
1
[PATCH] ia64: fix build (next instance)
...ude/asm-ia64/linux-xen/asm/irq.h @@ -72,7 +72,7 @@ extern int request_irq_vector(unsigned i #define irq_complete_move(x) do {} \ while(!x) -#define domain_pirq_to_irq(d, irq) domain_irq_to_vector(d, irq) +#define domain_pirq_to_irq(d, irq) (irq) /* domain_irq_to_vector(d, irq) */ #define hvm_domain_use_pirq(d, info) 0 #endif --- a/xen/include/asm-ia64/linux-xen/asm/processor.h +++ b/xen/include/asm-ia64/linux-xen/asm/processor.h @@ -17,7 +17,12 @@ #include <asm/intrinsics.h> #include <asm/kregs.h> +#if !defined(XEN) #include <asm/ptrace.h> +#elif !defined(__ASSEMBLY__) +struct...
2011 Sep 01
4
[xen-unstable test] 8803: regressions - FAIL
...ct the notification appropriately. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> changeset: 23806:4226ea1785b5 user: Stefano Stabellini <stefano.stabellini@eu.citrix.com> date: Wed Aug 31 15:23:12 2011 +0100 xen: fix hvm_domain_use_pirq''s behavior hvm_domain_use_pirq should return true when the guest is using a certain pirq, no matter if the corresponding event channel is currently enabled or disabled. As an additional complication, qemu is going to request pirqs for passthrough devices even for Xen...