Displaying 1 result from an estimated 1 matches for "shohei".
2009 Jan 09
5
[PATCH] Enable PCI passthrough with stub domain.
...h. For example:
# cd /sys/bus/pci/drivers/pciback
# echo "0000:0d:00.0" > 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_PIR...