From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33864) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiYGO-00043H-A1 for qemu-devel@nongnu.org; Fri, 31 May 2013 18:57:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UiYGL-0002f0-OD for qemu-devel@nongnu.org; Fri, 31 May 2013 18:57:36 -0400 Received: from mail-ve0-x22b.google.com ([2607:f8b0:400c:c01::22b]:33859) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiYGL-0002eB-Ju for qemu-devel@nongnu.org; Fri, 31 May 2013 18:57:33 -0400 Received: by mail-ve0-f171.google.com with SMTP id b10so1573646vea.2 for ; Fri, 31 May 2013 15:57:33 -0700 (PDT) Sender: Richard Henderson Message-ID: <51A92AD9.2040003@twiddle.net> Date: Fri, 31 May 2013 15:57:29 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1369948629-2833-1-git-send-email-pbonzini@redhat.com> <1369948629-2833-14-git-send-email-pbonzini@redhat.com> In-Reply-To: <1369948629-2833-14-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 13/21] vfio: abort if an emulated iommu is used List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, Avi Kivity On 05/30/2013 02:17 PM, Paolo Bonzini wrote: > From: Avi Kivity > > vfio doesn't support guest iommus yet, indicate it to the user > by gently depositing a core on their disk. > > Reviewed-by: Peter Maydell > Signed-off-by: Avi Kivity > Signed-off-by: Paolo Bonzini > --- > hw/misc/vfio.c | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Richard Henderson r~