Re: [PATCH v2] hw/scsi/lsi53c895a: add timer to scripts processing

2024-03-04 Thread Peter Maydell
On Mon, 4 Mar 2024 at 15:58, Sven Schnelle wrote: > > Peter Maydell writes: > > > On Thu, 29 Feb 2024 at 20:44, Sven Schnelle wrote: > >> > >> HP-UX 10.20 seems to make the lsi53c895a spinning on a memory location > >> under certain circumstances. As the SCSI controller and CPU are not > >> runn

Re: [PATCH v2] hw/scsi/lsi53c895a: add timer to scripts processing

2024-03-04 Thread Sven Schnelle
Peter Maydell writes: > On Thu, 29 Feb 2024 at 20:44, Sven Schnelle wrote: >> >> HP-UX 10.20 seems to make the lsi53c895a spinning on a memory location >> under certain circumstances. As the SCSI controller and CPU are not >> running at the same time this loop will never finish. After some >> ti

Re: [PATCH v2] hw/scsi/lsi53c895a: add timer to scripts processing

2024-03-04 Thread Peter Maydell
On Thu, 29 Feb 2024 at 20:44, Sven Schnelle wrote: > > HP-UX 10.20 seems to make the lsi53c895a spinning on a memory location > under certain circumstances. As the SCSI controller and CPU are not > running at the same time this loop will never finish. After some > time, the check loop interrupts w