From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42320) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbY4U-0004jl-9P for qemu-devel@nongnu.org; Mon, 14 Sep 2015 14:01:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbY4Q-0002fN-Vn for qemu-devel@nongnu.org; Mon, 14 Sep 2015 14:01:42 -0400 From: John Snow Date: Mon, 14 Sep 2015 14:01:24 -0400 Message-Id: <1442253685-23349-1-git-send-email-jsnow@redhat.com> Subject: [Qemu-devel] [PATCH v3 0/1] atapi: abort transfers with 0 byte limits List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: kwolf@redhat.com, John Snow , armbru@redhat.com, qemu-devel@nongnu.org v3: Sigh, fix my thinko: "if (!(...))", not "if !(...)" v2: Make sure we only abort PIO commands if BCL is zero, not DMA. ________________________________________________________________________________ For convenience, this branch is available at: https://github.com/jnsnow/qemu.git branch atapi-bclimit https://github.com/jnsnow/qemu/tree/atapi-bclimit This version is tagged atapi-bclimit-v3: https://github.com/jnsnow/qemu/releases/tag/atapi-bclimit-v3 John Snow (1): atapi: abort transfers with 0 byte limits hw/ide/atapi.c | 32 +++++++++++++++++++++++++++----- hw/ide/core.c | 2 +- hw/ide/internal.h | 1 + 3 files changed, 29 insertions(+), 6 deletions(-) -- 2.4.3