Re: [Qemu-devel] Re: [PATCH] lsi53c895a: add support for ABORT messages

2011-03-09 Thread Peter Lieven
Am 09.03.2011 um 10:25 schrieb Bernhard Kohl: > Am 09.03.2011 09:47, schrieb ext Kevin Wolf: >> Am 09.03.2011 00:04, schrieb Peter Lieven: >>> Am 07.10.2010 um 13:27 schrieb Kevin Wolf: >>> Am 06.09.2010 16:42, schrieb Bernhard Kohl: > If these messages are not handled correctly the gue

Re: [Qemu-devel] Re: [PATCH] lsi53c895a: add support for ABORT messages

2011-03-09 Thread Bernhard Kohl
Am 09.03.2011 09:47, schrieb ext Kevin Wolf: Am 09.03.2011 00:04, schrieb Peter Lieven: Am 07.10.2010 um 13:27 schrieb Kevin Wolf: Am 06.09.2010 16:42, schrieb Bernhard Kohl: If these messages are not handled correctly the guest driver may hang. Always mandatory: - ABORT - BUS DEVICE RESET

Re: [Qemu-devel] Re: [PATCH] lsi53c895a: add support for ABORT messages

2011-03-09 Thread Kevin Wolf
Am 09.03.2011 00:04, schrieb Peter Lieven: > > Am 07.10.2010 um 13:27 schrieb Kevin Wolf: > >> Am 06.09.2010 16:42, schrieb Bernhard Kohl: >>> If these messages are not handled correctly the guest driver may hang. >>> >>> Always mandatory: >>> - ABORT >>> - BUS DEVICE RESET >>> >>> Mandatory if t

Re: [Qemu-devel] Re: [PATCH] lsi53c895a: add support for ABORT messages

2011-03-08 Thread Stefan Hajnoczi
On Tue, Mar 8, 2011 at 11:04 PM, Peter Lieven wrote: > > Am 07.10.2010 um 13:27 schrieb Kevin Wolf: > >> Am 06.09.2010 16:42, schrieb Bernhard Kohl: >>> If these messages are not handled correctly the guest driver may hang. >>> >>> Always mandatory: >>> - ABORT >>> - BUS DEVICE RESET >>> >>> Manda

Re: [Qemu-devel] Re: [PATCH] lsi53c895a: add support for ABORT messages

2011-03-08 Thread Peter Lieven
Am 07.10.2010 um 13:27 schrieb Kevin Wolf: > Am 06.09.2010 16:42, schrieb Bernhard Kohl: >> If these messages are not handled correctly the guest driver may hang. >> >> Always mandatory: >> - ABORT >> - BUS DEVICE RESET >> >> Mandatory if tagged queuing is implemented (which disks usually do):

[Qemu-devel] Re: [PATCH] lsi53c895a: add support for ABORT messages

2010-10-07 Thread Kevin Wolf
Am 06.09.2010 16:42, schrieb Bernhard Kohl: > If these messages are not handled correctly the guest driver may hang. > > Always mandatory: > - ABORT > - BUS DEVICE RESET > > Mandatory if tagged queuing is implemented (which disks usually do): > - ABORT TAG > - CLEAR QUEUE > > Signed-off-by: Bern