From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxHNU-0004OT-3U for qemu-devel@nongnu.org; Wed, 18 Jun 2014 11:02:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxHNJ-0007Zd-8V for qemu-devel@nongnu.org; Wed, 18 Jun 2014 11:02:20 -0400 Sender: Paolo Bonzini Message-ID: <53A1A9ED.5040500@redhat.com> Date: Wed, 18 Jun 2014 17:02:05 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1403093631-7384-1-git-send-email-ming.lei@canonical.com> <53A1860E.6040304@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] virtio-scsi: fix object check failure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ming Lei Cc: Peter Maydell , qemu-stable@nongnu.org, qemu-devel@nongnu.org, Anthony Liguori , "Michael S. Tsirkin" Il 18/06/2014 16:18, Ming Lei ha scritto: >> > This should never be triggered by vhost-scsi. Perhaps a bug in the kernel? > It can be triggered with rmmod, system suspend, reboot... Yes, but it should not. What happens if you change VHOST_SCSI_VQ_NUM_FIXED from 2 to 3? Paolo