qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 4/6] add WIN_STANDBYNOW1 process into ahci.


From: QiaoChong
Subject: [Qemu-devel] [PATCH 4/6] add WIN_STANDBYNOW1 process into ahci.
Date: Tue, 11 May 2010 07:19:05 +0800

Signed-off-by: QiaoChong <address@hidden>
---
 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;
-- 
1.7.0.3.254.g4503b.dirty




reply via email to

[Prev in Thread] Current Thread [Next in Thread]