Displaying 20 results from an estimated 6000 matches similar to: "[PATCH] xen/pciback: remove duplicated #include"
2012 Jan 25
4
Fwd: BUG in linux+v3.2.1/drivers/xen/xen-pciback/pci_stub.c
First, maintainer''s addresses (Ryan Wilson <hap9@epoch.ncsc.mil>,
Chris Bookholt <hap10@epoch.ncsc.mil>) are wrong (users unknown to
remote mailsystem), so posting to you:
PCI bus format strings are wrong.
"%04x:%02x:%02x.%d"
should be used instead of
"%04x:%02x:%02x.%1x"
(in many places of linux+v3.2.1/drivers/xen/xen-pciback/pci_stub.c)
--
2012 Jan 05
22
[PATCH] Support Function Level Reset (FLR) in the xen-pciback module (v1) and some fixes.
The attached patches allow the pciback module to perform a reset whenever
a PCI device is:
- attached to the pciback module, as so:
echo "0000:01.07.0" > /sys/bus/pci/devices/pciback/bind
- detached from the pciback module, as so:
echo "0000:01.07.0" > /sys/bus/pci/devices/pciback/unbind
- and when the guest is done with (internally when the guest is not using
2008 Jul 26
1
drivers/xen/balloon.c: Removed duplicated include
Removed duplicated include file <linux/highmem.h> in
drivers/xen/balloon.c.
Signed-off-by: Huang Weiyi <weiyi.huang at gmail.com>
diff --git a/drivers/xen/balloon.c b/drivers/xen/balloon.c
index d4427cb..afdeac5 100644
--- a/drivers/xen/balloon.c
+++ b/drivers/xen/balloon.c
@@ -41,7 +41,6 @@
#include <linux/pagemap.h>
#include <linux/highmem.h>
#include
2008 Jul 14
6
"XENBUS: Device with no driver" errors on Debian
I am running debian lenny, with the standard Xen 3.2 packages, with
the 2.6.18-6-xen-686 kernel as dom0, and 2.6.24-1-xen-686 as domU.
Everything is working fine apart from the console and the PCI
passthrough. I am getting these errors in the domU on startup:
XENBUS: Device with no driver: device/pci/0
XENBUS: Device with no driver: device/console/0
Does this mean the modules are missing?
2008 Nov 16
2
PCI passthrough to domU does not work with XEN 3.3
Hi!
As dom0 I''m running Ubuntu Hardy withe xen 3.3 from backports.
Reason to using xen 3.3 is that I could get Intrepid stock kernel to
work as domu with xen 3.2.
Now the problem I have is that I can''t passthrough PCI-devices to my domu.
If I run lspci in the domu nothing is returned.
I''ve tried to use the kernel from Hardy (2.6.24-21-xen) and stock
kernel from
2013 May 16
7
[PATCH V4 0/2] xenbus: Fix S3 frontend resume when xenstored is not running
Hi,
This patch series fixes the S3 resume of a domain running xenstored and a
frontend over xenbus (xen-netfront in my use case).
As device resume is happening before process resume, the xenbus frontend
resume is hanging if xenstored is not running, thus causing a deadlock.
This patch series is fixing that issue by deferring the xenbus frontend
resume when we are running xenstored in that same
2010 Nov 09
4
Xen 3.4.3and CentOS PCIback
Hi,
I''m using CentOS 5.5 x86_64 xen 3.43 from gitco.de and I have an Openvox
A1200P voip card and am passing it thru to another centos 5.5 DomU, when I
1st start the domain driver loads and everything seems quite nice and the
device works, but after a reboor of the DomU, this is shown on my Dom0 dmesg
Here''s Dom0 info
[root@xen ~]# dmesg
Bootdata ok (command line is ro
2010 Nov 09
4
Xen 3.4.3and CentOS PCIback
Hi,
I''m using CentOS 5.5 x86_64 xen 3.43 from gitco.de and I have an Openvox
A1200P voip card and am passing it thru to another centos 5.5 DomU, when I
1st start the domain driver loads and everything seems quite nice and the
device works, but after a reboor of the DomU, this is shown on my Dom0 dmesg
Here''s Dom0 info
[root@xen ~]# dmesg
Bootdata ok (command line is ro
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
2006 Nov 13
1
problem with pciback
Hello,
I''m attempting to run Windows XP in a domU using the PCs actual
graphics card. I believe I''ve set everything up correctly, including
the pciback module etc.
I''ve set pciback to grab the graphics card and all the USB hosts as well:
(from dmesg)
pciback 0000:00:02.0: seizing device
pciback 0000:00:02.1: seizing device
pciback 0000:00:1a.0: seizing device
pciback
2007 Apr 26
3
pciback vs. qemu-dm vs. ?
I am trying to get a bt878 capture card working in Ubuntu 7.04 for a
video surveillance application running on LAMP stack. It is based on Xen
3.0.3. Got all xm stuff working and apache/mysql/python working in domU.
Now need access to /dev/Video0
I first tried pciback, where I get the following failure (from dom0
dmesg). (I blacklisted the bttv and related drivers).
[ 0.198929] Kernel command
2006 May 31
9
pcifront pci-0: pciback not responding (tg3)
Hello,
I am desperately trying to get pci-passthrough to working.
I want to pass a tg3 nic to domU.
when booting domU I get a lot of messages:
pcifront pci-0: pciback not responding!!!
in domU, "ifconfig eth... adress up"
hangs for 2 minutes, finally ifconfig -a shows a
correct setting with no data transmitted rx/tx
The IP Adress is being assigned, but there is no data
transmission
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
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
2006 Aug 28
5
pciback error - what does it mean?
I''m still playing around with xen-3.0.2-3 and the pciback.hide
option. Currently I''m trying to give the guest a pcmcia-to-pci card
with a prism54 wlan card in the slot. When starting the guest the
following message apears in the bootlog:
...
pciback 0000:02:09.0: can''t export pci devices that don''t have a
normal (0) or bridge (1) header type!
...
The lspci of
2012 Mar 05
11
[PATCH 0001/001] xen: multi page ring support for block devices
From: Santosh Jodh <santosh.jodh at citrix.com>
Add support for multi page ring for block devices.
The number of pages is configurable for blkback via module parameter.
blkback reports max-ring-page-order to blkfront via xenstore.
blkfront reports its supported ring-page-order to blkback via xenstore.
blkfront reports multi page ring references via ring-refNN in xenstore.
The change allows
2012 Mar 05
11
[PATCH 0001/001] xen: multi page ring support for block devices
From: Santosh Jodh <santosh.jodh at citrix.com>
Add support for multi page ring for block devices.
The number of pages is configurable for blkback via module parameter.
blkback reports max-ring-page-order to blkfront via xenstore.
blkfront reports its supported ring-page-order to blkback via xenstore.
blkfront reports multi page ring references via ring-refNN in xenstore.
The change allows
2012 Mar 05
11
[PATCH 0001/001] xen: multi page ring support for block devices
From: Santosh Jodh <santosh.jodh at citrix.com>
Add support for multi page ring for block devices.
The number of pages is configurable for blkback via module parameter.
blkback reports max-ring-page-order to blkfront via xenstore.
blkfront reports its supported ring-page-order to blkback via xenstore.
blkfront reports multi page ring references via ring-refNN in xenstore.
The change allows
2008 Feb 09
1
How to deal with pciback?
Hello everybody,
for just one week I try to install three servers on an OpenSuSE 10.3
dom0 equipped with 4 NICs. One server is an OX using the onboard NIC via
xenbr0. This server runs!! For my IPCop server I intended to use the
three remaining NICs (Intel Pro100/S, 3Com 3C590, Realtek RTL-8139).
These three NICs should be used natively by my IPCop. So I tried to use
the pciback driver. I wrote a
2012 Apr 09
7
xen-pciback cause my system hang
Hi,
I have successfully start my Win7 x86 domU on my x64 Xen dom0 system. Now I
want to give my Win7 full access to my Nvidia card.
lspci
01:00.0 VGA compatible controller: NVIDIA Corporation G86 [Quadro NVS 140M]
(rev a1)
and I added these to my /etc/modprobe.d/xen-pciback.conf
options xen-pciback hide=(0000:01:00.0)
then I ran modprobe xen-pciback
nothing happens on the screen, and my