From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60572) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvrfR-0008OY-3n for qemu-devel@nongnu.org; Thu, 17 Jan 2013 10:46:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvrfM-0004Ek-BR for qemu-devel@nongnu.org; Thu, 17 Jan 2013 10:46:13 -0500 Received: from mx1.redhat.com ([209.132.183.28]:16943) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvrfM-0004EV-2N for qemu-devel@nongnu.org; Thu, 17 Jan 2013 10:46:08 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r0HFk7Bb027060 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 17 Jan 2013 10:46:07 -0500 Date: Thu, 17 Jan 2013 17:50:09 +0200 From: "Michael S. Tsirkin" Message-ID: <20130117155009.GA18721@redhat.com> References: <20130117132848.74cf0e57@doriath.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130117132848.74cf0e57@doriath.home> Subject: Re: [Qemu-devel] kvm_virtio_pci_irqfd_release: Assertion `ret == 0' failed List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: qemu-devel On Thu, Jan 17, 2013 at 01:28:48PM -0200, Luiz Capitulino wrote: > Hi Michael, > > To trigger this I just: Yes you need virtio-pci: fix irqfd cleanup argument order -- MST