Re: [Qemu-devel] [PATCH v2] ahci: fix cdrom read corruption

2012-09-18 Thread Andreas Färber
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, wh

Re: [Qemu-devel] [PATCH v2] ahci: fix cdrom read corruption

2012-08-09 Thread 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,

[Qemu-devel] [PATCH v2] ahci: fix cdrom read corruption

2012-08-03 Thread 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 trigge