projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdc650d
)
ide: Add forgotten VMSTATE_END_OF_LIST in subsection
author
Kevin Wolf
<kwolf@redhat.com>
Thu, 9 Jun 2011 12:15:18 +0000
(14:15 +0200)
committer
Kevin Wolf
<kwolf@redhat.com>
Wed, 15 Jun 2011 12:36:16 +0000
(14:36 +0200)
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/ide/core.c
patch
|
blob
|
history
diff --git
a/hw/ide/core.c
b/hw/ide/core.c
index
e5def8b
..
399b74c
100644
(file)
--- a/
hw/ide/core.c
+++ b/
hw/ide/core.c
@@
-1864,6
+1864,7
@@
const VMStateDescription vmstate_ide_atapi_gesn_state = {
.fields = (VMStateField []) {
VMSTATE_BOOL(events.new_media, IDEState),
VMSTATE_BOOL(events.eject_request, IDEState),
+ VMSTATE_END_OF_LIST()
}
};