Searched hist:"8304402033 e8dbe8e379017d51ed1dd8344f1dce" (Results 1 – 2 of 2) sorted by relevance
/qemu/scripts/ |
H A D | vmstate-static-checker.py | 1483e0d74dcfd183ff46dd63cc57e1fe8b775bf8 Fri Dec 18 05:35:47 UTC 2015 Amit Shah <amit.shah@redhat.com> static checker: e1000-82540em got aliased to e1000
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> Acked-by: Jason Wang <jasowang@redhat.com> Message-Id: <7ccfe834c897142dceaa4da87c13b7059fa12aa8.1450416947.git.amit.shah@redhat.com> Signed-off-by: Amit Shah <amit.shah@redhat.com>
|
/qemu/hw/net/ |
H A D | e1000.c | 8304402033e8dbe8e379017d51ed1dd8344f1dce Mon Sep 28 05:37:26 UTC 2015 Jason Wang <jasowang@redhat.com> e1000: use alias for default model
Instead of duplicating the "e1000-82540em" device model as "e1000", make the latter an alias for the former.
Cc: Markus Armbruster <armbru@redhat.com> Signed-off-by: Jason Wang <jasowang@redhat.com Reviewed-by: Markus Armbruster <armbru@redhat.com>
|