From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53234) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYiS2-0001xK-VM for qemu-devel@nongnu.org; Wed, 24 Feb 2016 18:02:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYiRy-0008Tg-UC for qemu-devel@nongnu.org; Wed, 24 Feb 2016 18:02:34 -0500 Received: from mail-bl2on0140.outbound.protection.outlook.com ([65.55.169.140]:54336 helo=na01-bl2-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYiRy-0008Ta-LI for qemu-devel@nongnu.org; Wed, 24 Feb 2016 18:02:30 -0500 From: Andrew Baumann Date: Wed, 24 Feb 2016 14:47:53 -0800 Message-ID: <1456354075-8424-1-git-send-email-Andrew.Baumann@microsoft.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH v3 0/2] sdhci: pending insert quirk for 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 small series to correctly implement a quirk modelling the behaviour of the card insert interrupt bit on Raspberry Pi, and on which Windows' UEFI loader sadly depends. This should be the last change required to support Windows on Pi2, outside of adding devices and enabling the quirk, which I hope to do shortly in a new patch series. Thanks, Andrew Andrew Baumann (2): sdhci: Revert "add optional quirk property to disable card insertion/removal interrupts" sdhci: add quirk property for card insert interrupt status on Raspberry Pi hw/sd/sdhci.c | 42 +++++++++++++++++++++++++++++++++++------- include/hw/sd/sdhci.h | 2 +- 2 files changed, 36 insertions(+), 8 deletions(-) -- 2.5.3