Thanks, pulled.
On Tue, Feb 28, 2012 at 21:47, Stefan Weil <s...@weilnetz.de> wrote: > Hi, > > please pull these patches from January. > > Thanks, > > Stefan Weil > > > The following changes since commit b55c952aea6de024bf1a06357b49367fba045443: > > Merge remote-tracking branch 'aneesh/for-upstream' into staging (2012-02-27 > 11:19:27 -0600) > > are available in the git repository at: > > > git://qemu.weilnetz.de/qemu.git upstream > > for you to fetch changes up to c0fd260e9da7e6e60ea6bf1b0198a804f147073f: > > Move definition of HOST_LONG_BITS to qemu-common.h (2012-02-28 22:33:43 > +0100) > > ---------------------------------------------------------------- > Stefan Weil (15): > Remove macro HOST_LONG_SIZE > target-alpha: Clean includes > target-arm: Clean includes > target-cris: Clean includes > target-i386: Clean includes > target-lm32: Clean includes > target-m68k: Clean includes > target-microblaze: Clean includes > target-mips: Clean includes > target-ppc: Clean includes > target-s390x: Clean includes > target-sh4: Clean includes > target-unicore32: Clean includes > target-xtensa: Clean includes > Move definition of HOST_LONG_BITS to qemu-common.h > > configure | 12 ------------ > cpu-defs.h | 2 -- > qemu-common.h | 9 +++++++++ > target-alpha/cpu.h | 1 + > target-alpha/translate.c | 5 ----- > target-arm/helper.c | 5 ----- > target-cris/cpu.h | 3 +++ > target-cris/helper.c | 4 ---- > target-cris/mmu.c | 5 ----- > target-cris/translate.c | 7 ------- > target-i386/helper.c | 6 ------ > target-i386/op_helper.c | 1 - > target-lm32/cpu.h | 1 + > target-lm32/helper.c | 5 ----- > target-lm32/translate.c | 8 -------- > target-m68k/cpu.h | 1 + > target-m68k/helper.c | 5 ----- > target-m68k/translate.c | 6 ------ > target-microblaze/cpu.h | 3 +++ > target-microblaze/helper.c | 5 ----- > target-microblaze/mmu.c | 4 ---- > target-microblaze/translate.c | 8 -------- > target-mips/translate.c | 7 ------- > target-ppc/helper.c | 6 ------ > target-ppc/translate.c | 6 ------ > target-s390x/cpu.h | 3 +++ > target-s390x/helper.c | 5 ----- > target-s390x/translate.c | 5 ----- > target-sh4/translate.c | 6 ------ > target-unicore32/cpu.h | 2 ++ > target-unicore32/helper.c | 4 ---- > target-xtensa/core-dc232b.c | 1 - > target-xtensa/core-fsf.c | 1 - > target-xtensa/helper.c | 1 - > thunk.h | 4 ++-- > 35 files changed, 25 insertions(+), 132 deletions(-) > >