From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lu8Us-0004od-8r for qemu-devel@nongnu.org; Wed, 15 Apr 2009 13:02:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lu8Un-0004mo-Br for qemu-devel@nongnu.org; Wed, 15 Apr 2009 13:02:01 -0400 Received: from [199.232.76.173] (port=44837 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lu8Un-0004ml-4U for qemu-devel@nongnu.org; Wed, 15 Apr 2009 13:01:57 -0400 Received: from bsdimp.com ([199.45.160.85]:54186 helo=harmony.bsdimp.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lu8Um-0002d1-Cw for qemu-devel@nongnu.org; Wed, 15 Apr 2009 13:01:56 -0400 Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id n3FH0UYx075439 for ; Wed, 15 Apr 2009 11:00:31 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 15 Apr 2009 11:01:23 -0600 (MDT) Message-Id: <20090415.110123.2007160106.imp@bsdimp.com> From: "M. Warner Losh" Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] PC Card/Cardbus Support in qemu? Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I was grepping the qemu tree today. I was wondering if there was a way to support PC Cards and CardBus cards (in emulation, not pass through to host) in qemu for some software testing that I need to do. I see that there's one device supported for pccard now, and that's a microdrive on an ARM platform. I can't seem to find any support for this on x86 platforms, nor can I seem to find any support for cardbus. Did I miss anything, or is this the current state of affairs? Warner