misc: Rename misc.(hh|cc) to logging.(hh|cc)
These files aren't a collection of miscellaneous stuff, they're the definition of the Logger interface, and a few utility macros for calling into that interface (panic, warn, etc.). Change-Id: I84267ac3f45896a83c0ef027f8f19c5e9a5667d1 Reviewed-on: https://gem5-review.googlesource.com/6226 Reviewed-by: Brandon Potter <Brandon.Potter@amd.com> Maintainer: Gabe Black <gabeblack@google.com>
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
#include "dev/intel_8254_timer.hh"
|
||||
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "debug/Intel8254Timer.hh"
|
||||
|
||||
using namespace std;
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
#define __DEV_MC146818_HH__
|
||||
|
||||
#include "base/bitunion.hh"
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "sim/eventq_impl.hh"
|
||||
|
||||
/** Real-Time Clock (MC146818) */
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
#include <thread>
|
||||
#include <utility>
|
||||
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "dev/net/dist_packet.hh"
|
||||
#include "dev/net/etherpkt.hh"
|
||||
#include "sim/core.hh"
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "base/trace.hh"
|
||||
#include "debug/Ethernet.hh"
|
||||
#include "debug/EthernetData.hh"
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "base/output.hh"
|
||||
#include "sim/core.hh"
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
#include "dev/net/etherint.hh"
|
||||
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "sim/sim_object.hh"
|
||||
|
||||
void
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
#include <iostream>
|
||||
|
||||
#include "base/inet.hh"
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "sim/serialize.hh"
|
||||
|
||||
using namespace std;
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
#include <deque>
|
||||
#include <string>
|
||||
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "base/pollevent.hh"
|
||||
#include "base/socket.hh"
|
||||
#include "base/trace.hh"
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
#include "dev/net/pktfifo.hh"
|
||||
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#include <list>
|
||||
#include <string>
|
||||
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "dev/net/etherpkt.hh"
|
||||
#include "sim/serialize.hh"
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
|
||||
#include "base/inifile.hh"
|
||||
#include "base/intmath.hh"
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "base/str.hh"
|
||||
#include "base/trace.hh"
|
||||
#include "debug/PciDevice.hh"
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
#include "dev/platform.hh"
|
||||
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "config/the_isa.hh"
|
||||
#include "sim/sim_exit.hh"
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
#include <list>
|
||||
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "x11keysym/keysym.h"
|
||||
|
||||
namespace Ps2 {
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
|
||||
#include "dev/serial/serial.hh"
|
||||
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "params/SerialDevice.hh"
|
||||
#include "params/SerialNullDevice.hh"
|
||||
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
#include <string>
|
||||
|
||||
#include "base/atomicio.hh"
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "base/output.hh"
|
||||
#include "base/socket.hh"
|
||||
#include "base/trace.hh"
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <string>
|
||||
|
||||
#include "base/callback.hh"
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "base/trace.hh"
|
||||
#include "debug/DiskImageRead.hh"
|
||||
#include "debug/DiskImageWrite.hh"
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
|
||||
#include "base/misc.hh"
|
||||
#include "base/logging.hh"
|
||||
#include "base/trace.hh"
|
||||
#include "debug/SimpleDisk.hh"
|
||||
#include "debug/SimpleDiskData.hh"
|
||||
|
||||
Reference in New Issue
Block a user