From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54719) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSe6c-0007BA-Vk for qemu-devel@nongnu.org; Mon, 21 Nov 2011 19:21:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RSe6Y-0002tz-UZ for qemu-devel@nongnu.org; Mon, 21 Nov 2011 19:20:58 -0500 Received: from mail-gx0-f173.google.com ([209.85.161.173]:53644) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSe6Y-0002og-ND for qemu-devel@nongnu.org; Mon, 21 Nov 2011 19:20:54 -0500 Received: by mail-gx0-f173.google.com with SMTP id b1so2126829ggn.4 for ; Mon, 21 Nov 2011 16:20:54 -0800 (PST) Message-ID: <4ECAEAE3.10004@codemonkey.ws> Date: Mon, 21 Nov 2011 18:20:51 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1321535018-32543-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1321535018-32543-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [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: Stefan Hajnoczi Cc: qemu-devel@nongnu.org On 11/17/2011 07:03 AM, Stefan Hajnoczi wrote: > 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) Pulled. Thanks. Regards, Anthony Liguori > > 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(-) >