Update SaveVM versions
authorJuan Quintela <quintela@redhat.com>
Fri, 28 Aug 2009 13:28:24 +0000 (15:28 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 4 Sep 2009 14:37:25 +0000 (09:37 -0500)
commitda64182c4e41966a061b8b883f0a23ded9dc8e5e
tree761bf752054c7172c3973911d8549ee8abdb81fb
parent8372615d3ff5e29925b75562c838e69d3fd96c73
Update SaveVM versions

Now that we have all fields belonging to a PCIDevice, save each field
on the device that it belongs.  This means moving pci_irq_levels
from PCII440FXState to PIIX3State.
Old formats are loaded, but we only save on the new saner format.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/piix_pci.c