From cd9ca71b25e0b119c04eb87d4d1d74cfc90587e9 Mon Sep 17 00:00:00 2001 From: Andreas Sandberg Date: Mon, 7 Nov 2016 18:14:50 +0000 Subject: 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 Reviewed-by: Sudhanshu Jha Reviewed-by: Nikos Nikoleris Reviewed-by: Rekai Gonzalez Alberquilla Reviewed-on: https://gem5-review.googlesource.com/2324 Reviewed-by: Weiping Liao Reviewed-by: Jason Lowe-Power --- src/dev/virtio/SConscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dev/virtio/SConscript') 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') -- cgit v1.2.3