From patchwork Fri Oct 5 14:00:20 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 189483 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 066772C008F for ; Sat, 6 Oct 2012 00:01:06 +1000 (EST) Received: from localhost ([::1]:39025 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TK8Se-00060D-61 for incoming@patchwork.ozlabs.org; Fri, 05 Oct 2012 10:01:04 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34116) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TK8SR-0005yW-Cy for qemu-devel@nongnu.org; Fri, 05 Oct 2012 10:00:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TK8SM-0006IO-Uo for qemu-devel@nongnu.org; Fri, 05 Oct 2012 10:00:51 -0400 Received: from mail-bk0-f45.google.com ([209.85.214.45]:44818) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TK8SM-0006HH-Nf for qemu-devel@nongnu.org; Fri, 05 Oct 2012 10:00:46 -0400 Received: by mail-bk0-f45.google.com with SMTP id jf3so815270bkc.4 for ; Fri, 05 Oct 2012 07:00:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:mime-version :content-type:content-transfer-encoding; bh=V8jnjFtc1qb9maK/vU7lRusnAjdSuhtK81F/DK3xYUw=; b=WOeOt/CkJP69GcwTSxFt124MbJa6AksFXjF5DZZYpznSfoOBXICgodF00HzD3KTpVY Wou3UcYw317tasjPXmfGJ854Tr0h4wr4RGDus1AwtcDcqC85vvNXcdfmE3gYb1go5XKe ZGD8HJ9OdXL50zdaf/IPaSZOqklTYdVqLs4SIwY9uOfeYRqGHm/XRqr+jC1i52pL8I17 Ro9NwzpGRPYm/reRelE9xREdClWJPOJgifqfUsVywCK3GQ0jYRcjr4QATn6shhhLgjyn PLonJZira1ouaPKHJtu+/aMCBZ6Yt7ARFMS9gOxqgfeYLbCMDjobtz4i74AHakenKyAs mggA== Received: by 10.205.123.147 with SMTP id gk19mr2820837bkc.90.1349445645822; Fri, 05 Oct 2012 07:00:45 -0700 (PDT) Received: from localhost (188-194-152-192-dynip.superkabel.de. [188.194.152.192]) by mx.google.com with ESMTPS id x13sm7820942bkv.16.2012.10.05.07.00.44 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 05 Oct 2012 07:00:45 -0700 (PDT) From: Stefan Hajnoczi To: Anthony Liguori Date: Fri, 5 Oct 2012 16:00:20 +0200 Message-Id: <1349445632-23674-1-git-send-email-stefanha@gmail.com> X-Mailer: git-send-email 1.7.11.4 MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.214.45 Cc: Stefan Hajnoczi , qemu-devel@nongnu.org Subject: [Qemu-devel] [PULL 00/12] Trivial patches for 24 September to 5 October 2012 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org The following changes since commit a14c74928ba1fdaada515717f4d3c3fa3275d6f7: Merge remote-tracking branch 'sstabellini/xen-2012-10-03' into staging (2012-10-04 19:56:26 -0500) are available in the git repository at: git://github.com/stefanha/qemu.git trivial-patches for you to fetch changes up to 02cd521f6e207bd8843a7c1309f6d065cf01c6ee: versatilepb: Use symbolic indices for ARM PIC (2012-10-05 15:50:09 +0200) ---------------------------------------------------------------- Amos Kong (1): cleanup useless return sentence Eduardo Habkost (1): qdev: kill bogus comment Peter Maydell (1): tcg/arm: Use tcg_out_mov_reg rather than inline equivalent code Stefan Weil (9): hw: Fix return value check for bdrv_read, bdrv_write configure: Support empty target list (--target-list=) cpu: Add missing 'static' attribute to qemu_global_mutex slirp: Fix spelling in comment (enought -> enough, insure -> ensure) vnc: Fix spelling (hellmen -> hellman) in comment qemu-sockets: Fix compiler warning (regression for MinGW) hw: Add missing 'static' attribute for QEMUMachine qemu-barrier: Fix compiler version check for future gcc versions versatilepb: Use symbolic indices for ARM PIC block/qed-table.c | 1 - blockdev.c | 1 - configure | 5 +++-- cpus.c | 2 +- hw/9pfs/virtio-9p.c | 5 ----- hw/blizzard.c | 2 -- hw/bt-hci.c | 1 - hw/device-hotplug.c | 1 - hw/exynos4210_combiner.c | 4 ---- hw/exynos4210_gic.c | 4 ---- hw/exynos4210_mct.c | 2 -- hw/fdc.c | 2 -- hw/framebuffer.c | 1 - hw/ide/macio.c | 1 - hw/ivshmem.c | 4 ---- hw/leon3.c | 2 +- hw/megasas.c | 1 - hw/mips_fulong2e.c | 2 +- hw/msix.c | 1 - hw/nand.c | 34 ++++++++++++++++++++++------------ hw/onenand.c | 2 +- hw/pflash_cfi01.c | 1 - hw/pflash_cfi02.c | 1 - hw/pxa2xx_keypad.c | 1 - hw/qdev.c | 1 - hw/sb16.c | 1 - hw/scsi-disk.c | 2 -- hw/sd.c | 16 +++++++++------- hw/tcx.c | 1 - hw/usb/dev-uas.c | 2 -- hw/usb/hcd-ohci.c | 2 -- hw/usb/hcd-xhci.c | 1 - hw/versatilepb.c | 3 ++- hw/xen_domainbuild.c | 1 - libcacard/vcard.c | 1 - libcacard/vcard_emul_nss.c | 3 --- libcacard/vreader.c | 1 - linux-user/signal.c | 2 -- os-posix.c | 1 - qemu-barrier.h | 2 +- qemu-common.h | 10 +++++++++- qemu-sockets.c | 3 +-- qga/commands-posix.c | 2 -- qga/commands-win32.c | 2 -- savevm.c | 1 - slirp/ip_icmp.h | 4 ++-- slirp/ip_input.c | 1 - slirp/tcp_input.c | 2 -- slirp/udp.c | 1 - target-unicore32/translate.c | 2 -- tcg/arm/tcg-target.c | 15 +++------------ ui/vnc-auth-sasl.c | 1 - ui/vnc-tls.c | 2 +- vl.c | 1 - xen-all.c | 1 - 55 files changed, 57 insertions(+), 112 deletions(-)