qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [Crucial bug]Qemu-2.0.0 do not support virtio-net hot p


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [Crucial bug]Qemu-2.0.0 do not support virtio-net hot plug/unplug exceed two times
Date: Sat, 26 Apr 2014 14:13:24 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

Il 26/04/2014 10:56, Gonglei (Arei) ha scritto:
Public bug reported:

I want to repeated hot-plug/unplug the virtio-net in the latest qemu upstream
(commit 839a5547574e57cce62f49bfc50fe1f04b00589a), but I am failed at the
second time hot plug the virtio-net to guest.

Then I tried to use Qemu-2.0.0 release version, but I got the error too.

Cmdline for vm:

/mnt/sdb/gonglei/qemu/x86_64-softmmu/qemu-system-x86_64 -enable-kvm -m 4096 
-smp 4 -name sles-et-boot c -drive file=/mnt/sdb/gonglei/image/ sles-3.img -vnc 
0.0.0.0:10 -monitor stdio
QEMU 1.7.50 monitor - type 'help' for more information

For commit 839a5547574e57cce62f49bfc50fe1f04b00589a you should have gotten 1.7.90 as the version number.

(qemu) device_add virtio-net-pci,id=net1
(qemu) device_del net1
(qemu) device_add virtio-net-pci,id=net1
Duplicate ID 'net1' for device
(qemu)

I cannot reproduce this on Fedora running the 2.0.0 package from the virt-preview repository (qemu-system-x86-2.0.0-2.fc20.x86_64).

For what it's worth, I get this for --version:

$ qemu-system-x86_64 --version
QEMU emulator version 2.0.0, Copyright (c) 2003-2008 Fabrice Bellard

and likewise, when starting QEMU with "-monitor stdio":

QEMU 2.0.0 monitor - type 'help' for more information

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]