From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKvvr-0006ty-5a for qemu-devel@nongnu.org; Thu, 30 Jul 2015 18:04:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZKvvp-0002Ky-Hg for qemu-devel@nongnu.org; Thu, 30 Jul 2015 18:04:07 -0400 Received: from hall.aurel32.net ([2001:bc8:30d7:100::1]:40059) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKvvp-0002KQ-CF for qemu-devel@nongnu.org; Thu, 30 Jul 2015 18:04:05 -0400 From: Aurelien Jarno Date: Fri, 31 Jul 2015 00:03:57 +0200 Message-Id: <1438293840-7569-1-git-send-email-aurelien@aurel32.net> Subject: [Qemu-devel] [PATCH 0/3] tcg: fixes for MIPS and S390 hosts List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Aurelien Jarno , Richard Henderson These are small fixes for MIPS and S390 hosts, found by testing various guests on these hosts. Aurelien Jarno (3): tcg/mips: fix TLB loading for BE host with 32-bit guests tcg/mips: Mask TCGMemOp appropriately for indexing tcg/s390x: Mask TCGMemOp appropriately for indexing tcg/mips/tcg-target.c | 8 +++++--- tcg/s390/tcg-target.c | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) -- 2.1.4