Re: [Qemu-devel] [PATCH v2] ipmi: Use proper struct reference for BT vmstate

2018-08-21 Thread Paolo Bonzini
On 20/08/2018 22:57, miny...@acm.org wrote: > From: Corey Minyard > > The vmstate for isa_ipmi_bt was referencing into the bt structure, > instead create a bt structure separate and use that. > > The version 1 of the BT transfer was fairly broken, if a migration > occured during an IPMI operatio

[Qemu-devel] [PATCH v2] ipmi: Use proper struct reference for BT vmstate

2018-08-20 Thread minyard
From: Corey Minyard The vmstate for isa_ipmi_bt was referencing into the bt structure, instead create a bt structure separate and use that. The version 1 of the BT transfer was fairly broken, if a migration occured during an IPMI operation, it is likely the migration would be corrupted because I