changeset b3ea7444f466 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=b3ea7444f466
description:
        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.

diffstat:

 SConstruct |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r a0cb57e1c072 -r b3ea7444f466 SConstruct
--- a/SConstruct        Sun Dec 14 16:21:04 2014 -0600
+++ b/SConstruct        Mon Dec 22 16:49:24 2014 -0800
@@ -1135,7 +1135,7 @@
 
 # These variables get exported to #defines in config/*.hh (see src/SConscript).
 export_vars += ['USE_FENV', 'SS_COMPATIBLE_FP', 'TARGET_ISA', 'CP_ANNOTATE',
-                'USE_POSIX_CLOCK', 'PROTOCOL', 'HAVE_PROTOBUF',
+                'USE_POSIX_CLOCK', 'USE_KVM', 'PROTOCOL', 'HAVE_PROTOBUF',
                 'HAVE_PERF_ATTR_EXCLUDE_HOST']
 
 ###################################################
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to