| Submitter | Stefan Hajnoczi |
|---|---|
| Date | Jan. 30, 2013, 10:24 a.m. |
| Message ID | <1359541470-30775-1-git-send-email-stefanha@redhat.com> |
| Download | mbox |
| Permalink | /patch/216826/ |
| State | New |
| Headers | show
Return-Path: <qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org> 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 89C4F2C0095 for <incoming@patchwork.ozlabs.org>; Wed, 30 Jan 2013 21:59:09 +1100 (EST) Received: from localhost ([::1]:56824 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>) id 1U0UrB-0002iA-Np for incoming@patchwork.ozlabs.org; Wed, 30 Jan 2013 05:25:29 -0500 Received: from eggs.gnu.org ([208.118.235.92]:41652) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <stefanha@redhat.com>) id 1U0UqX-00014B-Gt for qemu-devel@nongnu.org; Wed, 30 Jan 2013 05:24:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <stefanha@redhat.com>) id 1U0UqP-0003BT-Uj for qemu-devel@nongnu.org; Wed, 30 Jan 2013 05:24:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:25952) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <stefanha@redhat.com>) id 1U0UqP-0003BJ-NR for qemu-devel@nongnu.org; Wed, 30 Jan 2013 05:24:41 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r0UAOeGb022784 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 30 Jan 2013 05:24:40 -0500 Received: from localhost (ovpn-112-21.ams2.redhat.com [10.36.112.21]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r0UAOdY1018231; Wed, 30 Jan 2013 05:24:39 -0500 From: Stefan Hajnoczi <stefanha@redhat.com> To: <qemu-devel@nongnu.org> Date: Wed, 30 Jan 2013 11:24:08 +0100 Message-Id: <1359541470-30775-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.redhat.com id r0UAOeGb022784 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Anthony Liguori <aliguori@us.ibm.com>, Stefan Hajnoczi <stefanha@redhat.com> Subject: [Qemu-devel] [PULL 00/18] Trivial patches for 22 to 30 January 2013 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: <qemu-devel.nongnu.org> List-Unsubscribe: <https://lists.nongnu.org/mailman/options/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=unsubscribe> List-Archive: <http://lists.nongnu.org/archive/html/qemu-devel> List-Post: <mailto:qemu-devel@nongnu.org> List-Help: <mailto:qemu-devel-request@nongnu.org?subject=help> List-Subscribe: <https://lists.nongnu.org/mailman/listinfo/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=subscribe> Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org |
Trivial fixes for QEMU 1.4. I was going to hold off Markus' malloc(0) cleanups but they are straightforward and risk conflicting if I leave them out-of-tree for too long. The following changes since commit 0893d46014b0300fb8aec92df94effea34d04b61: Merge remote-tracking branch 'qemu-kvm/uq/master' into staging (2013-01-29 16:57:41 -0600) are available in the git repository at: git://github.com/stefanha/qemu.git trivial-patches for you to fetch changes up to 99f4280854514b22972bd257fe5facc439222d2e: qmp-commands.hx: s/tray-open/tray_open/ to match qapi schema (2013-01-30 11:19:53 +0100) ---------------------------------------------------------------- Andreas Färber (1): tests: Fix {rtc, m48t59}-test build on illumos Markus Armbruster (12): vnc: Clean up vncws_send_handshake_response() g_malloc(0) and g_malloc0(0) return NULL; simplify g_strdup(NULL) returns NULL; simplify hw/9pfs: Fix unchecked strdup() by converting to g_strdup() readline: Fix unchecked strdup() by converting to g_strdup() spice: Fix unchecked strdup() by converting to g_strdup() virtfs-proxy-helper: Fix unchecked strdup() by conv. to g_strdup() qemu-log: Fix unchecked strdup() by converting to g_strdup() qemu-log: Plug trivial memory leak in cpu_set_log_filename() libcacard: Fix unchecked strdup() by converting to g_strdup() qapi: Fix unchecked strdup() by converting to g_strdup() qemu-ga: Fix unchecked strdup() by converting to g_strdup() Michal Privoznik (1): qmp-commands.hx: s/tray-open/tray_open/ to match qapi schema Peter Crosthwaite (3): cadence_ttc: Debug mode compile fixes cadence_gem: Debug mode compile fixes xilinx_axidma: Fix debug mode compile messages Peter Maydell (1): qemu-pixman.h: Avoid mutual inclusion loop with console.h block/qcow2-refcount.c | 6 +----- block/vdi.c | 4 +--- fsdev/virtfs-proxy-helper.c | 4 ++-- hw/9pfs/virtio-9p-device.c | 8 ++------ hw/9pfs/virtio-9p-local.c | 8 ++++---- hw/9pfs/virtio-9p.c | 6 +----- hw/block-common.c | 4 +--- hw/cadence_gem.c | 17 ++++++++++------- hw/cadence_ttc.c | 4 ++-- hw/vhost.c | 7 ++----- hw/xilinx_axidma.c | 2 +- include/ui/qemu-pixman.h | 2 +- include/ui/spice-display.h | 1 + libcacard/vcard_emul_nss.c | 4 ++-- libcacard/vreader.c | 2 +- libcacard/vscclient.c | 4 ++-- net/net.c | 4 +--- qapi/qmp-registry.c | 2 +- qemu-log.c | 15 ++++++++++----- qga/commands.c | 2 +- qmp-commands.hx | 2 +- readline.c | 4 ++-- slirp/slirp.c | 8 ++------ tests/m48t59-test.c | 2 ++ tests/rtc-test.c | 2 ++ ui/qemu-pixman.c | 3 ++- ui/spice-core.c | 4 ++-- ui/vnc-ws.c | 11 ++++++----- util/qemu-option.c | 8 ++------ 29 files changed, 68 insertions(+), 82 deletions(-)