Re: [PATCH v3 1/4] hw/core: Add config stream

2023-11-21 Thread Ethan Chen via
On Tue, Nov 21, 2023 at 03:28:13PM +1000, Alistair Francis wrote: > On Tue, Nov 21, 2023 at 3:24 PM Alistair Francis wrote: > > > > On Tue, Nov 14, 2023 at 7:49 PM Ethan Chen via > > wrote: > > > > > > Make other device can use /hw/core/stream.c by select this config. > > > > > > Signed-off-by:

Re: [PATCH v3 1/4] hw/core: Add config stream

2023-11-20 Thread Alistair Francis
On Tue, Nov 21, 2023 at 3:24 PM Alistair Francis wrote: > > On Tue, Nov 14, 2023 at 7:49 PM Ethan Chen via wrote: > > > > Make other device can use /hw/core/stream.c by select this config. > > > > Signed-off-by: Ethan Chen > > --- > > hw/core/Kconfig | 3 +++ > > hw/core/meson.build | 1 + >

Re: [PATCH v3 1/4] hw/core: Add config stream

2023-11-20 Thread Alistair Francis
On Tue, Nov 14, 2023 at 7:49 PM Ethan Chen via wrote: > > Make other device can use /hw/core/stream.c by select this config. > > Signed-off-by: Ethan Chen > --- > hw/core/Kconfig | 3 +++ > hw/core/meson.build | 1 + > 2 files changed, 4 insertions(+) > > diff --git a/hw/core/Kconfig b/hw/co

[PATCH v3 1/4] hw/core: Add config stream

2023-11-14 Thread Ethan Chen via
Make other device can use /hw/core/stream.c by select this config. Signed-off-by: Ethan Chen --- hw/core/Kconfig | 3 +++ hw/core/meson.build | 1 + 2 files changed, 4 insertions(+) diff --git a/hw/core/Kconfig b/hw/core/Kconfig index 9397503656..628dc3d883 100644 --- a/hw/core/Kconfig +++