Message ID | bdf7f6129cbffe7ba72c6dd49875d3de14222764.1259753146.git.quintela@redhat.com |
---|---|
State | New |
Headers | show |
diff --git a/hw/hw.h b/hw/hw.h index 7889aa3..c3c0c9f 100644 --- 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), \ }