From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeVYf-0003Lp-9k for qemu-devel@nongnu.org; Fri, 30 Nov 2012 13:43:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TeVYe-0000Kj-3y for qemu-devel@nongnu.org; Fri, 30 Nov 2012 13:43:29 -0500 Received: from mail-ia0-f173.google.com ([209.85.210.173]:35626) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeVYd-0000Ht-VT for qemu-devel@nongnu.org; Fri, 30 Nov 2012 13:43:28 -0500 Received: by mail-ia0-f173.google.com with SMTP id w21so569152iac.4 for ; Fri, 30 Nov 2012 10:43:27 -0800 (PST) From: Anthony Liguori In-Reply-To: <1354280549-5954-1-git-send-email-kwolf@redhat.com> References: <1354280549-5954-1-git-send-email-kwolf@redhat.com> Date: Fri, 30 Nov 2012 12:43:23 -0600 Message-ID: <87zk1zlyno.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 0/5] Block patches for 1.3.0-rc2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org Kevin Wolf writes: > The following changes since commit e9bff10f8db94912b1b0e6e2e3394cae02faf614: > > event notifier: Fix setup for win32 (2012-11-28 13:33:01 -0600) > > are available in the git repository at: > > git://repo.or.cz/qemu/kevin.git for-anthony > Pulled. Thanks. Regards, Anthony Liguori > Dietmar Maurer (1): > stream: fix ratelimit_set_speed > > Kevin Wolf (2): > Documentation: Update block cache mode information > Documentation: Update image format information > > Pavel Hrdina (1): > atapi: make change media detection for guests easier > > Peter Maydell (1): > coroutine-sigaltstack.c: Use stack_t, not struct sigaltstack > > coroutine-sigaltstack.c | 4 +- > hw/ide/atapi.c | 15 +++-- > hw/ide/core.c | 6 -- > include/qemu/ratelimit.h | 2 +- > qemu-doc.texi | 167 ++++++++++++++++++++++++++++++++++++++++++++++ > qemu-img.texi | 84 ++++++++---------------- > qemu-options.hx | 38 +++++----- > 7 files changed, 226 insertions(+), 90 deletions(-)