[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL] Patch queue
From: |
Stefan Weil |
Subject: |
[Qemu-devel] [PULL] Patch queue |
Date: |
Tue, 28 Feb 2012 22:47:02 +0100 |
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(-)
- [Qemu-devel] [PULL] Patch queue,
Stefan Weil <=
- [Qemu-devel] [PATCH 10/15] target-ppc: Clean includes, Stefan Weil, 2012/02/28
- [Qemu-devel] [PATCH 07/15] target-m68k: Clean includes, Stefan Weil, 2012/02/28
- [Qemu-devel] [PATCH 08/15] target-microblaze: Clean includes, Stefan Weil, 2012/02/28
- [Qemu-devel] [PATCH 13/15] target-unicore32: Clean includes, Stefan Weil, 2012/02/28
- [Qemu-devel] [PATCH 14/15] target-xtensa: Clean includes, Stefan Weil, 2012/02/28
- [Qemu-devel] [PATCH 12/15] target-sh4: Clean includes, Stefan Weil, 2012/02/28
- [Qemu-devel] [PATCH 01/15] Remove macro HOST_LONG_SIZE, Stefan Weil, 2012/02/28
- [Qemu-devel] [PATCH 06/15] target-lm32: Clean includes, Stefan Weil, 2012/02/28
- [Qemu-devel] [PATCH 03/15] target-arm: Clean includes, Stefan Weil, 2012/02/28
- [Qemu-devel] [PATCH 09/15] target-mips: Clean includes, Stefan Weil, 2012/02/28