From mboxrd@z Thu Jan 1 00:00:00 1970 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 From: Stefan Hajnoczi Date: Thu, 1 Nov 2012 20:05:39 +0100 Message-Id: <1351796754-21703-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 1.3 0/9] Trivial patches for 20 October to 1 November 2012 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Stefan Hajnoczi 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(-) -- 1.7.12.1