| Submitter | Stefan Hajnoczi |
|---|---|
| Date | Jan. 21, 2013, 10:59 a.m. |
| Message ID | <1358765983-30201-1-git-send-email-stefanha@redhat.com> |
| Download | mbox |
| Permalink | /patch/214082/ |
| 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 2A0112C0079 for <incoming@patchwork.ozlabs.org>; Mon, 21 Jan 2013 22:00:08 +1100 (EST) Received: from localhost ([::1]:49585 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 1TxF6g-0004iR-Of for incoming@patchwork.ozlabs.org; Mon, 21 Jan 2013 06:00:02 -0500 Received: from eggs.gnu.org ([208.118.235.92]:52918) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <stefanha@redhat.com>) id 1TxF6V-0004iA-BY for qemu-devel@nongnu.org; Mon, 21 Jan 2013 05:59:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <stefanha@redhat.com>) id 1TxF6S-0006xX-R5 for qemu-devel@nongnu.org; Mon, 21 Jan 2013 05:59:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58572) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <stefanha@redhat.com>) id 1TxF6S-0006xT-JN for qemu-devel@nongnu.org; Mon, 21 Jan 2013 05:59:48 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r0LAxlW0032401 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 21 Jan 2013 05:59:47 -0500 Received: from localhost (ovpn-112-39.ams2.redhat.com [10.36.112.39]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r0LAxk7r001851; Mon, 21 Jan 2013 05:59:47 -0500 From: Stefan Hajnoczi <stefanha@redhat.com> To: <qemu-devel@nongnu.org> Date: Mon, 21 Jan 2013 11:59:39 +0100 Message-Id: <1358765983-30201-1-git-send-email-stefanha@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 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 for-1.4 0/4] Trivial patches for 16 to 21 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 |
Pull-request
git://github.com/stefanha/qemu.git trivial-patchesComments
Anthony Liguori - Jan. 21, 2013, 3:32 p.m.
Pulled. Thanks. Regards, Anthony Liguori
These fixes are for QEMU 1.4. The following changes since commit 8b17ed4caa7e015324a4ecbe3c863e32458d840a: Merge remote-tracking branch 'stefanha/block' into staging (2013-01-20 11:01:10 -0600) are available in the git repository at: git://github.com/stefanha/qemu.git trivial-patches for you to fetch changes up to 09a021fb7ceb7255ab106999d7b38ffd92c3bdd6: hw/tpci200: Fix compiler warning (redefined symbol with MinGW) (2013-01-21 11:39:15 +0100) ---------------------------------------------------------------- Michael Tokarev (1): acpitable: open the data file in binary mode Stefan Weil (2): hw: Spelling fix in log message hw/tpci200: Fix compiler warning (redefined symbol with MinGW) Vadim Evard (1): configure: silence pkg-config's check for curses configure | 2 +- hw/acpi.c | 2 +- hw/openrisc_sim.c | 2 +- hw/tpci200.c | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-)