qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [COMMIT 7e07831] ide: 'secondary' field is only used by c


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 7e07831] ide: 'secondary' field is only used by cmd646
Date: Mon, 12 Oct 2009 15:19:27 -0000

From: Juan Quintela <address@hidden>

Patchworks-ID: 35303
Signed-off-by: Juan Quintela <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>

diff --git a/hw/ide/pci.h b/hw/ide/pci.h
index 690d057..9377503 100644
--- a/hw/ide/pci.h
+++ b/hw/ide/pci.h
@@ -7,7 +7,7 @@ typedef struct PCIIDEState {
     PCIDevice dev;
     IDEBus bus[2];
     BMDMAState bmdma[2];
-    uint32_t secondary;
+    uint32_t secondary; /* used only for cmd646 */
 } PCIIDEState;
 
 void bmdma_cmd_writeb(void *opaque, uint32_t addr, uint32_t val);




reply via email to

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