From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aB8Hr-0000kN-MH for qemu-devel@nongnu.org; Mon, 21 Dec 2015 16:46:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aB8Hm-0008R1-Sb for qemu-devel@nongnu.org; Mon, 21 Dec 2015 16:46:35 -0500 Received: from mail-by2on0106.outbound.protection.outlook.com ([207.46.100.106]:29856 helo=na01-by2-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aB8Hm-0008Ql-Fe for qemu-devel@nongnu.org; Mon, 21 Dec 2015 16:46:30 -0500 From: Andrew Baumann Date: Mon, 21 Dec 2015 13:31:02 -0800 Message-ID: <1450733465-13192-1-git-send-email-Andrew.Baumann@microsoft.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH v2 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: Peter Maydell , Igor Mitsyanko , Andrew Baumann , Sai Pavan Boddu , Peter Crosthwaite , 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 v2 is functionally equivalent to v1; the only changes are to commit messages and review metadata. Cheers, Andrew Andrew Baumann (2): sdhci: don't raise a command index error for an unexpected response sdhci: add optional quirk property to disable card insertion/removal interrupts Peter Crosthwaite (1): sd: sdhci: Delete over-zealous power check hw/sd/sdhci.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) -- 2.5.3