From mboxrd@z Thu Jan 1 00:00:00 1970 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 From: Stefan Hajnoczi Date: Sun, 22 May 2011 23:01:13 +0100 Message-Id: <1306101677-26631-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL 0/4] Trivial patches for May 16 to May 20 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Stefan Hajnoczi 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(-) -- 1.7.4.4