| Submitter | Stefan Hajnoczi |
|---|---|
| Date | Jan. 11, 2013, 9:18 a.m. |
| Message ID | <1357895886-14283-1-git-send-email-stefanha@redhat.com> |
| Download | mbox |
| Permalink | /patch/211264/ |
| 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 41ACD2C022F for <incoming@patchwork.ozlabs.org>; Fri, 11 Jan 2013 20:52:59 +1100 (EST) Received: from localhost ([::1]:46144 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 1TtalF-0000I9-CD for incoming@patchwork.ozlabs.org; Fri, 11 Jan 2013 04:18:49 -0500 Received: from eggs.gnu.org ([208.118.235.92]:40688) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <stefanha@redhat.com>) id 1Ttakn-0008Ug-Dd for qemu-devel@nongnu.org; Fri, 11 Jan 2013 04:18:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <stefanha@redhat.com>) id 1Ttakj-0005da-6U for qemu-devel@nongnu.org; Fri, 11 Jan 2013 04:18:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53666) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <stefanha@redhat.com>) id 1Ttaki-0005dJ-Um for qemu-devel@nongnu.org; Fri, 11 Jan 2013 04:18:17 -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 r0B9IGYq010443 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 11 Jan 2013 04:18:16 -0500 Received: from localhost (dhcp-64-10.muc.redhat.com [10.32.64.10]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r0B9IF4p003203; Fri, 11 Jan 2013 04:18:15 -0500 From: Stefan Hajnoczi <stefanha@redhat.com> To: <qemu-devel@nongnu.org> Date: Fri, 11 Jan 2013 10:18:00 +0100 Message-Id: <1357895886-14283-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 0/6] Trivial patches for 5 to 11 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. 11, 2013, 4:46 p.m.
Pulled, thanks. Regards, Anthony Liguori
The following changes since commit 8e4a424b305e29dc0e454f52df3b35577f342975: Revert "virtio-pci: replace byte swap hack" (2013-01-06 18:30:17 +0000) are available in the git repository at: git://github.com/stefanha/qemu.git trivial-patches for you to fetch changes up to c02e1eac887b1b0aee7361b1fcf889e7d47fed9d: hw/pc.c: Fix converting of ioport_register* to MemoryRegion (2013-01-11 09:49:44 +0100) ---------------------------------------------------------------- Julien Grall (1): hw/pc.c: Fix converting of ioport_register* to MemoryRegion Nickolai Zeldovich (1): readline: avoid memcpy() of overlapping regions Peter Maydell (1): qga/channel-posix.c: Explicitly include string.h Stefan Weil (3): configure: Fix comment (copy+paste bug) savevm: Remove MinGW specific code which is no longer needed Replace remaining gmtime, localtime by gmtime_r, localtime_r block.c | 10 ---------- block/vvfat.c | 4 ---- configure | 2 +- hw/omap1.c | 2 +- hw/pc.c | 12 ++++++++++++ qga/channel-posix.c | 1 + readline.c | 4 ++-- savevm.c | 30 ++---------------------------- vl.c | 9 +++------ 9 files changed, 22 insertions(+), 52 deletions(-)