From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcGck-00051g-Fi for qemu-devel@nongnu.org; Tue, 14 May 2013 10:54:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UcGcf-0008NP-Ny for qemu-devel@nongnu.org; Tue, 14 May 2013 10:54:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21152) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcGcf-0008NF-Bn for qemu-devel@nongnu.org; Tue, 14 May 2013 10:54:37 -0400 From: Stefan Hajnoczi Date: Tue, 14 May 2013 16:54:27 +0200 Message-Id: <1368543269-29784-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL for-1.5 0/2] Block patches for QEMU 1.5 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Stefan Hajnoczi Fixes from Kevin. The following changes since commit b087143b4d010451208264b7c841436aafe1cbb1: ui/gtk.c: do not use gdk_display_warp_pointer when GTK ver >3.0 (2013-05-13 09:52:49 -0500) are available in the git repository at: git://github.com/stefanha/qemu.git block for you to fetch changes up to f3f4d2c09b9cf46903ba38425ec46c44185162bd: block: Add hint to -EFBIG error message (2013-05-14 16:44:33 +0200) ---------------------------------------------------------------- Kevin Wolf (2): qcow2: Catch some L1 table index overflows block: Add hint to -EFBIG error message block.c | 8 ++++++-- block/qcow2-cluster.c | 23 +++++++++++++++-------- block/qcow2.c | 13 +++++++++++-- block/qcow2.h | 5 +++-- 4 files changed, 35 insertions(+), 14 deletions(-) -- 1.8.1.4