From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Whitcroft Subject: [PATCH 0/2] Hyper-V disk support Date: Sat, 14 Apr 2012 16:53:14 +0100 Message-ID: <1334418796-11473-1-git-send-email-apw@canonical.com> References: <4F87351E.9040905@pobox.com> Return-path: Received: from youngberry.canonical.com ([91.189.89.112]:33561 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754165Ab2DNPxT (ORCPT ); Sat, 14 Apr 2012 11:53:19 -0400 In-Reply-To: <4F87351E.9040905@pobox.com> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Jeff Garzik , linux-ide@vger.kernel.org Cc: Andy Whitcroft , linux-kernel@vger.kernel.org, "K. Y. Srinivasan" , Mike Sterling Add support for ignoring disks devices on specific host controllers to libata. Use this support to trigger us to ignore Hyper-V disk devices on the emulated SATA device. -apw Andy Whitcroft (2): libata: add a host flag to ignore detected ATA devices ata_piix: defer disks to the Hyper-V drivers by default drivers/ata/ata_piix.c | 20 ++++++++++++++++++++ drivers/ata/libata-core.c | 7 +++++++ include/linux/libata.h | 1 + 3 files changed, 28 insertions(+) -- 1.7.9.5