Re: [Qemu-devel] Don't return type from host in readdir on local 9p filesystem

2014-09-04 Thread Bastian Blank
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,

Re: [Qemu-devel] s390 - No 'PCI' bus found for device 'virtio-serial-pci'

2010-04-05 Thread Bastian Blank
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

[Qemu-devel] s390 - Parts of console output lost

2010-04-05 Thread Bastian Blank
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-

[Qemu-devel] s390 - No 'PCI' bus found for device 'virtio-serial-pci'

2010-04-05 Thread Bastian Blank
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

[Qemu-devel] Re: [PATCH 6/6] [S390] Add firmware code

2010-04-01 Thread Bastian Blank
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

[Qemu-devel] Re: s390 host support

2007-11-16 Thread Bastian Blank
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

Re: [Qemu-devel] s390 host support

2007-11-14 Thread Bastian Blank
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

Re: [Qemu-devel] s390 host support

2007-11-13 Thread Bastian Blank
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

[Qemu-devel] s390 host support

2007-11-10 Thread Bastian Blank
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