scons: Make the USE_KVM variable available in C++.
Review Request #2514 - Created Nov. 18, 2014 and submitted
| Information | |
|---|---|
| Gabe Black | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10548:07c3cbac4cdd --------------------------- scons: Make the USE_KVM variable available in C++. We need it to determine whether we should expect KVM related parameters exist in the cirrus graphics device.
Posted (Nov. 19, 2014, 7:33 a.m.)
The change itself makes sense, but I'd really prefer if we could avoid conditional compilation and use a kvm-agnostic interface to handle device memory. See my reply in the email thread for RB #2513. Consider this a "ship it" if it really turns out that using conditional compilation is the way to go.
Ship It!
