]> git.ipfire.org Git - thirdparty/qemu.git/commit
Unregister savevm callback in eeprom93xx_free()
authorMark McLoughlin <markmc@redhat.com>
Wed, 1 Jul 2009 22:06:19 +0000 (23:06 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 10 Jul 2009 22:26:09 +0000 (17:26 -0500)
commit51224c6f783ad0f711d69068ce8e0a3e60deb032
tree7fdd54796603ab4dfe9196827697d1b747a41147
parented8f8da7a67999cd8b89e449b8b101f14fa16272
Unregister savevm callback in eeprom93xx_free()

Otherwise if you hot remove an eepro100 NIC and then migrate,
you get:

  Unknown savevm section or instance 'eeprom' 0

on the destination side.

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/eeprom93xx.c