From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9b25-0004Cb-0v for qemu-devel@nongnu.org; Sun, 05 Jun 2016 12:36:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b9b20-0003kP-2r for qemu-devel@nongnu.org; Sun, 05 Jun 2016 12:36:12 -0400 Received: from mail-pf0-x229.google.com ([2607:f8b0:400e:c00::229]:34608) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9b1z-0003k2-TD for qemu-devel@nongnu.org; Sun, 05 Jun 2016 12:36:08 -0400 Received: by mail-pf0-x229.google.com with SMTP id 62so59147024pfd.1 for ; Sun, 05 Jun 2016 09:36:07 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Sun, 5 Jun 2016 09:36:04 -0700 Message-Id: <1465144565-25105-1-git-send-email-rth@twiddle.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL] target-*: dfilter support for in_asm List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org The following changes since commit 6b3532b20b787cbd697a68b383232f5c3b39bd1e: Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160603-1' into staging (2016-06-03 12:03:36 +0100) are available in the git repository at: git://github.com/rth7680/qemu.git tags/pull-tgt-20160605 for you to fetch changes up to 4910e6e42e5827ccc10791eef8bc98e1cb3e1adf: target-*: dfilter support for in_asm (2016-06-05 09:26:24 -0700) ---------------------------------------------------------------- Check address ranges for disassembly ---------------------------------------------------------------- Richard Henderson (1): target-*: dfilter support for in_asm target-alpha/translate.c | 3 ++- target-cris/translate.c | 3 ++- target-i386/translate.c | 3 ++- target-lm32/translate.c | 3 ++- target-m68k/translate.c | 3 ++- target-microblaze/translate.c | 3 ++- target-mips/translate.c | 3 ++- target-openrisc/translate.c | 3 ++- target-ppc/translate.c | 3 ++- target-s390x/translate.c | 3 ++- target-sh4/translate.c | 3 ++- target-sparc/translate.c | 3 ++- target-tricore/translate.c | 3 ++- target-unicore32/translate.c | 3 ++- target-xtensa/translate.c | 3 ++- 15 files changed, 30 insertions(+), 15 deletions(-)