From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WG9N3-00006N-Bw for qemu-devel@nongnu.org; Wed, 19 Feb 2014 10:47:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WG9My-0005sH-A6 for qemu-devel@nongnu.org; Wed, 19 Feb 2014 10:47:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:7100) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WG9My-0005s8-1e for qemu-devel@nongnu.org; Wed, 19 Feb 2014 10:47:32 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s1JFlVt2026223 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 19 Feb 2014 10:47:31 -0500 From: Kevin Wolf Date: Wed, 19 Feb 2014 16:47:25 +0100 Message-Id: <1392824846-9508-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PULL 0/1] target-i386: Fix I/O bitmap regression List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com The following changes since commit 46eef33b89e936ca793e13c4aeea1414e97e8dbb: Fix QEMU build on OpenBSD on x86 archs (2014-02-17 11:44:00 +0000) are available in the git repository at: git://repo.or.cz/qemu/kevin.git tags/for-upstream for you to fetch changes up to 6d093a4f499fd945b39bd55b307dd9192dc99ead: target-i386: Fix I/O bitmap checks for in/out (2014-02-19 16:40:19 +0100) ---------------------------------------------------------------- This fixes a target-i386 emulation regression ---------------------------------------------------------------- Kevin Wolf (1): target-i386: Fix I/O bitmap checks for in/out target-i386/translate.c | 2 ++ 1 file changed, 2 insertions(+)