system.hh (7532:3f6413fc37a2) system.hh (9292:e57c7d9736a5)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

69 typedef X86SystemParams Params;
70 X86System(Params *p);
71 ~X86System();
72
73/**
74 * Serialization stuff
75 */
76 public:
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

69 typedef X86SystemParams Params;
70 X86System(Params *p);
71 ~X86System();
72
73/**
74 * Serialization stuff
75 */
76 public:
77 void serialize(std::ostream &os);
78 void unserialize(Checkpoint *cp, const std::string &section);
79
80 void initState();
81
82 protected:
83
84 X86ISA::SMBios::SMBiosTable * smbiosTable;
85 X86ISA::IntelMP::FloatingPointer * mpFloatingPointer;
86 X86ISA::IntelMP::ConfigTable * mpConfigTable;

--- 19 unchanged lines hidden ---
77
78 void initState();
79
80 protected:
81
82 X86ISA::SMBios::SMBiosTable * smbiosTable;
83 X86ISA::IntelMP::FloatingPointer * mpFloatingPointer;
84 X86ISA::IntelMP::ConfigTable * mpConfigTable;

--- 19 unchanged lines hidden ---