qemu-e2k/hw/ipmi
Corey Minyard efbb649da0 ipmi: Use proper struct reference for BT vmstate
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 misunderstood the VMSTATE_VBUFFER_UINT32()
handling, I thought it handled transferring the length field,
too.  So I just remove support for that.  I doubt anyone is using
it at this point.

This also removes the transfer of use_irq, since that should come
from configuration.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <1534798644-13587-1-git-send-email-minyard@acm.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2018-08-23 18:46:25 +02:00
..
Makefile.objs ipmi: fix build config variable name for ipmi_bmc_extern.o 2016-11-01 19:21:09 +02:00
ipmi.c object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence 2018-06-12 12:07:30 +02:00
ipmi_bmc_extern.c ipmi: disable IRQ and ATN on an external disconnect 2018-01-30 15:52:53 -06:00
ipmi_bmc_sim.c ipmi: Allow BMC device properties to be set 2018-01-30 15:52:53 -06:00
isa_ipmi_bt.c ipmi: Use proper struct reference for BT vmstate 2018-08-23 18:46:25 +02:00
isa_ipmi_kcs.c ipmi: Use proper struct reference for KCS vmstate 2018-06-01 15:13:46 +02:00