From patchwork Thu Nov 1 19:05:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 196336 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 5891A2C018B for ; Fri, 2 Nov 2012 06:06:46 +1100 (EST) Received: from localhost ([::1]:34784 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TU06G-0007Ml-5X for incoming@patchwork.ozlabs.org; Thu, 01 Nov 2012 15:06:44 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55088) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TU05Z-00064z-Tj for qemu-devel@nongnu.org; Thu, 01 Nov 2012 15:06:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TU05Y-0007OU-Ox for qemu-devel@nongnu.org; Thu, 01 Nov 2012 15:06:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2137) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TU05Y-0007OJ-Fd for qemu-devel@nongnu.org; Thu, 01 Nov 2012 15:06:00 -0400 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 qA1J5xrx023013 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 1 Nov 2012 15:06:00 -0400 Received: from localhost (ovpn-112-23.ams2.redhat.com [10.36.112.23]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id qA1J5w1U025720; Thu, 1 Nov 2012 15:05:59 -0400 From: Stefan Hajnoczi To: Anthony Liguori Date: Thu, 1 Nov 2012 20:05:39 +0100 Message-Id: <1351796754-21703-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 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: qemu-devel@nongnu.org, Stefan Hajnoczi Subject: [Qemu-devel] [PULL 1.3 0/9] Trivial patches for 20 October to 1 November 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 286d52ebfc0d0d53c2a878e454292fea14bad41b: target-mips: don't flush extra TLB on permissions upgrade (2012-10-31 22:20:49 +0100) are available in the git repository at: git://github.com/stefanha/qemu.git trivial-patches for you to fetch changes up to 0d3cf3b6ff469bba95ae235021a3be232af4068d: pc: Drop redundant test for ROM memory region (2012-11-01 19:50:57 +0100) ---------------------------------------------------------------- Blue Swirl (6): target-sparc: make do_unaligned_access static vl.c: add missing static vnc: add missing static ppc: add missing static target-ppc: make some functions static exec: make some functions static Jan Kiszka (1): pc: Drop redundant test for ROM memory region Meador Inge (1): m68k: Return semihosting errno values correctly Peter Crosthwaite (1): cadence_uart: More debug information console.h | 2 -- cpu-common.h | 5 ----- exec-all.h | 2 -- exec.c | 15 +++++++++------ hw/adb.c | 8 ++++---- hw/adb.h | 4 ---- hw/cadence_uart.c | 11 +++++++---- hw/nvram.h | 10 +--------- hw/pc_piix.c | 2 +- hw/ppc.c | 16 ++++++++-------- memory-internal.h | 2 -- sysemu.h | 5 ----- target-m68k/m68k-semi.c | 2 +- target-ppc/cpu.h | 7 ------- target-ppc/mmu_helper.c | 11 ++++++----- target-sparc/cpu.h | 3 --- target-sparc/ldst_helper.c | 8 ++++++-- ui/vnc-jobs.c | 10 +++++----- ui/vnc-jobs.h | 1 - ui/vnc.c | 14 +++++++------- ui/vnc.h | 5 ----- vl.c | 21 ++++++++++++--------- 22 files changed, 67 insertions(+), 97 deletions(-)