Re: [Qemu-devel] [PATCH 2/3] i2c: Add an SMBus vmstate structure

2018-11-08 Thread Philippe Mathieu-Daudé
On 8/11/18 15:40, Peter Maydell wrote: On 8 November 2018 at 14:23, Philippe Mathieu-Daudé wrote: Hi Corey, On 7/11/18 16:54, miny...@acm.org wrote: From: Corey Minyard There is no vmstate handling for SMBus, so no device sitting on SMBus can have a state transfer that works reliable. So

Re: [Qemu-devel] [PATCH 2/3] i2c: Add an SMBus vmstate structure

2018-11-08 Thread Peter Maydell
On 8 November 2018 at 14:23, Philippe Mathieu-Daudé wrote: > Hi Corey, > > > On 7/11/18 16:54, miny...@acm.org wrote: >> >> From: Corey Minyard >> >> There is no vmstate handling for SMBus, so no device sitting on SMBus >> can have a state transfer that works reliable. So add it. >> >> Signed-of

Re: [Qemu-devel] [PATCH 2/3] i2c: Add an SMBus vmstate structure

2018-11-08 Thread Philippe Mathieu-Daudé
Hi Corey, On 7/11/18 16:54, miny...@acm.org wrote: From: Corey Minyard There is no vmstate handling for SMBus, so no device sitting on SMBus can have a state transfer that works reliable. So add it. Signed-off-by: Corey Minyard Cc: Paolo Bonzini Cc: Michael S. Tsirkin Cc: Dr. David Alan G

[Qemu-devel] [PATCH 2/3] i2c: Add an SMBus vmstate structure

2018-11-07 Thread minyard
From: Corey Minyard There is no vmstate handling for SMBus, so no device sitting on SMBus can have a state transfer that works reliable. So add it. Signed-off-by: Corey Minyard Cc: Paolo Bonzini Cc: Michael S. Tsirkin Cc: Dr. David Alan Gilbert --- hw/i2c/smbus.c | 14 +