* [Qemu-devel] [PATCH 1/1] static checker: e1000-82540em got aliased to e1000
@ 2015-12-18 5:35 Amit Shah
2015-12-21 3:50 ` Jason Wang
0 siblings, 1 reply; 2+ messages in thread
From: Amit Shah @ 2015-12-18 5:35 UTC (permalink / raw)
To: qemu list; +Cc: Amit Shah, Jason Wang, Juan Quintela
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 <amit.shah@redhat.com>
---
scripts/vmstate-static-checker.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/vmstate-static-checker.py b/scripts/vmstate-static-checker.py
index b6c0bbe..b5ecaf6 100755
--- a/scripts/vmstate-static-checker.py
+++ b/scripts/vmstate-static-checker.py
@@ -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:
--
2.5.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH 1/1] static checker: e1000-82540em got aliased to e1000
2015-12-18 5:35 [Qemu-devel] [PATCH 1/1] static checker: e1000-82540em got aliased to e1000 Amit Shah
@ 2015-12-21 3:50 ` Jason Wang
0 siblings, 0 replies; 2+ messages in thread
From: Jason Wang @ 2015-12-21 3:50 UTC (permalink / raw)
To: Amit Shah, qemu list; +Cc: Juan Quintela
On 12/18/2015 01:35 PM, Amit Shah wrote:
> 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 <amit.shah@redhat.com>
> ---
> scripts/vmstate-static-checker.py | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/scripts/vmstate-static-checker.py b/scripts/vmstate-static-checker.py
> index b6c0bbe..b5ecaf6 100755
> --- a/scripts/vmstate-static-checker.py
> +++ b/scripts/vmstate-static-checker.py
> @@ -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:
Acked-by: Jason Wang <jasowang@redhat.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-12-21 3:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-18 5:35 [Qemu-devel] [PATCH 1/1] static checker: e1000-82540em got aliased to e1000 Amit Shah
2015-12-21 3:50 ` Jason Wang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).