commit | 7a1089b34f97c40c07b03ec9049e9ba13cfb0695 | [log] [tgz] |
---|---|---|
author | Miodrag Dinic <miodrag.dinic@imgtec.com> | Fri Sep 30 13:48:27 2016 +0200 |
committer | Miodrag Dinic <miodrag.dinic@imgtec.com> | Fri Sep 30 13:58:11 2016 +0200 |
tree | 995c4568b45a2f1fa6097ba632cb8fe8ed427a52 | |
parent | dedeabef9868d252469f63a371cfd0208f7a6523 [diff] |
[qemu]: Fix payload size format in qemu_pipe_frame_send() The following change introduced regression for booting AOSP on emulator for all architectures: 7c7990e Fix warnings in system/ headers qemu_pipe expects payload size in the message header to be in hex format, as stated in the comment for qemu_pipe_frame_send(). Change-Id: I32cfa9c9b2af56f93bbda0ea5597451c389ae45e Signed-off-by: Miodrag Dinic <miodrag.dinic@imgtec.com>