From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mi5vl-0005Dj-Gf for qemu-devel@nongnu.org; Mon, 31 Aug 2009 08:24:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mi5vg-0005Ah-AM for qemu-devel@nongnu.org; Mon, 31 Aug 2009 08:24:16 -0400 Received: from [199.232.76.173] (port=46675 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mi5vf-0005AV-Sz for qemu-devel@nongnu.org; Mon, 31 Aug 2009 08:24:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56081) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mi5vf-0001gT-D9 for qemu-devel@nongnu.org; Mon, 31 Aug 2009 08:24:11 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n7VCOA93002678 for ; Mon, 31 Aug 2009 08:24:10 -0400 From: Gerd Hoffmann Date: Mon, 31 Aug 2009 14:23:56 +0200 Message-Id: <1251721445-17824-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/9] qdev: usb + scsi support. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here we go. Latest usb and scsi bits for qdev. usb-storage has dependencies to both and thus adds some extra fun, thats why both scsi and usb are posted as one patch series. enjoy, Gerd