From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH 1/2] kvm: libkvm: support for irq routing Date: Thu, 15 Jan 2009 11:58:45 +0200 Message-ID: <496F08D5.1070204@redhat.com> References: <1231941191-966-1-git-send-email-avi@redhat.com> <1231941191-966-2-git-send-email-avi@redhat.com> <200901151417.17178.sheng@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Sheng Yang Return-path: Received: from mx2.redhat.com ([66.187.237.31]:55424 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752621AbZAOJ6s (ORCPT ); Thu, 15 Jan 2009 04:58:48 -0500 In-Reply-To: <200901151417.17178.sheng@linux.intel.com> Sender: kvm-owner@vger.kernel.org List-ID: Sheng Yang wrote: > On Wednesday 14 January 2009 21:53:10 Avi Kivity wrote: > >> Signed-off-by: Avi Kivity >> > > Do we need a lock for the table? > No, that's up to the caller. libkvm is just a silly wrapper for the ioctls. In practice, the table will be protected by qemu_mutex. -- error compiling committee.c: too many arguments to function