search for: z900

Displaying 9 results from an estimated 9 matches for "z900".

Did you mean: 0900
2002 Dec 24
2
Unable to install SWAT
I have installed redhat linuxv7.2 on mainframe (Z900) I want top configure samba using swat but Iam unable to configure SWAT Can anyone please help me ? Thanks and Regards Ramakrishnan.S System Software Group AIX/LINUX team X:1203 ***The information contained in this message is legally privileged and confidential information intended only for the...
2011 Jan 30
0
[LLVMdev] question on assembler for systemz backend
Hello > I am trying to assemble the output of the SystemZ backend with the GNU > binutils assembler (build with --target=s390x-linux).  I get errors when > assembling instructions with literals that are negatives.  For example, > the test case test/CodeGen/SystemZ/01-RetImm.ll gives errors: There are different instruction sets for z/System. Basically, you have to provide proper -march
2011 Jan 30
2
[LLVMdev] question on assembler for systemz backend
...assembler, otherwise the very old > ISA is assumed. > I don't recall offhand, but you need to provide either z990 or z9-109, > because LLVM assumes that long displacements and ext imm stuff is > available (this is rather fair assumption). > I have tried: s390x-as -m64 -march=z900 s390x-as -m64 -march=z990 s390x-as -m64 -march=z9-109 All give the same error messages. This is with binutils-2.20.51. >> llill %r2, -1<<< why -1 > Because it sets lowest (ll) 16 bit word of 64 bits. The way I read the gas code for s390, "llill" expec...
2011 Jan 30
2
[LLVMdev] question on assembler for systemz backend
What assembler are people using with the SystemZ backend? I am trying to assemble the output of the SystemZ backend with the GNU binutils assembler (build with --target=s390x-linux). I get errors when assembling instructions with literals that are negatives. For example, the test case test/CodeGen/SystemZ/01-RetImm.ll gives errors: $ s390x-as 01-RetImm.s 01-RetImm.s: Assembler messages:
2009 Feb 26
2
BUG: Mount/Unmount Loop
Hello Developers, it seems that i discovered a bug in btrfs while testing it on a zSeries mainframe :-) ## Test environment: - IBM System z900 Mainframe - Debian SID with 64 Bit Kernel - GIT Sources from git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git - System runs as z/VM guest - 3 Virtual CPUs - 1 GB RAM Storage ## Initial Test Setup - Setup a Debian SID System with a 64bit Kernel (i.e. aptitude install linu...
2006 May 24
1
[patch] klibc: merge s390/s390x 2nd try
...:= -m elf64_s390 MODFLAGS += -fpic -D__PIC__ @@ -28,8 +29,11 @@ AFLAGS += -m64 UTS_MACHINE := s390x STACK_SIZE := 16384 CHECKFLAGS += -D__s390__ -D__s390x__ +KLIBCARCH := s390x endif +KLIBCARCHDIR := s390 + cflags-$(CONFIG_MARCH_G5) += $(call cc-option,-march=g5) cflags-$(CONFIG_MARCH_Z900) += $(call cc-option,-march=z900) cflags-$(CONFIG_MARCH_Z990) += $(call cc-option,-march=z990) diff -purN a/scripts/Kbuild.klibc b/scripts/Kbuild.klibc --- a/scripts/Kbuild.klibc 2006-05-24 15:19:11.000000000 +0200 +++ b/scripts/Kbuild.klibc 2006-05-24 15:31:04.000000000 +0200 @@ -55,9 +55,10 @@ K...
2008 Mar 20
34
[RFC/PATCH 00/15] kvm on big iron
This patch series introduces a backend for kvm to run on IBM System z machines that uses the mainframe's sie virtualization capability. This work runs 64bit guests on z800/z890/z900/z990/z9/z10 class machines with a 64bit linux host. Userspace will follow once we're done brushing it over. The patch queue consists of the following patches, which can be applied in sequence on top of kvm.git master as of 2008-03-20 hash g914bd66: [RFC/PATCH 01/15] preparation: provide hook t...
2008 Mar 20
34
[RFC/PATCH 00/15] kvm on big iron
This patch series introduces a backend for kvm to run on IBM System z machines that uses the mainframe's sie virtualization capability. This work runs 64bit guests on z800/z890/z900/z990/z9/z10 class machines with a 64bit linux host. Userspace will follow once we're done brushing it over. The patch queue consists of the following patches, which can be applied in sequence on top of kvm.git master as of 2008-03-20 hash g914bd66: [RFC/PATCH 01/15] preparation: provide hook t...
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In particular, the patchset has been reorganized so as not to break git-bisect. Additionally, this updates the patch base to 2.6.17-git12 (d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main difference on the klibc side is removal of obsolete code. This is also available as a git tree at: