Re: [Qemu-devel] [PATCH v2 07/12] i2c:pm_smbus: Fix state transfer

2018-11-27 Thread Dr. David Alan Gilbert
* Corey Minyard (miny...@acm.org) wrote: > On 11/26/18 12:24 PM, Corey Minyard wrote: > > On 11/26/18 11:20 AM, Dr. David Alan Gilbert wrote: > > > * miny...@acm.org (miny...@acm.org) wrote: > > > > From: Corey Minyard > > > > > > > > Transfer the state information for the SMBus registers and >

Re: [Qemu-devel] [PATCH v2 07/12] i2c:pm_smbus: Fix state transfer

2018-11-26 Thread Corey Minyard
On 11/26/18 12:24 PM, Corey Minyard wrote: On 11/26/18 11:20 AM, Dr. David Alan Gilbert wrote: * miny...@acm.org (miny...@acm.org) wrote: From: Corey Minyard Transfer the state information for the SMBus registers and internal data so it will work on a VM transfer. Signed-off-by: Corey

Re: [Qemu-devel] [PATCH v2 07/12] i2c:pm_smbus: Fix state transfer

2018-11-26 Thread Corey Minyard
On 11/26/18 11:20 AM, Dr. David Alan Gilbert wrote: * miny...@acm.org (miny...@acm.org) wrote: From: Corey Minyard Transfer the state information for the SMBus registers and internal data so it will work on a VM transfer. Signed-off-by: Corey Minyard Cc: Michael S. Tsirkin Cc: Paolo

Re: [Qemu-devel] [PATCH v2 07/12] i2c:pm_smbus: Fix state transfer

2018-11-26 Thread Dr. David Alan Gilbert
* miny...@acm.org (miny...@acm.org) wrote: > From: Corey Minyard > > Transfer the state information for the SMBus registers and > internal data so it will work on a VM transfer. > > Signed-off-by: Corey Minyard > Cc: Michael S. Tsirkin > Cc: Paolo Bonzini > Cc: Dr. David Alan Gilbert > ---

[Qemu-devel] [PATCH v2 07/12] i2c:pm_smbus: Fix state transfer

2018-11-15 Thread minyard
From: Corey Minyard Transfer the state information for the SMBus registers and internal data so it will work on a VM transfer. Signed-off-by: Corey Minyard Cc: Michael S. Tsirkin Cc: Paolo Bonzini Cc: Dr. David Alan Gilbert --- hw/acpi/piix4.c | 3 ++- hw/i2c/pm_smbus.c