From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41615) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeQEv-0002ni-Hi for qemu-devel@nongnu.org; Fri, 30 Nov 2012 08:02:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TeQEj-0003au-Sy for qemu-devel@nongnu.org; Fri, 30 Nov 2012 08:02:45 -0500 Received: from mx1.redhat.com ([209.132.183.28]:30086) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeQEj-0003a7-Lb for qemu-devel@nongnu.org; Fri, 30 Nov 2012 08:02:33 -0500 From: Kevin Wolf Date: Fri, 30 Nov 2012 14:02:24 +0100 Message-Id: <1354280549-5954-1-git-send-email-kwolf@redhat.com> Subject: [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: anthony@codemonkey.ws Cc: kwolf@redhat.com, qemu-devel@nongnu.org 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 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(-)