From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37196) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOb6r-000395-AP for qemu-devel@nongnu.org; Wed, 17 Oct 2012 17:25:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOb6q-0008Jd-Bc for qemu-devel@nongnu.org; Wed, 17 Oct 2012 17:25:01 -0400 Received: from plane.gmane.org ([80.91.229.3]:43301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOb6q-0008JO-4t for qemu-devel@nongnu.org; Wed, 17 Oct 2012 17:25:00 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TOb6t-00039b-QS for qemu-devel@nongnu.org; Wed, 17 Oct 2012 23:25:03 +0200 Received: from 186.19.168.109.dsl.static.ip.kpnqwest.it ([109.168.19.186]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Oct 2012 23:25:03 +0200 Received: from mgiammarco by 186.19.168.109.dsl.static.ip.kpnqwest.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Oct 2012 23:25:03 +0200 From: Mario Giammarco Date: Wed, 17 Oct 2012 21:20:38 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] hdd and ssd passthrough List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hello, I hope I am in the right list. I would like to pass a real disk to a guest (freenas) in kvm/qemu without iommu/vt-d. I need guest to be able to: - use hdd smart; - configure hdd params like power saving; - understand real make and model of hdd; - understand when the hdd is an ssd. How can I do it? I have configured the guest with virt-manager. Thanks you very much in advance. Mario