diff options
author | Andreas Sandberg <andreas.sandberg@arm.com> | 2016-11-07 18:14:50 +0000 |
---|---|---|
committer | Andreas Sandberg <andreas.sandberg@arm.com> | 2017-04-03 16:36:15 +0000 |
commit | cd9ca71b25e0b119c04eb87d4d1d74cfc90587e9 (patch) | |
tree | 20705e40e3ff16afd3b79c47c83c203eeec87a42 /src/dev/virtio/SConscript | |
parent | 626a0cc003824c3d6d35e9433dcc6751e105a14a (diff) | |
download | gem5-cd9ca71b25e0b119c04eb87d4d1d74cfc90587e9.tar.xz |
dev: Rename VirtIO PCI debug flag
Rename VIOPci -> VIOIface to avoid having a separate flag for the MMIO
interface.
Change-Id: I99f9210fa36ce33662c48537fd3992cd9a69d349
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Sudhanshu Jha <sudhanshu.jha@arm.com>
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Reviewed-by: Rekai Gonzalez Alberquilla <rekai.gonzalezalberquilla@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/2324
Reviewed-by: Weiping Liao <weipingliao@google.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Diffstat (limited to 'src/dev/virtio/SConscript')
-rw-r--r-- | src/dev/virtio/SConscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dev/virtio/SConscript b/src/dev/virtio/SConscript index 796aa76f3..3b346e94f 100644 --- a/src/dev/virtio/SConscript +++ b/src/dev/virtio/SConscript @@ -1,6 +1,6 @@ # -*- mode:python -*- -# Copyright (c) 2014 ARM Limited +# Copyright (c) 2014, 2016 ARM Limited # All rights reserved. # # The license below extends only to copyright in the software and shall @@ -54,7 +54,7 @@ Source('block.cc') Source('fs9p.cc') DebugFlag('VIO', 'VirtIO base functionality') -DebugFlag('VIOPci', 'VirtIO PCI transport') +DebugFlag('VIOIface', 'VirtIO transport') DebugFlag('VIOConsole', 'VirtIO console device') DebugFlag('VIOBlock', 'VirtIO block device') DebugFlag('VIO9P', 'General 9p over VirtIO debugging') |