]> Git Repo - qemu.git/commitdiff
static checker: e1000-82540em got aliased to e1000
authorAmit Shah <[email protected]>
Fri, 18 Dec 2015 05:35:47 +0000 (11:05 +0530)
committerAmit Shah <[email protected]>
Fri, 5 Feb 2016 13:39:50 +0000 (19:09 +0530)
Commit 8304402033e8dbe8e379017d51ed1dd8344f1dce changed the name of the
e1000-82540em device to e1000.  This was flagged:

   Section "e1000-82540em" does not exist in dest

Add the mapping to the changed section names dictionary so the checker
can proceed.

Signed-off-by: Amit Shah <[email protected]>
Acked-by: Jason Wang <[email protected]>
Message-Id: <7ccfe834c897142dceaa4da87c13b7059fa12aa8.1450416947[email protected]>
Signed-off-by: Amit Shah <[email protected]>
scripts/vmstate-static-checker.py

index b6c0bbead9e778b91b50846c97acc86f5d6c2348..b5ecaf644df6b178e4e6f624323f48c898576ff1 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:
This page took 0.026176 seconds and 4 git commands to generate.