projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21174c3
)
vmstate: Fix info field of VMSTATE_MACADDR
author
Jan Kiszka
<jan.kiszka@siemens.com>
Wed, 2 Dec 2009 11:36:36 +0000
(12:36 +0100)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Thu, 3 Dec 2009 16:04:53 +0000
(10:04 -0600)
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/hw.h
patch
|
blob
|
history
diff --git
a/hw/hw.h
b/hw/hw.h
index 7889aa3ceece42aaa1da19019d194eba07172c67..c3c0c9fe3ebdb100d367385d5a4ecd91dd635dcf 100644
(file)
--- a/
hw/hw.h
+++ b/
hw/hw.h
@@
-545,7
+545,7
@@
extern const VMStateDescription vmstate_i2c_slave;
#define VMSTATE_MACADDR(_field, _state) { \
.name = (stringify(_field)), \
.size = sizeof(MACAddr), \
- .info = &vmstate_info_
uint8,
\
+ .info = &vmstate_info_
buffer,
\
.flags = VMS_BUFFER, \
.offset = vmstate_offset_macaddr(_state, _field), \
}