From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKBdQ-0002Wt-ML for qemu-devel@nongnu.org; Thu, 12 Sep 2013 14:29:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VKBdL-0006hk-CP for qemu-devel@nongnu.org; Thu, 12 Sep 2013 14:28:56 -0400 Received: from mail-qe0-x22f.google.com ([2607:f8b0:400d:c02::22f]:37969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKBdL-0006hd-5H for qemu-devel@nongnu.org; Thu, 12 Sep 2013 14:28:51 -0400 Received: by mail-qe0-f47.google.com with SMTP id b4so153487qen.34 for ; Thu, 12 Sep 2013 11:28:50 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Thu, 12 Sep 2013 11:28:14 -0700 Message-Id: <1379010496-5875-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PULL 0/2] Outstanding target-i386 patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: anthony@codemonkey.ws These two have been hanging out, reviewed, for a month or more with no one picking them up. I wondered if a pull req might help. ;-) r~ The following changes since commit 2d1fe1873a984d1c2c89ffa3d12949cafc718551: Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20130910' into staging (2013-09-11 14:46:52 -0500) are available in the git repository at: git://github.com/rth7680/qemu.git tgt-i386 for you to fetch changes up to bff93281a75def2e3197005d72ad5cdc4719383f: target-i386: Only provide CMOV and friends if feature bit set (2013-09-12 11:24:48 -0700) ---------------------------------------------------------------- Paolo Bonzini (1): target-i386: fix disassembly with PAE=1, PG=0 Peter Maydell (1): target-i386: Only provide CMOV and friends if feature bit set target-i386/helper.c | 34 ++++++++++++++++------------------ target-i386/translate.c | 19 +++++++++++++++++++ 2 files changed, 35 insertions(+), 18 deletions(-)