From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54655) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9I3S-0000HY-9P for qemu-devel@nongnu.org; Wed, 16 Dec 2015 14:48:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9I3N-0007E6-F3 for qemu-devel@nongnu.org; Wed, 16 Dec 2015 14:48:06 -0500 Received: from mail-bn1bon0114.outbound.protection.outlook.com ([157.56.111.114]:53472 helo=na01-bn1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9I3N-0007Dr-10 for qemu-devel@nongnu.org; Wed, 16 Dec 2015 14:48:01 -0500 From: Andrew Baumann Date: Wed, 16 Dec 2015 11:47:37 -0800 Message-ID: <1450295260-10980-1-git-send-email-Andrew.Baumann@microsoft.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH 0/3] sdhci patches to enable Raspberry Pi List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Igor Mitsyanko , Peter Maydell , Peter Crosthwaite , Andrew Baumann , Stefan Hajnoczi This is a series of three tweaks needed to enable the generic sdhci controller to emulate Raspberry Pi (bcm2835/2836), and boot Linux and Windows. There was some discussion of these changes in the following thread: https://lists.gnu.org/archive/html/qemu-devel/2015-12/msg01401.html Cheers, Andrew Andrew Baumann (3): sd: sdhci: Delete over-zealous power check sdhci: don't raise a command index error for an unexpected response sdhci: add optional quirk property to disable card insertion/removal interrupts hw/sd/sdhci.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) -- 2.5.3