simple_disk.cc (11264:dc389d2d2f79) simple_disk.cc (12334:e0ab29a34764)
1/*
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 28 unchanged lines hidden (view full) ---

37#include <fcntl.h>
38#include <sys/types.h>
39#include <sys/uio.h>
40#include <unistd.h>
41
42#include <cstring>
43#include <string>
44
1/*
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 28 unchanged lines hidden (view full) ---

37#include <fcntl.h>
38#include <sys/types.h>
39#include <sys/uio.h>
40#include <unistd.h>
41
42#include <cstring>
43#include <string>
44
45#include "base/misc.hh"
45#include "base/logging.hh"
46#include "base/trace.hh"
47#include "debug/SimpleDisk.hh"
48#include "debug/SimpleDiskData.hh"
49#include "dev/storage/disk_image.hh"
50#include "mem/port_proxy.hh"
51#include "sim/system.hh"
52
53using namespace std;

--- 47 unchanged lines hidden ---
46#include "base/trace.hh"
47#include "debug/SimpleDisk.hh"
48#include "debug/SimpleDiskData.hh"
49#include "dev/storage/disk_image.hh"
50#include "mem/port_proxy.hh"
51#include "sim/system.hh"
52
53using namespace std;

--- 47 unchanged lines hidden ---