Renamed AspectConfig.hpp.in -> FailConfig.hpp.in, updated files accordingly.

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1247 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
adrian
2012-05-17 17:36:38 +00:00
parent c561ddcc9d
commit ce38da26d0
27 changed files with 88 additions and 34 deletions

View File

@ -1,7 +1,7 @@
#ifndef __BREAKPOINTS_AH__
#define __BREAKPOINTS_AH__
#include "config/AspectConfig.hpp"
#include "config/FailConfig.hpp"
#ifdef CONFIG_EVENT_BREAKPOINTS

View File

@ -1,7 +1,7 @@
#ifndef __GUESTSYS_COM_AH__
#define __GUESTSYS_COM_AH__
#include "config/AspectConfig.hpp"
#include "config/FailConfig.hpp"
#ifdef CONFIG_EVENT_GUESTSYS

View File

@ -1,7 +1,7 @@
#ifndef __INTERRUPT_AH__
#define __INTERRUPT_AH__
#include "config/AspectConfig.hpp"
#include "config/FailConfig.hpp"
#ifdef CONFIG_EVENT_INTERRUPT

View File

@ -1,7 +1,7 @@
#ifndef __INTERRUPT_SUPPRESSION_AH__
#define __INTERRUPT_SUPPRESSION_AH__
#include "config/AspectConfig.hpp"
#include "config/FailConfig.hpp"
#ifdef CONFIG_SUPPRESS_INTERRUPTS

View File

@ -1,7 +1,7 @@
#ifndef __JUMP_AH__
#define __JUMP_AH__
#include "config/AspectConfig.hpp"
#include "config/FailConfig.hpp"
#ifdef CONFIG_EVENT_JUMP

View File

@ -1,7 +1,7 @@
#ifndef __JUMP_TO_PREVIOUS_CTX_AH__
#define __JUMP_TO_PREVIOUS_CTX_AH__
#include "config/AspectConfig.hpp"
#include "config/FailConfig.hpp"
#if 0
// #if defined(CONFIG_SR_RESTORE) || defined(CONFIG_SR_REBOOT)

View File

@ -1,7 +1,7 @@
#ifndef __MEM_ACCESS_BIT_FLIP_AH__
#define __MEM_ACCESS_BIT_FLIP_AH__
#include "config/AspectConfig.hpp"
#include "config/FailConfig.hpp"
#ifdef CONFIG_FI_MEM_ACCESS_BITFLIP

View File

@ -2,7 +2,7 @@
#define __MEM_EVENTS_AH__
#include <iostream>
#include "config/AspectConfig.hpp"
#include "config/FailConfig.hpp"
#if defined(CONFIG_EVENT_MEMREAD) || defined(CONFIG_EVENT_MEMWRITE)

View File

@ -1,7 +1,7 @@
#ifndef __TRAP_AH__
#define __TRAP_AH__
#include "config/AspectConfig.hpp"
#include "config/FailConfig.hpp"
#ifdef CONFIG_EVENT_TRAP

View File

@ -1,7 +1,7 @@
#ifndef __DISABLE_KEYBOARD_INTERRUPT_AH__
#define __DISABLE_KEYBOARD_INTERRUPT_AH__
#include "config/AspectConfig.hpp"
#include "config/FailConfig.hpp"
#ifdef CONFIG_DISABLE_KEYB_INTERRUPTS

View File

@ -1,7 +1,7 @@
#ifndef __FIREINTERRUPT_AH__
#define __FIREINTERRUPT_AH__
#include "config/AspectConfig.hpp"
#include "config/FailConfig.hpp"
#ifdef CONFIG_FIRE_INTERRUPTS

View File

@ -1,7 +1,7 @@
#ifndef __REBOOT_AH__
#define __REBOOT_AH__
#include "config/AspectConfig.hpp"
#include "config/FailConfig.hpp"
#include "../SALInst.hpp"
#ifdef CONFIG_SR_REBOOT

View File

@ -2,7 +2,7 @@
#define __RESTORE_AH__
#include <iostream>
#include "config/AspectConfig.hpp"
#include "config/FailConfig.hpp"
#include "../SALInst.hpp"
#ifdef CONFIG_SR_RESTORE

View File

@ -1,7 +1,7 @@
#ifndef __SAVE_AH__
#define __SAVE_AH__
#include "config/AspectConfig.hpp"
#include "config/FailConfig.hpp"
#ifdef CONFIG_SR_SAVE

View File

@ -1,7 +1,7 @@
#ifndef __NONVERBOSE_AH__
#define __NONVERBOSE_AH__
#include "config/AspectConfig.hpp"
#include "config/FailConfig.hpp"
#ifdef CONFIG_STFU