Re: [Qemu-devel] [PATCH 0/3] Standardize on TCGReg for entry points

2011-11-10 Thread Alexander Graf
On 11/09/2011 07:03 PM, Richard Henderson wrote: This is the direction in which I believe we should fix the s390 compilation failure. I've cross-compiled --target-list=i386-softmmu for every tcg host to make sure that they all build. The second patch cannot be split into per-host patches, lest

Re: [Qemu-devel] [PATCH 0/3] Standardize on TCGReg for entry points

2011-11-09 Thread Richard Henderson
On 11/09/2011 12:19 PM, Stefan Weil wrote: > Did you get all needed cross packages from your host's > distribution? Which one? No. I built the compilers myself, and downloaded the relevant -devel packages from a selection of fedora and debian to install by hand into in the compiler sys-root. r~

Re: [Qemu-devel] [PATCH 0/3] Standardize on TCGReg for entry points

2011-11-09 Thread Stefan Weil
Am 09.11.2011 19:03, schrieb Richard Henderson: This is the direction in which I believe we should fix the s390 compilation failure. I've cross-compiled --target-list=i386-softmmu for every tcg host to make sure that they all build. The second patch cannot be split into per-host patches, lest it

Re: [Qemu-devel] [PATCH 0/3] Standardize on TCGReg for entry points

2011-11-09 Thread Andreas Färber
Am 09.11.2011 19:03, schrieb Richard Henderson: > This is the direction in which I believe we should fix the s390 > compilation failure. I've cross-compiled --target-list=i386-softmmu > for every tcg host to make sure that they all build. Thanks Richard, I was planning to do the same thing. :) 1

[Qemu-devel] [PATCH 0/3] Standardize on TCGReg for entry points

2011-11-09 Thread Richard Henderson
This is the direction in which I believe we should fix the s390 compilation failure. I've cross-compiled --target-list=i386-softmmu for every tcg host to make sure that they all build. The second patch cannot be split into per-host patches, lest it introduce regressions on the way to fixing them.