These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / scripts / vmstate-static-checker.py
index b6c0bbe..b5ecaf6 100755 (executable)
@@ -99,6 +99,7 @@ def get_changed_sec_name(sec):
     # Section names can change -- see commit 292b1634 for an example.
     changes = {
         "ICH9 LPC": "ICH9-LPC",
+        "e1000-82540em": "e1000",
     }
 
     for item in changes: