From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oliver Rath Subject: Re: lightscribe support Date: Sat, 15 Feb 2014 11:07:10 +0100 Message-ID: <52FF3C4E.6050101@mglug.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit To: Nerijus Baliunas , kvm@vger.kernel.org Return-path: Received: from phineas.fibbs.org ([109.234.106.32]:49990 "EHLO mail.fibbs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752304AbaBOKPZ (ORCPT ); Sat, 15 Feb 2014 05:15:25 -0500 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Hi Nerijus, Am 14.02.2014 22:29, schrieb Nerijus Baliunas: > Hello, > > is it possible to support lightscribe in KVM? Now Windows VM sees QEMU > DVD-ROM ATA Device and labeling software shows "No LightScribe Drives Found". > Normally kvm emulates the cdrom drive. If you want to use the native functionality, you have to passthrough the drive (depending on the your device usb or pci sata-hardware). If your drive is attached via usb, you can try passthrough the usb-device, if it is connected via sata, you have to passthrough the sata-pci-device. Regards Oliver