Re: [PATCH 2/6] hw/core/stream: Rename StreamSlave as StreamSink

2020-09-11 Thread Edgar E. Iglesias
On Fri, Sep 11, 2020 at 09:28:16AM +0200, Paolo Bonzini wrote: > On 10/09/20 09:01, Philippe Mathieu-Daudé wrote: > > In order to use inclusive terminology, rename 'slave stream' > > as 'sink stream'. > > > > Signed-off-by: Philippe Mathieu-Daudé > > From Edgar Iglesias: > > Regarding streams,

Re: [PATCH 2/6] hw/core/stream: Rename StreamSlave as StreamSink

2020-09-11 Thread Paolo Bonzini
On 10/09/20 09:01, Philippe Mathieu-Daudé wrote: > In order to use inclusive terminology, rename 'slave stream' > as 'sink stream'. > > Signed-off-by: Philippe Mathieu-Daudé >From Edgar Iglesias: Regarding streams, our stream module can be used to model a stream channel such as AXI stream but

Re: [PATCH 2/6] hw/core/stream: Rename StreamSlave as StreamSink

2020-09-10 Thread Philippe Mathieu-Daudé
On 9/10/20 9:01 AM, Philippe Mathieu-Daudé wrote: > In order to use inclusive terminology, rename 'slave stream' > as 'sink stream'. > > Signed-off-by: Philippe Mathieu-Daudé > --- [...] > diff --git a/include/hw/stream.h b/include/hw/stream.h > index ed09e83683d..8ca161991ca 100644 > ---