On Wed, Sep 03, 2014 at 04:39:35PM -0500, Aneesh Kumar K.V wrote:
> Michael Tokarev writes:
> > From: Bastian Blank
> >
> > When using mapped mode in 9pfs, readdir implementation
> > should not return file type in d_type from the host
> > readdir, instead,
On Mon, Apr 05, 2010 at 08:14:00PM +0530, Amit Shah wrote:
> On (Mon) Apr 05 2010 [16:34:13], Bastian Blank wrote:
> > | $ ./s390x-softmmu/qemu-system-s390x -nographic -enable-kvm -kernel
> > /boot/vmlinuz-2.6.32-4-s390x
> > | qemu-system-s390x: No 'PCI' bus foun
Hi
116348def2bb446d972bdc2f44bd77ff631f85de works on s390/kvm, but on startup
parts of the console output is lost. The used kernel is a standard Debian
distribution kernel.
| $ ./s390x-softmmu/qemu-system-s390x -nographic -enable-kvm -kernel
/boot/vmlinuz-2.6.32-4-s390x -initrd /boot/initrd.img-
Hi
116348def2bb446d972bdc2f44bd77ff631f85de fails on s390 with the
following error:
| $ ./s390x-softmmu/qemu-system-s390x -nographic -enable-kvm -kernel
/boot/vmlinuz-2.6.32-4-s390x
| qemu-system-s390x: No 'PCI' bus found for device 'virtio-serial-pci'
After patching the pci virtio drivers away
On Thu, Apr 01, 2010 at 06:42:41PM +0200, Alexander Graf wrote:
> This patch adds a firmware blob to the S390 target. The blob is a simple
> implementation of a virtio client that tries to read the second stage
> bootloader from sectors described as of offset 0x20 in the MBR.
How do you intend to
Updated patch attached.
On Sat, Nov 10, 2007 at 09:42:19PM +0100, Bastian Blank wrote:
> It does the following changes:
> - Hardcode -march=z900 to generate usable op code.
> - Add redirection for parameter expansion in op code.
> - Cleanup GOTO_LABEL_PARAM.
> - Accept any retur
On Tue, Nov 13, 2007 at 03:05:25PM +0100, Ulrich Hecht wrote:
> gcc 3.3 (Hammer branch, really vintage stuff) with recent (2.18.50)
> binutils.
Okay, ancient compiler with the other binutils branch. I did not use
them since years.
> I am actually suspecting this to be a compiler bug, but I did n
On Mon, Nov 12, 2007 at 06:14:43PM +0100, Ulrich Hecht wrote:
> On Saturday 10 November 2007, Bastian Blank wrote:
> > Thimo Seufer asked me to check if the s390 host supports works at all.
> > It did not even build, dyngen failed.
> A 31-bit build of the CVS code works fi
Hi folks
Thimo Seufer asked me to check if the s390 host supports works at all.
It did not even build, dyngen failed. I digged into the problem and
found the following:
gcc for s390 generates a data table after each function if necessary
instead of immediate loads. (g5, the oldest supported proces