Re: [RFC PATCH v1] hw/misc: add i2c slave device that passes i2c ops outside

2023-04-24 Thread Corey Minyard
e otherwise. -corey > > -corey > > > > > > > > > Karol > > > > > > > > From: Corey Minyard on behalf of Corey Minyard > > > > Sent: Wednesday, April 19, 2023 4:35 PM &

Re: [RFC PATCH v1] hw/misc: add i2c slave device that passes i2c ops outside

2023-04-24 Thread Corey Minyard
. -corey > > > > Karol > > > > From: Corey Minyard on behalf of Corey Minyard > > Sent: Wednesday, April 19, 2023 4:35 PM > To: Karol Nowak > Cc: qemu-devel@nongnu.org ; phi...@linaro.org > ; c...@kaod.org > Subject: Re: [RFC PATCH v1] hw/misc: add i2c sla

Re: [RFC PATCH v1] hw/misc: add i2c slave device that passes i2c ops outside

2023-04-24 Thread Karol Nowak
Minyard Sent: Wednesday, April 19, 2023 4:35 PM To: Karol Nowak Cc: qemu-devel@nongnu.org ; phi...@linaro.org ; c...@kaod.org Subject: Re: [RFC PATCH v1] hw/misc: add i2c slave device that passes i2c ops outside ⚠ This email originates from outside the organization or the sender could

Re: [RFC PATCH v1] hw/misc: add i2c slave device that passes i2c ops outside

2023-04-19 Thread Corey Minyard
> > Best regards, > Karol > > > > > From: Corey Minyard on behalf of Corey Minyard > > Sent: Monday, April 17, 2023 4:34 PM > To: Karol Nowak > Cc: qemu-devel@nongnu.org ; phi...@linaro.org > ; c...@kaod.org > Subject:

Re: [RFC PATCH v1] hw/misc: add i2c slave device that passes i2c ops outside

2023-04-19 Thread Karol Nowak
, April 17, 2023 4:34 PM To: Karol Nowak Cc: qemu-devel@nongnu.org ; phi...@linaro.org ; c...@kaod.org Subject: Re: [RFC PATCH v1] hw/misc: add i2c slave device that passes i2c ops outside [You don't often get email from miny...@acm.org. Learn why this is important at https://aka.ms

Re: [RFC PATCH v1] hw/misc: add i2c slave device that passes i2c ops outside

2023-04-17 Thread Corey Minyard
naro.org > ; c...@kaod.org > Subject: Re: [RFC PATCH v1] hw/misc: add i2c slave device that passes i2c ops > outside > > [You don't often get email from miny...@acm.org. Learn why this is important > at https://aka.ms/LearnAboutSenderIdentification ] > > ⚠ This emai

Re: [RFC PATCH v1] hw/misc: add i2c slave device that passes i2c ops outside

2023-04-17 Thread Karol Nowak
, March 23, 2023 5:03 PM To: Karol Nowak Cc: qemu-devel@nongnu.org ; phi...@linaro.org ; c...@kaod.org Subject: Re: [RFC PATCH v1] hw/misc: add i2c slave device that passes i2c ops outside [You don't often get email from miny...@acm.org. Learn why this is important at https://aka.ms

Re: [RFC PATCH v1] hw/misc: add i2c slave device that passes i2c ops outside

2023-03-23 Thread Corey Minyard
On Thu, Mar 23, 2023 at 10:09:02AM +, Karol Nowak wrote: > Hi, > > There is a feature I prepared which may be practical for some QEMU users. > > The feature provides a new I2C slave device > that prepares a message depending what i2c-slave callback was called > and sends it outside of QEMU

[RFC PATCH v1] hw/misc: add i2c slave device that passes i2c ops outside

2023-03-23 Thread Karol Nowak
Hi, There is a feature I prepared which may be practical for some QEMU users. The feature provides a new I2C slave device that prepares a message depending what i2c-slave callback was called and sends it outside of QEMU through the character device to a client that receives that message,