From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60077) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uufcv-0007Oe-HA for qemu-devel@nongnu.org; Thu, 04 Jul 2013 05:14:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uufcu-0003aV-6J for qemu-devel@nongnu.org; Thu, 04 Jul 2013 05:14:57 -0400 Received: from mail-bk0-x232.google.com ([2a00:1450:4008:c01::232]:35951) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uufct-0003a6-W2 for qemu-devel@nongnu.org; Thu, 04 Jul 2013 05:14:56 -0400 Received: by mail-bk0-f50.google.com with SMTP id ik8so509382bkc.37 for ; Thu, 04 Jul 2013 02:14:54 -0700 (PDT) Message-ID: <51D53D0C.4050404@gmail.com> Date: Thu, 04 Jul 2013 11:14:52 +0200 From: poma MIME-Version: 1.0 References: <51D2B8A1.9050002@gmail.com> <20130703114327.GW2778@redhat.com> In-Reply-To: <20130703114327.GW2778@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [libvirt-users] libvirt & virtio_net - host.freeze@reset.domain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: kvm-devel , Mateusz Marzantowicz , libvir-list@redhat.com, netdev@vger.kernel.org, "qemu-devel@nongnu.org" , libvirt-users@redhat.com, Virt-tools List On 03.07.2013 13:43, Daniel P. Berrange wrote: > On Tue, Jul 02, 2013 at 01:25:21PM +0200, poma wrote: >> Hello people, >> >> libvirtd (libvirt) 1.0.5.2 >> virsh 1.0.5.2 >> virt-manager 0.10.0 >> >> Host: >> Linux localhost 3.9.8-300.fc19.x86_64 #1 SMP Thu Jun 27 19:24:23 UTC >> 2013 x86_64 x86_64 x86_64 GNU/Linux >> Guest1: >> Linux localhost 3.9.8-300.fc19.i686.PAE #1 SMP Thu Jun 27 19:29:30 UTC >> 2013 i686 (none) >> Guest2: >> Linux localhost 3.9.8-300.fc19.x86_64 #1 SMP Thu Jun 27 19:24:23 UTC >> 2013 x86_64 x86_64 x86_64 GNU/Linux >> >> >> Virtual NIC - source & model: >> macvtap/NAT/bridge & virtio(virtio_net) >> >> Host freeze at "virsh reset " or "virt-manager - Force Reset" >> Need kernel.sysrq or power reset. > > I don't believe this is a libvirt issue - the 'virsh reset' command > will issue the 'system_reset' QEMU monitor command. This in turn > does an immediate reset of the guest CPUs/machine. > > Even if QEMU is doing the wrong thing, the kernel should obviously > never freeze/crash in this way - it should be robust against a > malicious QEMU process. > > You should probably send this message to the main QEMU and/or KVM > mailing lists so that it comes to the attention of people who are > more familiar with QEMU + virtio-net > > > Regards, > Daniel > Thanks for your response. Mateusz hit the same issue[1] as well. OK, here we go. poma [1] https://lists.fedoraproject.org/pipermail/users/2013-July/436984.html