From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58264) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR1d8-0002uU-Nh for qemu-devel@nongnu.org; Thu, 17 Nov 2011 08:03:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RR1d7-0001QC-I2 for qemu-devel@nongnu.org; Thu, 17 Nov 2011 08:03:50 -0500 Received: from mtagate7.uk.ibm.com ([194.196.100.167]:56641) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR1d7-0001Ps-Ag for qemu-devel@nongnu.org; Thu, 17 Nov 2011 08:03:49 -0500 Received: from d06nrmr1507.portsmouth.uk.ibm.com (d06nrmr1507.portsmouth.uk.ibm.com [9.149.38.233]) by mtagate7.uk.ibm.com (8.13.1/8.13.1) with ESMTP id pAHD3kiH014929 for ; Thu, 17 Nov 2011 13:03:46 GMT Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by d06nrmr1507.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pAHD3jt02162812 for ; Thu, 17 Nov 2011 13:03:45 GMT Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id pAHD3hQG011198 for ; Thu, 17 Nov 2011 06:03:44 -0700 From: Stefan Hajnoczi Date: Thu, 17 Nov 2011 13:03:33 +0000 Message-Id: <1321535018-32543-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL 1.0 0/5] Trivial patches for 11 to 17 November 2011 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Stefan Hajnoczi These bug fixes and documentation fixes are suitable for 1.0. The purely internal trivial patches are being queued up for 1.1 in the trivial-patches-next tree. The following changes since commit 3f5bd4e1b874590d3d76e031530799a4610da6dc: Update version to 1.0-rc2 (2011-11-14 11:26:32 -0600) are available in the git repository at: ssh://repo.or.cz/srv/git/qemu/stefanha.git trivial-patches Markus Armbruster (1): monitor: Fix file_completion() to check for stat() failure Matthias Brugger (1): Fixing some spelling in docs/libcacard.txt Stefan Weil (2): Fix spelling in documentation and comments (similiar -> similar) Fix some spelling bugs in documentation and comments Vagrant Cascadian (1): Fix typo: runnning -> running block-migration.c | 2 +- docs/libcacard.txt | 20 ++++++++++---------- docs/qapi-code-gen.txt | 2 +- hw/mips_mipssim.c | 2 +- monitor.c | 4 ++-- qemu-doc.texi | 4 ++-- target-i386/kvm.c | 2 +- 7 files changed, 18 insertions(+), 18 deletions(-) -- 1.7.7.1