similar to: Current bristuff error report

Displaying 20 results from an estimated 90 matches similar to: "Current bristuff error report"

2014 Dec 19
2
[PATCH RFC 2/5] s390: add pci_iomap_range
On Mon, 15 Dec 2014, Michael S. Tsirkin wrote: > From: Michael S Tsirkin <mst at redhat.com> > > Virtio drivers should map the part of the range they need, not > necessarily all of it. > To this end, support mapping ranges within BAR on s390. > Since multiple ranges can now be mapped within a BAR, we keep track of > the number of mappings created, and only clear out the
2014 Dec 19
2
[PATCH RFC 2/5] s390: add pci_iomap_range
On Mon, 15 Dec 2014, Michael S. Tsirkin wrote: > From: Michael S Tsirkin <mst at redhat.com> > > Virtio drivers should map the part of the range they need, not > necessarily all of it. > To this end, support mapping ranges within BAR on s390. > Since multiple ranges can now be mapped within a BAR, we keep track of > the number of mappings created, and only clear out the
2014 Dec 15
6
[PATCH RFC 0/5] virtio pci: virtio 1.0 support
This is on top of 3.19 master + my bugfix patches, and adds virtio 1.0 support to virtio pci. This is 3.20 material I think. Would like to get feedback on s390 change as it's untested. Michael S Tsirkin (2): pci: add pci_iomap_range s390: add pci_iomap_range Michael S. Tsirkin (2): virtio_pci: modern driver virtio_pci: macros for PCI layout offsets. Rusty Russell (1): virtio-pci:
2014 Dec 15
6
[PATCH RFC 0/5] virtio pci: virtio 1.0 support
This is on top of 3.19 master + my bugfix patches, and adds virtio 1.0 support to virtio pci. This is 3.20 material I think. Would like to get feedback on s390 change as it's untested. Michael S Tsirkin (2): pci: add pci_iomap_range s390: add pci_iomap_range Michael S. Tsirkin (2): virtio_pci: modern driver virtio_pci: macros for PCI layout offsets. Rusty Russell (1): virtio-pci:
2015 Jan 14
22
[PATCH v3 00/16] virtio-pci: towards virtio 1.0 guest support
Changes since v2: handling for devices without config space (e.g. rng) reduce # of mappings for VQs These patches seem to work fine on my virtio-1.0 qemu branch. There haven't been any bugs since v2: just minor cleanups and enhancements. QEMU side is still undergoing polishing, but is already testable. Rusty, what do you think? Let's merge these for 3.20? Also - will you be doing that
2015 Jan 14
22
[PATCH v3 00/16] virtio-pci: towards virtio 1.0 guest support
Changes since v2: handling for devices without config space (e.g. rng) reduce # of mappings for VQs These patches seem to work fine on my virtio-1.0 qemu branch. There haven't been any bugs since v2: just minor cleanups and enhancements. QEMU side is still undergoing polishing, but is already testable. Rusty, what do you think? Let's merge these for 3.20? Also - will you be doing that
2014 Dec 15
0
[PATCH RFC 2/5] s390: add pci_iomap_range
From: Michael S Tsirkin <mst at redhat.com> Virtio drivers should map the part of the range they need, not necessarily all of it. To this end, support mapping ranges within BAR on s390. Since multiple ranges can now be mapped within a BAR, we keep track of the number of mappings created, and only clear out the mapping for a BAR when this number reaches 0. Signed-off-by: Michael S. Tsirkin
2014 Dec 15
0
[PATCH RFC 2/5] s390: add pci_iomap_range
From: Michael S Tsirkin <mst at redhat.com> Virtio drivers should map the part of the range they need, not necessarily all of it. To this end, support mapping ranges within BAR on s390. Since multiple ranges can now be mapped within a BAR, we keep track of the number of mappings created, and only clear out the mapping for a BAR when this number reaches 0. Signed-off-by: Michael S. Tsirkin
2015 Jan 14
0
[PATCH v3 10/16] s390: add pci_iomap_range
Virtio drivers should map the part of the range they need, not necessarily all of it. To this end, support mapping ranges within BAR on s390. Since multiple ranges can now be mapped within a BAR, we keep track of the number of mappings created, and only clear out the mapping for a BAR when this number reaches 0. Cc: Bjorn Helgaas <bhelgaas at google.com> Cc: linux-pci at vger.kernel.org
2015 Jan 14
0
[PATCH v3 10/16] s390: add pci_iomap_range
Virtio drivers should map the part of the range they need, not necessarily all of it. To this end, support mapping ranges within BAR on s390. Since multiple ranges can now be mapped within a BAR, we keep track of the number of mappings created, and only clear out the mapping for a BAR when this number reaches 0. Cc: Bjorn Helgaas <bhelgaas at google.com> Cc: linux-pci at vger.kernel.org
2014 Dec 19
0
[PATCH RFC 2/5] s390: add pci_iomap_range
On Fri, Dec 19, 2014 at 03:13:37PM +0100, Sebastian Ott wrote: > On Mon, 15 Dec 2014, Michael S. Tsirkin wrote: > > From: Michael S Tsirkin <mst at redhat.com> > > > > Virtio drivers should map the part of the range they need, not > > necessarily all of it. > > To this end, support mapping ranges within BAR on s390. > > Since multiple ranges can now be
2014 Dec 19
0
[PATCH RFC 2/5] s390: add pci_iomap_range
On Fri, Dec 19, 2014 at 03:13:37PM +0100, Sebastian Ott wrote: > On Mon, 15 Dec 2014, Michael S. Tsirkin wrote: > > From: Michael S Tsirkin <mst at redhat.com> > > > > Virtio drivers should map the part of the range they need, not > > necessarily all of it. > > To this end, support mapping ranges within BAR on s390. > > Since multiple ranges can now be
2015 Jan 16
1
[PATCH v3 10/16] s390: add pci_iomap_range
On Wed, 14 Jan 2015, Michael S. Tsirkin wrote: > Virtio drivers should map the part of the range they need, not > necessarily all of it. > To this end, support mapping ranges within BAR on s390. > Since multiple ranges can now be mapped within a BAR, we keep track of > the number of mappings created, and only clear out the mapping for a BAR > when this number reaches 0. >
2015 Jan 16
1
[PATCH v3 10/16] s390: add pci_iomap_range
On Wed, 14 Jan 2015, Michael S. Tsirkin wrote: > Virtio drivers should map the part of the range they need, not > necessarily all of it. > To this end, support mapping ranges within BAR on s390. > Since multiple ranges can now be mapped within a BAR, we keep track of > the number of mappings created, and only clear out the mapping for a BAR > when this number reaches 0. >
2007 Sep 20
1
ata1 bootup errors
> ata1: port is slow to respond, this delay is known to occur on vacant SATA ports > ata1: port failed to respond (30 secs) > ata1: SRST failed (status 0xFF) > ata1: SRST failed (err_mask=0x100) > ata1: softreset failed, retrying in 5 secs > ata1: SRST failed (status 0xFF) > ata1: SRST failed (err_mask=0x100) > ata1: softreset failed, retrying in 5 secs > ata1: SRST
2010 Apr 11
7
dom0 crash, require assistance interpretting logs and config suggestions
Hello, I have experienced a dom0 crash where the system became unreachable via the network and the console was unresponsive. I would appreciate help interpretting the logs and any configuration change suggestions. It is a stock Debian Lenny dom0 running xen 3.2.1 with kernel 2.6.26-2-xen-amd64 and an AMD Athlon IIx4 with 4 GB of RAM. It is running 4 VMs. One VM has two PCI NICs being
2012 Feb 17
1
Any experience with eSATA and port multiplier...?
Hey, just bought an eSATA/USB dual drive docking station and my CentOS 5 can only see one drive at a time... Any one knows if there are specific parameters to set somewhere? Or do I need a more recent kernel (like upgrading to CentOS 6?) The docking is a Sharkoon Quickport Duo v2 + 2 drives + 1 eSATA cable... http://www.sharkoon.com/?q=en/content/sata-quickport-duo-v2 The eSATA controller is an
2019 Jul 11
0
[ANNOUNCE] libpciaccess 0.15
In this release: - Updates for FreeBSD and Hurd support - Fixed multifunction bridge enumeration - Fixed a crash when no PCI bus exists Full changelog: Adam Jackson (1): libpciaccess 0.15 Alan Coopersmith (2): Update README for gitlab migration Update configure.ac bug URL for gitlab migration Conrad Meyer (1): freebsd: Add !legacy open_device_io implementation Damien
2008 Jul 29
1
Xdefaults file.
I am trying to get my xterm window under gnome to open with large fonts, with light green foreground and dark green background. I have the following .Xdefaults file contents: $ cat .Xdefaults ! This is a comment ;-) #ifdef COLOR *customization: -color #endif !! Let's cast a wide net, for any app supporting these ! Blink instead of beeping *visualBell: True *scrollTtyOutput: False
2015 Feb 18
0
[PULL] virtio-next
The following changes since commit b97f880c8342fd6e49a02c9ef7507a678722b2b3: Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata (2015-01-21 07:54:16 +1200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux.git tags/virtio-next-for-linus for you to fetch changes up to