Re: [PATCH 0/5] hw/i2c: Rename method names for consistency and add documentation

2020-06-29 Thread Corey Minyard
On Mon, Jun 29, 2020 at 07:38:16PM +0200, Philippe Mathieu-Daudé wrote: > In commit d88c42ff2c we added 2 methods: i2c_try_create_slave() > and i2c_realize_and_unref(). > Markus noted their name could be improved for consistency [1], > and Peter reported the lack of documentation [2]. Fix that

[PATCH 0/5] hw/i2c: Rename method names for consistency and add documentation

2020-06-29 Thread Philippe Mathieu-Daudé
In commit d88c42ff2c we added 2 methods: i2c_try_create_slave() and i2c_realize_and_unref(). Markus noted their name could be improved for consistency [1], and Peter reported the lack of documentation [2]. Fix that now. [1] https://lists.gnu.org/archive/html/qemu-devel/2020-06/msg07060.html [2]