Instead of relying on the default nic_model, specify it explicitly. Different qemu branches use different defaults, and the default may change. Signed-off-by: Avi Kivity <avi@xxxxxxxxxx> --- client/tests/kvm/kvm_tests.cfg.sample | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/client/tests/kvm/kvm_tests.cfg.sample b/client/tests/kvm/kvm_tests.cfg.sample index a83ef9b..aa6162f 100644 --- a/client/tests/kvm/kvm_tests.cfg.sample +++ b/client/tests/kvm/kvm_tests.cfg.sample @@ -145,6 +145,7 @@ variants: # NICs variants: - @rtl8139: + nic_model = rtl8139 - virtio: rtl8139.install rtl8139.setup no install setup nic_model = virtio -- 1.6.4.1 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html