[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-stable] [Qemu-devel] [PATCH v2] ahci: fix cdrom read corruptio
From: |
Andreas Färber |
Subject: |
Re: [Qemu-stable] [Qemu-devel] [PATCH v2] ahci: fix cdrom read corruption |
Date: |
Tue, 18 Sep 2012 18:44:12 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120825 Thunderbird/15.0 |
Am 09.08.2012 11:59, schrieb Kevin Wolf:
> Am 03.08.2012 21:57, schrieb Jason Baron:
>> Hi,
>>
>> While testing q35 I found data corruption on reads from the cdrom on the ahci
>> controller. The first patch addresses this issue. I also noticed that there
>> is
>> a memory leak in the ahci code, which is addressed in the second patch.
>>
>> Thanks,
>>
>> -Jason
>>
>>
>> v2:
>> fprintf -> DPRINTF (so can't be triggered by guest)
>> 0 sglist fields
>>
>>
>> Jason Baron (2):
>> ahci: Fix ahci cdrom read corruptions for reads > 128k
>> ahci: Fix sglist memleak in ahci_dma_rw_buf()
>>
>> dma-helpers.c | 1 +
>> hw/ide/ahci.c | 44 +++++++++++++++++++++++++++++++++++++-------
>> hw/ide/internal.h | 1 +
>> 3 files changed, 39 insertions(+), 7 deletions(-)
>>
>
> Thanks, applied both to the block branch.
Thanks, backported both to stable-0.15 (avoiding the new DMA helpers and
GLib).
Andreas
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Qemu-stable] [Qemu-devel] [PATCH v2] ahci: fix cdrom read corruption,
Andreas Färber <=