From owner-freebsd-emulation@FreeBSD.ORG Sun Apr 18 21:03:54 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAC1B1065674 for ; Sun, 18 Apr 2010 21:03:54 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-qy0-f199.google.com (mail-qy0-f199.google.com [209.85.221.199]) by mx1.freebsd.org (Postfix) with ESMTP id 94D0B8FC26 for ; Sun, 18 Apr 2010 21:03:54 +0000 (UTC) Received: by qyk37 with SMTP id 37so3724233qyk.8 for ; Sun, 18 Apr 2010 14:03:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=t4fG1RBpkSQpgijcAbrDIq8fYQTtBJpifdbzyOzV288=; b=CgQnQm5GfX/6Y9scp+J6S4DRBpLc7+rDb1QA5b1xy8D9t3SDRfK1vuQxZPVtbwmXR0 PVUj1uECOUQvaTYTCC10buSwn05jhFVeC+u/z54/6j5hcDojtwthzs2L6vDeF41K479l xp8wG1p6GXgSOI9hczLy5gObr8v3MHJraC7eY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=CPe60zHF4q0pIE1zzhCW75oy0WRz/JQJeKTlbTtazEaDOYTsG4aEU8AFC+49sPJ4DQ ifOY2lPbLWOPqsBeGzZ3L2ma76WH+molgQUtF156elh2xpxZ+S+GVXlWid9YPHUzip9R G6ZKg+eRFiNCFTFzQyH8y8dc2EvcYDMmh7K8o= MIME-Version: 1.0 Received: by 10.229.85.147 with HTTP; Sun, 18 Apr 2010 14:03:53 -0700 (PDT) Date: Sun, 18 Apr 2010 16:03:53 -0500 Received: by 10.229.225.72 with SMTP id ir8mr1724275qcb.73.1271624633746; Sun, 18 Apr 2010 14:03:53 -0700 (PDT) Message-ID: From: Adam Vande More To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: qemu usb passthru X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2010 21:03:54 -0000 What's the status of qemu passthru? There are a few misc www tidbits which seems to indicate it works, but I can't get qemu to attach a usb device. 8.0 RELEASE kqemu-kmod-devel-1.4.0.p1_4 Kernel Accelerator for QEMU CPU Emulator (development versi qemu-0.11.1_3 QEMU CPU Emulator qemu-system-x86_64 -hda xp.img -m 768 -localtime -cdrom /dev/cd0 -kernel-kqemu -usb -usbdevice tablet -usbdevice /dev/usb/0.4.0 Warning: could not add USB device /dev/usb/0.4.0 -- Adam Vande More