From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UT9Zy-0006Sh-Qd for qemu-devel@nongnu.org; Fri, 19 Apr 2013 07:34:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UT9Zv-0003Mn-Cw for qemu-devel@nongnu.org; Fri, 19 Apr 2013 07:34:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18044) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UT9Zv-0003MS-4x for qemu-devel@nongnu.org; Fri, 19 Apr 2013 07:34:07 -0400 From: Stefan Hajnoczi Date: Fri, 19 Apr 2013 13:33:53 +0200 Message-Id: <1366371241-23430-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 0/8] Trivial patches for 13 to 19 April 2013 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 09dada400328d75daf79e3eca1e48e024fec148d: configure: remove duplicate test (2013-04-18 14:12:31 +0200) are available in the git repository at: git://github.com/stefanha/qemu.git trivial-patches for you to fetch changes up to ad6b40f471cf8bf7b106032145b1b2ac105f99cf: m25p80: Remove bogus include of devices.h (2013-04-19 11:45:58 +0200) ---------------------------------------------------------------- Alexey Kardashevskiy (1): bswap: fix compiler warning Luiz Capitulino (1): virtio.h: drop unused function prototypes Petar Jovanovic (1): linux-user: change do_semop to return target errno when unsuccessful Peter Crosthwaite (1): m25p80: Remove bogus include of devices.h Richard W.M. Jones (1): ssh: Remove unnecessary use of strlen function. Stefan Weil (3): Remove unneeded type casts w64: Fix compiler warnings (wrong format specifier) block/ssh: Add missing gcc format attributes block/ssh.c | 10 ++++------ cpus.c | 4 ++-- hw/arm/armv7m.c | 12 ++++++------ hw/arm/boot.c | 4 ++-- hw/arm/musicpal.c | 8 ++++---- hw/arm/nseries.c | 4 ++-- hw/arm/omap1.c | 12 ++++++------ hw/audio/marvell_88w8618.c | 3 +-- hw/block/m25p80.c | 1 - hw/display/pxa2xx_lcd.c | 2 +- hw/dma/pxa2xx_dma.c | 2 +- hw/dma/xilinx_axidma.c | 4 ++-- hw/gpio/zaurus.c | 2 +- hw/microblaze/boot.c | 2 +- hw/misc/macio/mac_dbdma.c | 8 ++++---- hw/misc/milkymist-pfpu.c | 4 ++-- hw/net/mcf_fec.c | 4 ++-- hw/ppc/ppc405_boards.c | 2 +- hw/ppc/virtex_ml507.c | 2 +- include/hw/virtio/virtio.h | 2 -- include/qemu/bswap.h | 1 + linux-user/syscall.c | 4 ++-- 22 files changed, 46 insertions(+), 51 deletions(-) -- 1.8.1.4