[Qemu-devel] Re: [PATCH 0/1] [RFC][AHCI] add cdrom support for ahci.

2010-05-11 Thread Alexander Graf
Am 11.05.2010 um 11:25 schrieb Joerg Roedel : On Tue, May 11, 2010 at 01:19:27AM +0200, Alexander Graf wrote: On 11.05.2010, at 00:13, Sebastian Herbszt wrote: The problem of incremental patches will be a non issue as soon as the git tree is available. I set up a mailing list and a git

[Qemu-devel] Re: [PATCH 0/1] [RFC][AHCI] add cdrom support for ahci.

2010-05-11 Thread Joerg Roedel
On Tue, May 11, 2010 at 01:19:27AM +0200, Alexander Graf wrote: > > On 11.05.2010, at 00:13, Sebastian Herbszt wrote: > > > > The problem of incremental patches will be a non issue as soon as the git > > tree is available. > > I set up a mailing list and a git tree for development. The mailing

[Qemu-devel] Re: [PATCH 0/1] [RFC][AHCI] add cdrom support for ahci.

2010-05-10 Thread Alexander Graf
On 11.05.2010, at 00:13, Sebastian Herbszt wrote: > Alexander Graf wrote: >> Hi Chong, >> >> On 10.05.2010, at 13:55, QiaoChong wrote: >> >> > When ahci init ,driver will send ATA_SRST command,ahci device report >> > device type through port's sig register. >> > Ahci disk lookup change from IF

[Qemu-devel] Re: [PATCH 0/1] [RFC][AHCI] add cdrom support for ahci.

2010-05-10 Thread Alexander Graf
On 11.05.2010, at 00:13, Sebastian Herbszt wrote: > Alexander Graf wrote: >> Hi Chong, >> >> On 10.05.2010, at 13:55, QiaoChong wrote: >> >> > When ahci init ,driver will send ATA_SRST command,ahci device report >> > device type through port's sig register. >> > Ahci disk lookup change from IF

[Qemu-devel] Re: [PATCH 0/1] [RFC][AHCI] add cdrom support for ahci.

2010-05-10 Thread Sebastian Herbszt
Alexander Graf wrote: Hi Chong, On 10.05.2010, at 13:55, QiaoChong wrote: > When ahci init ,driver will send ATA_SRST command,ahci device report device type through port's sig register. > Ahci disk lookup change from IF_SD to IF_SCSI now,because IF_SD does not support cdrom media. > I just co

[Qemu-devel] Re: [PATCH 0/1] [RFC][AHCI] add cdrom support for ahci.

2010-05-10 Thread Alexander Graf
Hi Chong, On 10.05.2010, at 13:55, QiaoChong wrote: > When ahci init ,driver will send ATA_SRST command,ahci device report device > type through port's sig register. > Ahci disk lookup change from IF_SD to IF_SCSI now,because IF_SD does not > support cdrom media. > I just copy ide_atapi_cmd fro