Re: [PATCH v2] hw/ide/ahci: fix legacy software reset

2023-11-08 Thread Kevin Wolf
Am 08.11.2023 um 00:57 hat Niklas Cassel geschrieben: > On Tue, Nov 07, 2023 at 07:14:07PM +0100, Kevin Wolf wrote: > > Am 05.10.2023 um 12:04 hat Niklas Cassel geschrieben: > > > From: Niklas Cassel > > > > > > Legacy software contains a standard mechanism for generating a reset to a > > >

Re: [PATCH v2] hw/ide/ahci: fix legacy software reset

2023-11-07 Thread Niklas Cassel
On Tue, Nov 07, 2023 at 07:14:07PM +0100, Kevin Wolf wrote: > Am 05.10.2023 um 12:04 hat Niklas Cassel geschrieben: > > From: Niklas Cassel > > > > Legacy software contains a standard mechanism for generating a reset to a > > Serial ATA device - setting the SRST (software reset) bit in the

Re: [PATCH v2] hw/ide/ahci: fix legacy software reset

2023-11-07 Thread Kevin Wolf
Am 07.11.2023 um 19:14 hat Kevin Wolf geschrieben: > Am 05.10.2023 um 12:04 hat Niklas Cassel geschrieben: > > From: Niklas Cassel > > > > Legacy software contains a standard mechanism for generating a reset to a > > Serial ATA device - setting the SRST (software reset) bit in the Device > >

Re: [PATCH v2] hw/ide/ahci: fix legacy software reset

2023-11-07 Thread Kevin Wolf
Am 05.10.2023 um 12:04 hat Niklas Cassel geschrieben: > From: Niklas Cassel > > Legacy software contains a standard mechanism for generating a reset to a > Serial ATA device - setting the SRST (software reset) bit in the Device > Control register. > > Serial ATA has a more robust mechanism

Re: [PATCH v2] hw/ide/ahci: fix legacy software reset

2023-10-26 Thread Michael Tokarev
05.10.2023 13:04, Niklas Cassel: From: Niklas Cassel Legacy software contains a standard mechanism for generating a reset to a Serial ATA device - setting the SRST (software reset) bit in the Device Control register. Serial ATA has a more robust mechanism called COMRESET, also referred to as

Re: [PATCH v2] hw/ide/ahci: fix legacy software reset

2023-10-10 Thread Michael Tokarev
05.10.2023 13:04, Niklas Cassel wrote: From: Niklas Cassel Legacy software contains a standard mechanism for generating a reset to a Serial ATA device - setting the SRST (software reset) bit in the Device Control register. Serial ATA has a more robust mechanism called COMRESET, also referred

[PATCH v2] hw/ide/ahci: fix legacy software reset

2023-10-05 Thread Niklas Cassel
From: Niklas Cassel Legacy software contains a standard mechanism for generating a reset to a Serial ATA device - setting the SRST (software reset) bit in the Device Control register. Serial ATA has a more robust mechanism called COMRESET, also referred to as port reset. A port reset is the