From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37137) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tvrt9-0002eW-TG for qemu-devel@nongnu.org; Thu, 17 Jan 2013 11:00:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tvrt3-0008Rl-LB for qemu-devel@nongnu.org; Thu, 17 Jan 2013 11:00:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:13512) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvrkF-0005lt-Rx for qemu-devel@nongnu.org; Thu, 17 Jan 2013 10:51:12 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r0HFpA6C007441 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 17 Jan 2013 10:51:10 -0500 Date: Thu, 17 Jan 2013 13:51:15 -0200 From: Luiz Capitulino Message-ID: <20130117135115.40bff6a6@doriath.home> In-Reply-To: <20130117155009.GA18721@redhat.com> References: <20130117132848.74cf0e57@doriath.home> <20130117155009.GA18721@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: "Michael S. Tsirkin" Cc: qemu-devel On Thu, 17 Jan 2013 17:50:09 +0200 "Michael S. Tsirkin" wrote: > 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 Oh, ok, so it's already known. I assume the fix is in flight to master.