From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [v7] Userspace patches for PCI device assignment Date: Fri, 24 Oct 2008 10:59:58 -0500 Message-ID: <4901F0FE.7070600@codemonkey.ws> References: <1224861988-22781-1-git-send-email-amit.shah@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: avi@redhat.com, kvm@vger.kernel.org, weidong.han@intel.com, allen.m.kay@intel.com, muli@il.ibm.com, benami@il.ibm.com To: Amit Shah Return-path: Received: from an-out-0708.google.com ([209.85.132.241]:21300 "EHLO an-out-0708.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751577AbYJXQAD (ORCPT ); Fri, 24 Oct 2008 12:00:03 -0400 Received: by an-out-0708.google.com with SMTP id d40so104646and.103 for ; Fri, 24 Oct 2008 09:00:01 -0700 (PDT) In-Reply-To: <1224861988-22781-1-git-send-email-amit.shah@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Amit Shah wrote: > This patchset enables device assignment for KVM hosts for PCI devices. It uses the Intel IOMMU by default if available. > > Major changes since the last send in no particular order: > - formatting changes: adhere to qemu style > - use strncmp, strncpy etc. instead of the insecure ones > FWIW, strncpy almost never does what you expect it to. snprintf() is much nicer. Regards, Anthony Liguori > - move from array to linked list > - change iopl() to ioperm() (Weidong Han) > > Plus a lot of other small changes as suggested during the review of v6. > > > >