thesofproject / qemu

Official QEMU mirror. Please see http://wiki.qemu.org/Contribute/SubmitAPatch for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. SOF - Please use sof-stable branch for SOF development.
http://www.qemu.org
Other
4 stars 14 forks source link

Fix qemu-host for BYT #2

Closed kv2019i closed 5 years ago

kv2019i commented 5 years ago

Fix host side logic for QEMU adsp. Tested with a BYT image (latest Linux driver and FW).

kv2019i commented 5 years ago

@lgirdwood and @ranj063 - here's a few patches to make QEMU host mode work again. This fixes the build for BYT.... if looks ok, I can look at other platforms (probably have the same issue).

PS I couldn't figure out how to add reviewerds for this repo. Probably it is disabled as the main QEMU github project doesn't want PRs.

ranj063 commented 5 years ago

@kv2019i Thanks! This probably explains why the fuzzer had the invalid mailbox offsets in the FW_READY ipc message as well. I've hardcoded it atm. Let me give your PR as try to see if that fixes my problem too.