rtl8139: save/load RxMulOk counter (again)
commit46fe8bef4d88e91942387ef334e7a9b3e6542314
authorDavid Vrabel <david.vrabel@citrix.com>
Mon, 20 Jun 2016 17:53:46 +0000 (20 18:53 +0100)
committerJason Wang <jasowang@redhat.com>
Tue, 28 Jun 2016 02:13:57 +0000 (28 10:13 +0800)
tree2ed7d4ccd462f24c5682b0eb0d5b3a0f06dda200
parent7e8449594c92992342512061160bc846c922016d
rtl8139: save/load RxMulOk counter (again)

Commit 9d29cdeaaca3a0383af764000b71492c4fc67c6e (rtl8139: port
TallyCounters to vmstate) introduced in incompatibility in the v4
format as it omitted the RxOkMul counter.

There are presumably no users that were impacted by the v4 to v4'
breakage, so increase the save version to 5 and re-add the field,
keeping backward compatibility with v4'.

We can't have a field conditional on the section version in
vmstate_tally_counters since this version checked would not be the
section version (but the version defined in this structure).  So, move
all the fields into the main state structure.

Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/net/rtl8139.c