From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH v8] qemu-kvm: add irqfd support Date: Thu, 04 Jun 2009 13:06:33 +0300 Message-ID: <4A279CA9.7010704@redhat.com> References: <20090602154233.30489.81627.stgit@dev.haskins.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Gregory Haskins Return-path: Received: from mx2.redhat.com ([66.187.237.31]:38512 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751153AbZFDKGk (ORCPT ); Thu, 4 Jun 2009 06:06:40 -0400 In-Reply-To: <20090602154233.30489.81627.stgit@dev.haskins.net> Sender: kvm-owner@vger.kernel.org List-ID: Gregory Haskins wrote: > irqfd lets you create an eventfd based file-desriptor to inject interrupts > to a kvm guest. We associate one gsi per fd for fine-grained routing. > > [note: this is meant to work in conjunction with the POLLHUP version of > irqfd, which has not yet been accepted into kvm.git] > Applied with two changes: added a dependency on CONFIG_eventfd (with the kvm external module, you can have irqfd support without eventfd support), and adjusted for the new libkvm location (libkvm-all.[ch]). -- error compiling committee.c: too many arguments to function