Displaying 20 results from an estimated 2000 matches similar to: "How to enable pciback.hide in standard xen 3.0.2 kernels"
2009 Jan 04
1
How to compile Kernel with pciback.hide
Hi,
next step,
# dmesg | grep pciback
Bootdata ok (command line is root=/dev/sda2 ro console=tty0
pciback.hide=(0000:02:05.0)(0000:02:06.0)(0000:02:07.0)(0000:02:08.0)(0000:02:09.0)
)
Kernel command line: root=/dev/sda2 ro console=tty0
pciback.hide=(0000:02:05.0)(0000:02:06.0)(0000:02:07.0)(0000:02:08.0)(0000:02:09.0)
Unknown boot option
2009 Nov 24
1
Unknown boot option `pciback.hide=(09:04.0)': ignoring
Good morning,
I need to use pciback.hide to hide a pci card because I want to pci
passthrough that card to a domU. My hardware neither supports Intel-Vt-d
nor AMD's IOMMU. Unfortunately this doesn't seem to work in Centos 54
anymore. I guess it doesn't work because it is not compiled into the
kernel, but as a module. I got the following error in dmesg and the pci
device is still
2007 Nov 26
1
pciback.hide with debian
Hi all,
I made run some domU on my debian stable dom0
I got 2 NIC and I would like to attach my second NIC to a special dom0
(proxy)
I read some docs about it, I add pciback.hide=(0a:02.0) on my menu.lst
and I start my domU (proxy) like that.
xm -create -c proxy pci=0a:02.0
I try with pci=[''0a:02.0''] on my domU conf file
But none of this work for me.
I use kernel
2007 Apr 26
1
pciback.hide sundance
Hi,
I am trying to set up a Xen server using two 4-port NIC cards. The
exact type: D-Link DFE 580TX. There are no problems using this cards
under plain linux. The driver is called ''sundance''.
But when I use pciback.hide the DomU can''t access this card.
I have had the same task when using the NIC BCM 5708 (NetXtreme II).
I had found a message in
2006 Sep 08
0
Segfault at reboot caused by pciback.hide
Hi!
I created a dedicated driver domain on my opteron machine (xen-3.0.2-3,
changeset: 9762:1e225598ce82, 2.6.16.28, Debian Sid), and I discovered
an interesting segfault at the last step of reboot: when the kernel
flush out the md devices (raid1) the kernel prints the stack dump and
reboot immidietly. After rebooting, the state of first md deveice is
clean, but the second md device is dirty
2006 Nov 19
1
debian etch problems with networking and pciback.hide
Hi List,
please excuse that this post is again about networking with XEN.
Even though I googled and checked other posts for some days now I did not
manage to get my installation working.
Following some advises I used the late binding of pci.
So I created a /etc/modprobe.de/local and added:
options pciback hide=(03:00.0)(04:00.0)
install e1000 /sbin/modprobe pciback ;
/sbin/modprobe
2009 Mar 05
1
pciback and pci passtrought problems
Hi,
once again, Problems with pciback and pci passthrough
the system
--------------------------------------------------------------------------------
DOMAIN0:~# lspci -tv
-[0000:00]-+-00.0 nVidia Corporation nForce3 250Gb Host Bridge
+-01.0 nVidia Corporation nForce3 250Gb LPC Bridge
+-01.1 nVidia Corporation nForce 250Gb PCI System Management
+-02.0
2008 Dec 04
1
Xen 3.3.0 PCI passthrough with pciback.hide
Hi all,
I am trying to configure a Dom U to act as a firewall and therefore I need
to pass one of the two ethernet cards to the Dom-U.
I configured the Xen kernel to build pciback as a module and I am passing
the hide option via boot parameters.
I boot the pv machine via pygrub and I am able to see the ethernet device in
Dom U as follows:
Dom-U#lspci
02:00.0 Ethernet controller: Broadcom
2007 Dec 19
5
pciback.hide with ISDN Cards
Hi all,
did somebody successfuly export ISDN Cards to DomU?
I want to have 2 ISDN Cards in DomU (for Asterisk with mISDN)
lspci -vt
-[0000:00]-+-00.0 nVidia Corporation MCP55 Memory Controller
+-01.0 nVidia Corporation MCP55 LPC Bridge
...
+-05.1 nVidia Corporation MCP55 SATA Controller
+-06.0-[0000:01]--+-00.0 Cologne Chip Designs GmbH ISDN
2007 Dec 03
3
domU does not see the pci nic - pci passthrough
Hi all!
I want to assign a physical network card (e100) to a domU:
I think Dom0 is ok but domU does not recognize the pci nic.
into DomU I don''t know wath should I see: I have nothing in dmesg nor in
messages...
Into Dom0 I have
this modules.conf:
options pciback hide=(0000:03: 08.0)
install e100 /sbin/modprobe pciback; /sbin/modprobe --ignore-install e100
This is dmesg:
pciback
2008 Apr 11
2
Syntax for PCI Pass-Thru for multiple devices?
Hi All,
This might be a stupid question, but I have two PCI devices that I want
to pass-thru to a PV domU. I can pass one of them, but not both. I''m
sure it''s a stupid syntax issue within my configuration file. When I do
a "lspci" in the domU, (CentOS 5.1), only one of the devices shows up.
(e.g.) 00:00.0 Multimedia video controller: Internext Compression Inc
2007 Jul 09
5
guest domain couldn''t be started
Hi,
I install a guest Fedora inside the host Fedora. When I use the
service xend status
to check the status of xend. It shows xend is running.
However when I use
xm create xen1
to start the guest domain xen1, it failed. The corresponding file xen1 is
in /etc/xen/xen1. The error msg is as follows:
[root@phillis xen]# xm create xen1
Using config file "./xen1".
Going to boot Fedora
2006 Dec 08
1
Problem with ssci disk
Hi all,
I have a problem during the lauching of my first virtual image.
First thing : domain 0 is on fedora core 6 (probably a xen package made in
fedora :-S, sorry ...)
Second thing : the error is really traditional (i already had it with uml)
but there i am blocking.
here my config file (for image on logical volume, swap too)
root = "/dev/sda1 ro"
[root@p-virtvip8 xen]# cat p-virtser9
2008 Feb 21
0
[PATCH] pciback: Fix Destroying pcifront/pciback
Hi,
It seems that destroying pcifront/pciback always fails on current xen.
This patch fixes the problem, making pciback switch to "Closed" state
after pcifront switched to "Closing" state.
Regards,
-------------------
Yosuke Iwamatsu
NEC Corporation
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2006 Nov 20
0
pciback not working with linux domU
I am using the latest xen unstable and trying to
install this
00:19.0 Ethernet controller: Intel Corporation 82562V
10/100 Network Connection (rev 02)
since xen uses 2.6.16.29 it does not support it yet,
someone said (on google) that 2.6.18.3 supports it. So
I want to boot 2.6.18.3 in domU and enable it with the
pciback thing.
my seize commands are:
echo -n 0000:00:19.0 >
2011 Jul 23
1
[PATCH] xen/pciback: remove duplicated #include
Remove duplicated #include('s) in
drivers/xen/xen-pciback/xenbus.c
Signed-off-by: Huang Weiyi <weiyi.huang at gmail.com>
---
drivers/xen/xen-pciback/xenbus.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/xen/xen-pciback/xenbus.c b/drivers/xen/xen-pciback/xenbus.c
index 206c4ce..978d2c6 100644
--- a/drivers/xen/xen-pciback/xenbus.c
+++
2011 Jul 23
1
[PATCH] xen/pciback: remove duplicated #include
Remove duplicated #include('s) in
drivers/xen/xen-pciback/xenbus.c
Signed-off-by: Huang Weiyi <weiyi.huang at gmail.com>
---
drivers/xen/xen-pciback/xenbus.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/xen/xen-pciback/xenbus.c b/drivers/xen/xen-pciback/xenbus.c
index 206c4ce..978d2c6 100644
--- a/drivers/xen/xen-pciback/xenbus.c
+++
2006 Sep 30
0
pciback not working
Hi,
I am still trying to assign pci or usbs to a domU. I get to the point where
pciback seizes the devices (5 usb and 2 pci). I modified the configuration
of the domU with pci = [ ''00:1d.0'' , ''00:1d.1'' , ''00:1d.2'' , ''00:1d.3'' ,
''00:1d.7'', ''02:01.0'' , ''02:02.0'' ] but
2007 Jun 13
1
howto pciback and Ubuntu ?
Hello,
Does anyone could tell me how can I use pciback under Ubuntu ?
I''ve got a telephony card for Asterisk and I find
this document :
http://www.crc.id.au/fedora-core-6-xen-and-asterisk/
What happens seems that pciback module is unavailable under Ubuntu
or compiled into the kernel ?
Any tips are welcome
Regards
_______________________________________________
Xen-users mailing
2013 May 31
2
[PATCH] xen-pciback: fix error return code in pcistub_irq_handler_switch()
From: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
Fix to return -ENOENT in the pcistub_device_find() and pci_get_drvdata()
error handling case instead of 0(overwrite to 0 by str_to_slot()), as done
elsewhere in this function.
Signed-off-by: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
---
drivers/xen/xen-pciback/pci_stub.c | 10 +++++++---
1 file changed, 7 insertions(+), 3