projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37159f1
)
ide: microdrive cycle field is set as uint8_t
author
Juan Quintela
<quintela@redhat.com>
Wed, 7 Oct 2009 16:18:20 +0000
(18:18 +0200)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Tue, 27 Oct 2009 17:28:45 +0000
(12:28 -0500)
Really, it is used as a boolean
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/ide/microdrive.c
patch
|
blob
|
history
diff --git
a/hw/ide/microdrive.c
b/hw/ide/microdrive.c
index aeb77a030fee7e0c6d6c53e87a282995f97cf8cd..49a9b93642cbecc400ebda3d9252cd55ef0679eb 100644
(file)
--- a/
hw/ide/microdrive.c
+++ b/
hw/ide/microdrive.c
@@
-51,7
+51,7
@@
typedef struct {
uint8_t ctrl;
uint16_t io;
-
in
t cycle;
+
uint8_
t cycle;
} MicroDriveState;
/* Register bitfields */