projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58c0e73
)
ide: 'secondary' field is only used by cmd646
author
Juan Quintela
<quintela@redhat.com>
Wed, 7 Oct 2009 14:56:26 +0000
(16:56 +0200)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Mon, 12 Oct 2009 14:42:30 +0000
(09:42 -0500)
Patchworks-ID: 35303
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/ide/pci.h
patch
|
blob
|
history
diff --git
a/hw/ide/pci.h
b/hw/ide/pci.h
index 690d0579a63dd0e11c8bfb0b6b62f9a1dde353dc..93775030b178bea53da0e798ceb375d556048b60 100644
(file)
--- 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);