search for: b9721b2766c1

Displaying 1 result from an estimated 1 matches for "b9721b2766c1".

2009 Jan 09
5
[PATCH] Enable PCI passthrough with stub domain.
...permissive Currently Linux guest only works. But Windows guest doesn''t work, so I''m debugging for now. I hope this patch will be useful for other developers in community. Thanks, -- Shohei Fujiwara. Signed-off-by: Shohei Fujiwara <fujiwara-sxa@necst.nec.co.jp> diff -r b9721b2766c1 xen/arch/x86/irq.c --- a/xen/arch/x86/irq.c Wed Jan 07 11:25:00 2009 +0000 +++ b/xen/arch/x86/irq.c Thu Jan 08 18:58:36 2009 +0900 @@ -857,7 +857,7 @@ int map_domain_pirq( if ( type == MAP_PIRQ_TYPE_MSI ) return -EINVAL; - if ( !IS_PRIV(current->domain) ) + if ( !IS_PRIV_FO...