From patchwork Sun May 22 22:01:13 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 96795 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id CB54EB6FB2 for ; Mon, 23 May 2011 08:03:15 +1000 (EST) Received: from localhost ([::1]:42186 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOGjx-0000Wu-6M for incoming@patchwork.ozlabs.org; Sun, 22 May 2011 18:03:13 -0400 Received: from eggs.gnu.org ([140.186.70.92]:44754) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOGic-0006iw-Lc for qemu-devel@nongnu.org; Sun, 22 May 2011 18:01:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QOGib-0006my-M2 for qemu-devel@nongnu.org; Sun, 22 May 2011 18:01:50 -0400 Received: from mtagate5.uk.ibm.com ([194.196.100.165]:34495) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOGib-0006ip-Cv for qemu-devel@nongnu.org; Sun, 22 May 2011 18:01:49 -0400 Received: from d06nrmr1507.portsmouth.uk.ibm.com (d06nrmr1507.portsmouth.uk.ibm.com [9.149.38.233]) by mtagate5.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p4MM1UBm005277 for ; Sun, 22 May 2011 22:01:30 GMT Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by d06nrmr1507.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p4MM1OGX2592822 for ; Sun, 22 May 2011 23:01:30 +0100 Received: from d06av05.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p4MM1OtD011898 for ; Sun, 22 May 2011 16:01:24 -0600 Received: from stefanha-thinkpad.ibm.com (nov02593-009145237072.de.ibm.com [9.145.237.72]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id p4MM1Nau011895; Sun, 22 May 2011 16:01:23 -0600 From: Stefan Hajnoczi To: Date: Sun, 22 May 2011 23:01:13 +0100 Message-Id: <1306101677-26631-1-git-send-email-stefanha@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.4.4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 194.196.100.165 Cc: Anthony Liguori , Stefan Hajnoczi Subject: [Qemu-devel] [PULL 0/4] Trivial patches for May 16 to May 20 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 dcfd14b3741983c466ad92fa2ae91eeafce3e5d5: Delete unused tb_invalidate_page_range (2011-05-22 10:47:28 +0000) are available in the git repository at: git://repo.or.cz/qemu/stefanha.git trivial-patches I must have lost Stefan Weil's patch last pull request. He noticed and it has been added. Peter Maydell (2): hw/realview.c: Remove duplicate #include line hw/sd.c: Don't complain about SDIO commands CMD52/CMD53 Stefan Weil (1): Fix typos in comments (chek -> check) TeLeMan (1): piix_pci: fix piix3_set_irq_pic() exec.c | 2 +- hw/piix_pci.c | 2 +- hw/realview.c | 1 - hw/sd.c | 11 +++++++++++ target-ppc/STATUS | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-)