Re: [Qemu-devel] [PATCH v2 00/12] RFC: Fix/add vmstate handling in some I2C code

2018-11-26 Thread Philippe Mathieu-Daudé
On 26/11/18 15:11, Corey Minyard wrote: > On 11/15/18 5:01 PM, Philippe Mathieu-Daudé wrote: >> Hi Corey, >> >> On 15/11/18 20:24, miny...@acm.org wrote: >>> These changes allow SMBus access while doing a state transfer. >>> Seems like a good idea to me in general. >>> >>> >>> >>> I'm primarily sub

Re: [Qemu-devel] [PATCH v2 00/12] RFC: Fix/add vmstate handling in some I2C code

2018-11-26 Thread Corey Minyard
On 11/15/18 5:01 PM, Philippe Mathieu-Daudé wrote: Hi Corey, On 15/11/18 20:24, miny...@acm.org wrote: These changes allow SMBus access while doing a state transfer. Seems like a good idea to me in general. I'm primarily submitting this to make sure I'm doing the backwards compatability with

Re: [Qemu-devel] [PATCH v2 00/12] RFC: Fix/add vmstate handling in some I2C code

2018-11-16 Thread Corey Minyard
On 11/15/18 5:01 PM, Philippe Mathieu-Daudé wrote: Hi Corey, On 15/11/18 20:24, miny...@acm.org wrote: These changes allow SMBus access while doing a state transfer. Seems like a good idea to me in general. I have these queued for the SMBus IPMI driver work, of course. I had submitted this be

Re: [Qemu-devel] [PATCH v2 00/12] RFC: Fix/add vmstate handling in some I2C code

2018-11-15 Thread Philippe Mathieu-Daudé
Hi Corey, On 15/11/18 20:24, miny...@acm.org wrote: These changes allow SMBus access while doing a state transfer. Seems like a good idea to me in general. I have these queued for the SMBus IPMI driver work, of course. I had submitted this before and then lost track of the work since I started

[Qemu-devel] [PATCH v2 00/12] RFC: Fix/add vmstate handling in some I2C code

2018-11-15 Thread minyard
These changes allow SMBus access while doing a state transfer. Seems like a good idea to me in general. I have these queued for the SMBus IPMI driver work, of course. I had submitted this before and then lost track of the work since I started finding all kinds of broken things in the I2C code. I