From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WELtN-0006j3-IR for qemu-devel@nongnu.org; Fri, 14 Feb 2014 11:45:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WELtF-0006JO-4V for qemu-devel@nongnu.org; Fri, 14 Feb 2014 11:45:33 -0500 Received: from mail-qa0-x234.google.com ([2607:f8b0:400d:c00::234]:65197) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WELtF-0006JC-11 for qemu-devel@nongnu.org; Fri, 14 Feb 2014 11:45:25 -0500 Received: by mail-qa0-f52.google.com with SMTP id j15so18283840qaq.25 for ; Fri, 14 Feb 2014 08:45:24 -0800 (PST) Sender: Paolo Bonzini Message-ID: <52FE4820.8050009@redhat.com> Date: Fri, 14 Feb 2014 17:45:20 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <52FE3D0E.8070904@redhat.com> <52FE44DB.8030408@suse.de> In-Reply-To: <52FE44DB.8030408@suse.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] Trying to write a new device / virtio-i2c ? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Andreas_F=E4rber?= , Alex David , qemu-devel@nongnu.org Il 14/02/2014 17:31, Andreas Färber ha scritto: > While that is certainly possible in case host passthrough was desired, > maybe virtio was mixed up with VFIO? I don't think so, VFIO is mostly about IOMMUs and protecting from DMA. Paolo