From patchwork Thu Mar 28 13:14:31 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 232002 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 18C9C2C00C0 for ; Fri, 29 Mar 2013 00:15:20 +1100 (EST) Received: from localhost ([::1]:50211 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULCfl-0000pl-RB for incoming@patchwork.ozlabs.org; Thu, 28 Mar 2013 09:15:17 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULCfD-0000pF-CI for qemu-devel@nongnu.org; Thu, 28 Mar 2013 09:14:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ULCfA-0003B8-1w for qemu-devel@nongnu.org; Thu, 28 Mar 2013 09:14:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULCf9-0003B2-Qc for qemu-devel@nongnu.org; Thu, 28 Mar 2013 09:14:39 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r2SDEcIB008866 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 28 Mar 2013 09:14:38 -0400 Received: from localhost (ovpn-112-23.ams2.redhat.com [10.36.112.23]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r2SDEaRN004451; Thu, 28 Mar 2013 09:14:37 -0400 From: Stefan Hajnoczi To: Date: Thu, 28 Mar 2013 14:14:31 +0100 Message-Id: <1364476474-22577-1-git-send-email-stefanha@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Anthony Liguori , Stefan Hajnoczi Subject: [Qemu-devel] [PULL 0/3] Trivial patches for 23 to 28 March 2013 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 I will be away from tomorrow until next Wednesday. The following changes since commit e280ff5e9159ed227a117339c1157143627cab96: spice-qemu-char: Drop hackish vmc_register on spice_chr_write (2013-03-27 10:26:50 -0500) are available in the git repository at: git://github.com/stefanha/qemu.git trivial-patches for you to fetch changes up to b0d62a3d8e1ea9eccd246829a03e2d23f0982431: hw/tcx: Remove unused 'addr' field and the property that sets it (2013-03-28 10:32:49 +0100) ---------------------------------------------------------------- Dunrong Huang (1): configure: show debug-info option in --help output Peter Maydell (1): hw/tcx: Remove unused 'addr' field and the property that sets it liguang (1): hw/i386/pc: format load_linux function configure | 2 + hw/i386/pc.c | 109 ++++++++++++++++++++++++++++--------------------------- hw/sparc/sun4m.c | 1 - hw/tcx.c | 2 - 4 files changed, 58 insertions(+), 56 deletions(-)