Re: [PATCH 3/5] hw/sensor: add Intersil ISL69260 device model

2022-01-28 Thread Peter Maydell
On Thu, 27 Jan 2022 at 20:54, Titus Rwantare wrote: > > On Thu, 27 Jan 2022 at 11:39, Peter Maydell wrote: > > > > On Thu, 6 Jan 2022 at 23:19, Titus Rwantare wrote: > > > > > > > +static uint8_t isl_pmbus_read_byte(PMBusDevice *pmdev) > > > +{ > > > +qemu_log_mask(LOG_GUEST_ERROR, > > > +

Re: [PATCH 3/5] hw/sensor: add Intersil ISL69260 device model

2022-01-27 Thread Titus Rwantare
On Thu, 27 Jan 2022 at 11:39, Peter Maydell wrote: > > On Thu, 6 Jan 2022 at 23:19, Titus Rwantare wrote: > > > > +static uint8_t isl_pmbus_read_byte(PMBusDevice *pmdev) > > +{ > > +qemu_log_mask(LOG_GUEST_ERROR, > > + "%s: reading from unsupported register: 0x%02x\n", > >

Re: [PATCH 3/5] hw/sensor: add Intersil ISL69260 device model

2022-01-27 Thread Peter Maydell
On Thu, 6 Jan 2022 at 23:19, Titus Rwantare wrote: > > Signed-off-by: Titus Rwantare > Reviewed-by: Hao Wu > --- > MAINTAINERS | 3 + > hw/arm/Kconfig| 1 + > hw/sensor/Kconfig | 5 + > hw/sensor/isl_pmbus.c | 210 +++

[PATCH 3/5] hw/sensor: add Intersil ISL69260 device model

2022-01-06 Thread Titus Rwantare
Signed-off-by: Titus Rwantare Reviewed-by: Hao Wu --- MAINTAINERS | 3 + hw/arm/Kconfig| 1 + hw/sensor/Kconfig | 5 + hw/sensor/isl_pmbus.c | 210 +++ hw/sensor/meson.build | 1 +