Re: [PATCH v3 00/13] hw/i2c: Remove confusing i2c_send_recv() API

2021-06-16 Thread Corey Minyard
On Wed, Jun 16, 2021 at 06:14:05PM +0200, Philippe Mathieu-Daudé wrote: > This is a respin of Zoltan's patch: > https://www.mail-archive.com/qemu-devel@nongnu.org/msg714711.html > > Since v2, tried to address Corey's review comments resulting > in a i2c_send_recv() removal and code easier to revie

[PATCH v3 00/13] hw/i2c: Remove confusing i2c_send_recv() API

2021-06-16 Thread Philippe Mathieu-Daudé
This is a respin of Zoltan's patch: https://www.mail-archive.com/qemu-devel@nongnu.org/msg714711.html Since v2, tried to address Corey's review comments resulting in a i2c_send_recv() removal and code easier to review (to my taste at least). Supersedes: <20200623063123.20776-1-f4...@amsat.org> B