From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60610) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzQkB-0002B9-VH for qemu-devel@nongnu.org; Fri, 02 Sep 2011 06:13:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QzQkA-0006VB-Fu for qemu-devel@nongnu.org; Fri, 02 Sep 2011 06:13:03 -0400 Received: from mtagate3.uk.ibm.com ([194.196.100.163]:45348) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzQkA-0006Td-86 for qemu-devel@nongnu.org; Fri, 02 Sep 2011 06:13:02 -0400 Received: from d06nrmr1806.portsmouth.uk.ibm.com (d06nrmr1806.portsmouth.uk.ibm.com [9.149.39.193]) by mtagate3.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p82ACsiE002435 for ; Fri, 2 Sep 2011 10:12:54 GMT Received: from d06av06.portsmouth.uk.ibm.com (d06av06.portsmouth.uk.ibm.com [9.149.37.217]) by d06nrmr1806.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p82ACsRf1638622 for ; Fri, 2 Sep 2011 11:12:54 +0100 Received: from d06av06.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av06.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p82ACrM9031997 for ; Fri, 2 Sep 2011 04:12:53 -0600 From: Stefan Hajnoczi Date: Fri, 2 Sep 2011 11:12:49 +0100 Message-Id: <1314958372-23513-1-git-send-email-stefanha@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 0/3] Trivial patches for Auguest 25 to September 2 2011 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Stefan Hajnoczi The following changes since commit 625f9e1f54cd78ee98ac22030da527c9a1cc9d2b: Merge remote-tracking branch 'stefanha/trivial-patches' into staging (2011-09-01 13:57:19 -0500) are available in the git repository at: ssh://repo.or.cz/srv/git/qemu/stefanha.git trivial-patches Boris Figovsky (1): x86: fix daa opcode for al register values higher than 0xf9 Brad Smith (1): libcacard: use INSTALL_DATA for data Stefan Weil (1): sh4: Fix potential crash in debug code hw/sh_intc.c | 9 +++++---- libcacard/Makefile | 2 +- target-i386/op_helper.c | 6 +++--- 3 files changed, 9 insertions(+), 8 deletions(-)