Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QEMU v3 armv7l target pcie address conflict #7

Open
SingingWind opened this issue Mar 8, 2019 · 2 comments
Open

QEMU v3 armv7l target pcie address conflict #7

SingingWind opened this issue Mar 8, 2019 · 2 comments

Comments

@SingingWind
Copy link

qemu v2 worked with target armv7l but broke in v3 with pcie address conflict. Similar to this qemu issue:
http://qemu.11.n7.nabble.com/Bug-1790975-NEW-arm-virt-ecam-pcie-conflict-td598251.html

I could not figure out exactly where the problem lies, host, qemu, or target. But I am able to get working with qemu v3.1.0, using machine:
-machine virt,highmem=off

Or by adding KERNEL_CONFIG option:
CONFIG_ARM_LPAE=y

@landley
Copy link
Owner

landley commented Mar 8, 2019

I'm testing with qemu 3.1.50? (Which is some random git snapshot from January, but it's 3.x.)

I could try to bisect for the qemu version that introduced this regression, but it sounds like a qemu bug?

@SingingWind
Copy link
Author

Thanks for your response. I still have the same issue with qemu git head. Maybe host dependency issue?

For workaround with qemu v3, using machine type, instead of alias, as it seems to work.
-machine virt-2.12

BTW, nice build root scripts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants