From patchwork Mon May 10 23:19:05 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [4/6] add WIN_STANDBYNOW1 process into ahci. From: =?utf-8?b?5LmU5bSH?= X-Patchwork-Id: 52246 Message-Id: <1273533547-21789-5-git-send-email-qiaochong@loongson.cn> To: qemu-devel@nongnu.org Cc: QiaoChong , joro@8bytes.org, herbszt@gmx.de, agraf@suse.de, elek.roland@gmail.com Date: Tue, 11 May 2010 07:19:05 +0800 Signed-off-by: QiaoChong --- hw/ahci.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/hw/ahci.c b/hw/ahci.c index b6a81af..cb4a851 100644 --- a/hw/ahci.c +++ b/hw/ahci.c @@ -676,6 +676,7 @@ static void handle_cmd(AHCIState *s,int port,int slot) write_to_sglist(ide_state->identify_data, sizeof(ide_state->identify_data),s->prdt_buf,prdt_num); pr->irq_stat |= (1<<2); break; + case WIN_STANDBYNOW1: case WIN_SETFEATURES: pr->irq_stat |= (1<<2); break;