[Qemu-devel] [PATCH v2 0/5] LSI53C895 cleanups

Sven Schnelle posted 5 patches 6 years, 8 months ago
Failed in applying to current master (apply log)
hw/scsi/lsi53c895a.c | 126 +++++++++++++++++++++++--------------------
hw/scsi/trace-events |   6 +--
2 files changed, 70 insertions(+), 62 deletions(-)
[Qemu-devel] [PATCH v2 0/5] LSI53C895 cleanups
Posted by Sven Schnelle 6 years, 8 months ago
Hi,

this series contains a few cosmetic cleanups and one small bugfix for the
LSI53C895 emulation.

Regards
Sven

Sven Schnelle (5):
  lsi: use ldn_le_p()/stn_le_p()
  lsi: use enum type for s->waiting
  lsi: use enum type for s->msg_action
  lsi: use SCSI phase names instead of numbers in trace
  lsi: return dfifo value

 hw/scsi/lsi53c895a.c | 126 +++++++++++++++++++++++--------------------
 hw/scsi/trace-events |   6 +--
 2 files changed, 70 insertions(+), 62 deletions(-)

-- 
2.20.1


Re: [Qemu-devel] [PATCH v2 0/5] LSI53C895 cleanups
Posted by Paolo Bonzini 6 years, 8 months ago
On 05/03/19 20:55, Sven Schnelle wrote:
> Hi,
> 
> this series contains a few cosmetic cleanups and one small bugfix for the
> LSI53C895 emulation.
> 
> Regards
> Sven
> 
> Sven Schnelle (5):
>   lsi: use ldn_le_p()/stn_le_p()
>   lsi: use enum type for s->waiting
>   lsi: use enum type for s->msg_action
>   lsi: use SCSI phase names instead of numbers in trace
>   lsi: return dfifo value
> 
>  hw/scsi/lsi53c895a.c | 126 +++++++++++++++++++++++--------------------
>  hw/scsi/trace-events |   6 +--
>  2 files changed, 70 insertions(+), 62 deletions(-)
> 

Queued, thanks.

Paolo