]> xenbits.xensource.com Git - people/pauldu/qemu.git/commit
e1000: Convert v3 fields to subsection
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 28 Mar 2018 16:36:25 +0000 (17:36 +0100)
committerJason Wang <jasowang@redhat.com>
Tue, 10 Apr 2018 03:29:35 +0000 (11:29 +0800)
commit4ae4bf5bb16bd8e5b94433db9fe8265d30c53ba3
treea8956a5b45681d9d8aa4fc123abbaf5b925d4061
parent915d34c5f99b0ab91517c69f54272bfdb6ca2b32
e1000: Convert v3 fields to subsection

A bunch of new TSO fields were introduced by d62644b4 and this bumped
the VMState version; however it's easier for those trying to keep
backwards migration compatibility if these fields are added in a
subsection instead.

Move the new fields to a subsection.

Since this was added after 2.11, this change will only affect
compatbility with 2.12-rc0.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/net/e1000.c