Hello, On Tue, 23 Jun 2020, Philippe Mathieu-Daudé wrote: > This is v2 of Zoltan's patch: > https://www.mail-archive.com/qemu-devel@nongnu.org/msg714711.html > > - rebased > - added docstring > - include hw/misc/auxbus.c fix > > Supersedes: <20200621145235.9E241745712@zero.eik.bme.hu> What happened to this series? I did not find it in patchew, only my original patch: https://patchew.org/QEMU/20200621145235.9E241745712@zero.eik.bme.hu/ I still have this in one of my branches so I think it was not merged at the end. Could this be resurrected or should I forget about it and live with the inconsistency in parameters instead? Regards, BALATON Zoltan > BALATON Zoltan (2): > i2c: Match parameters of i2c_start_transfer and i2c_send_recv > i2c: Make i2c_start_transfer() direction argument a boolean > > Philippe Mathieu-Daudé (1): > hw/misc/auxbus: Fix MOT/classic I2C mode > > include/hw/i2c/i2c.h | 22 ++++++++++++++++++++-- > hw/display/sm501.c | 4 ++-- > hw/i2c/core.c | 36 ++++++++++++++++++------------------ > hw/i2c/ppc4xx_i2c.c | 2 +- > hw/misc/auxbus.c | 10 +++++----- > 5 files changed, 46 insertions(+), 28 deletions(-) > >