From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34007) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpdGK-0000O1-KF for qemu-devel@nongnu.org; Fri, 13 Jul 2012 06:38:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SpdGJ-0003ky-KA for qemu-devel@nongnu.org; Fri, 13 Jul 2012 06:38:16 -0400 Received: from e06smtp11.uk.ibm.com ([195.75.94.107]:60158) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpdGJ-0003eQ-BB for qemu-devel@nongnu.org; Fri, 13 Jul 2012 06:38:15 -0400 Received: from /spool/local by e06smtp11.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 13 Jul 2012 11:38:14 +0100 Received: from d06av03.portsmouth.uk.ibm.com (d06av03.portsmouth.uk.ibm.com [9.149.37.213]) by d06nrmr1806.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q6DAc5ee1466404 for ; Fri, 13 Jul 2012 11:38:05 +0100 Received: from d06av03.portsmouth.uk.ibm.com (localhost.localdomain [127.0.0.1]) by d06av03.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q6DAc55b004543 for ; Fri, 13 Jul 2012 04:38:05 -0600 From: Stefan Hajnoczi Date: Fri, 13 Jul 2012 11:37:57 +0100 Message-Id: <1342175882-4995-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL 0/5] Trivial patches for July 3 to 13 2012 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Stefan Hajnoczi The following changes since commit c0958559b1a589a0d189c45ea1adaa6b345f4256: iov: Fix do_send_recv() for MinGW (also fixes a build breakage) (2012-07-11 08:51:50 -0500) are available in the git repository at: git://github.com/stefanha/qemu.git trivial-patches for you to fetch changes up to 8f67aa8265b7aef104ffab6431048dec8d5656c7: make: Remove 'build-all' rule (2012-07-13 10:38:16 +0100) ---------------------------------------------------------------- Amos Kong (1): vnc: add a more descriptive error message Hannes Reinecke (1): megasas: mark mfi_frame_desc as 'static' Michael Tokarev (1): qemu-keymaps: Finnish keyboard mapping broken Stefan Weil (2): bitops: Fix documentation make: Remove 'build-all' rule Makefile | 6 +++--- bitops.h | 8 ++++---- hw/megasas.c | 2 +- pc-bios/keymaps/fi | 2 -- vl.c | 5 ++++- 5 files changed, 12 insertions(+), 11 deletions(-) -- 1.7.10.4